NTGeometry
@interface NTGeometry : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A base class for all geometry types.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;
Parameters
object
The reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;
Return Value
The hash value of this object.
-
Returns the center point of the geometry.
Declaration
Objective-C
- (NTMapPos *)getCenterPos;
Return Value
The center point of the geometry.
-
Returns the minimal bounds for the geometry.
Declaration
Objective-C
- (NTMapBounds *)getBounds;
Return Value
The bounds for the geometry.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;