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
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 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
idThe id of the feature.
mapTileThe map tile of this feature
layerNameThe name of the layer of the feature.
geometryThe geometry of the feature.
propertiesThe 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;
View on GitHub
NTVectorTileFeature Class Reference