NTFeature
@interface NTFeature : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A feature consisting of geometry and properties.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Parameters
objectThe 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.
-
Constructs a Feature object from geometry and properties.
Declaration
Objective-C
- (id)initWithGeometry:(NTGeometry *)geometry properties:(NTVariant *)properties;Parameters
geometryThe geometry of the feature.
propertiesThe properties of the feature.
-
Returns the geometry of the feature.
Declaration
Objective-C
- (NTGeometry *)getGeometry;Return Value
The geometry of the feature.
-
Returns the properties of the feature.
Declaration
Objective-C
- (NTVariant *)getProperties;Return Value
The properties of the feature.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTFeature Class Reference