NTOfflineNMLModelLODTreeDataSource
@interface NTOfflineNMLModelLODTreeDataSource : NTNMLModelLODTreeDataSource
A sqlite database based data source for NML model LOD trees. The database must be created using custom toolkit from Carto that supports several input formats like KMZ or GeoJSON.
-
Constructs a OfflineNMLModelLODTreeDataSource object.
Warning
Throws NSException If the file could not be opened.Declaration
Objective-C
- (id)initWithPath:(NSString *)path;Parameters
pathThe path to the sqlite database file.
-
Undocumented
Declaration
Objective-C
- (NTMapBounds *)getDataExtent; -
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTOfflineNMLModelLODTreeDataSource Class Reference