NTNMLModelLODTreeDataSource
@interface NTNMLModelLODTreeDataSource : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
An abstract base class for NML model LOD tree data sources. NML model LOD tree data sources are tile based data sources that provide access to different entities: map tiles, LOD tree metadata, model meshes and textures.
-
Returns the extent of the models in this data source. The bounds are in coordinate system of the projection of the data source.
Declaration
Objective-C
- (NTMapBounds *)getDataExtent;
Return Value
The extent of the models in this data source.
-
Returns the projection used by this data source.
Declaration
Objective-C
- (NTProjection *)getProjection;
Return Value
The projection used by this data source.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;