NTVectorTileFeature
@interface NTVectorTileFeature : NTFeature
A vector tile feature consisting of id, layer, geometry and properties.
-
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.
-
Constructs a VectorTileFeature object from id, layer name, geometry and properties.
Declaration
Objective-C
- (id)initWithArg0:(long long)arg0 mapTile:(NTMapTile *)mapTile layerName:(NSString *)layerName geometry:(NTGeometry *)geometry properties:(NTVariant *)properties;
Parameters
id
The id of the feature.
mapTile
The map tile of this feature
layerName
The name of the layer of the feature.
geometry
The geometry of the feature.
properties
The properties of the feature.
-
Returns the id of the feature.
Declaration
Objective-C
- (long long)getId;
Return Value
The id of the feature.
-
Returns the map tile of the feature.
Declaration
Objective-C
- (NTMapTile *)getMapTile;
Return Value
The map tile of the feature.
-
Returns the layer name of the feature.
Declaration
Objective-C
- (NSString *)getLayerName;
Return Value
The layer name of the feature.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;