public class

NMLModelLODTreeDataSource

extends Object
java.lang.Object
   ↳ com.carto.datasources.NMLModelLODTreeDataSource
Known Direct Subclasses

Class Overview

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.

Summary

Public Methods
synchronized void delete()
MapBounds getDataExtent()
Returns the extent of the models in this data source.
Projection getProjection()
Returns the projection used by this data source.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public synchronized void delete ()

public MapBounds getDataExtent ()

Returns the extent of the models in this data source.
The bounds are in coordinate system of the projection of the data source.

Returns
  • The extent of the models in this data source.

public Projection getProjection ()

Returns the projection used by this data source.

Returns
  • The projection used by this data source.