| java.lang.Object | ||
| ↳ | com.carto.datasources.NMLModelLODTreeDataSource | |
| ↳ | com.carto.datasources.OfflineNMLModelLODTreeDataSource | |
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
OfflineNMLModelLODTreeDataSource(String path)
Constructs a OfflineNMLModelLODTreeDataSource object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| MapBounds |
getDataExtent()
Returns the extent of the models in this data source.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.carto.datasources.NMLModelLODTreeDataSource
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a OfflineNMLModelLODTreeDataSource object.
| path | The path to the sqlite database file. |
|---|
| Exception | If the file could not be opened. |
|---|---|
| IOException |
Returns the extent of the models in this data source.
The bounds are in coordinate system of the projection of the data source.