public class VectorTileData
extends java.lang.Object
Constructor and Description |
---|
VectorTileData() |
VectorTileData(TileID tileID,
Mbr bounds,
Mbr geoBounds) |
Modifier and Type | Method and Description |
---|---|
void |
addComponentObject(ComponentObject compObj)
Add a single component object to the tile we've parsed.
|
void |
addComponentObjects(java.util.ArrayList<ComponentObject> compObjs)
Add a list of component objects to the tile we've parsed.
|
void |
addComponentObjects(ComponentObject[] compObjs)
Add a list of component objects to the tile we've parsed.
|
void |
finalize() |
Mbr |
getBounds()
Bounding box in local coordinates.
|
ChangeSet |
getChangeSet()
Return any changes put into the change set rather than ComponentObjects.
|
ComponentObject[] |
getComponentObjects()
Return the component objects created for this tile.
|
ComponentObject[] |
getComponentObjects(java.lang.String category)
Return the component objects associated with the given category, if any.
|
Mbr |
getGeoBounds()
Bounding box in geographic.
|
TileID |
getTileID()
Tile ID for this tile
|
VectorObject[] |
getVectors()
Return all the vector objects parsed for this tile, assuming they were set
to be preserved.
|
public void finalize()
finalize
in class java.lang.Object
public TileID getTileID()
public Mbr getBounds()
public Mbr getGeoBounds()
public ComponentObject[] getComponentObjects()
public ComponentObject[] getComponentObjects(java.lang.String category)
public void addComponentObject(ComponentObject compObj)
public void addComponentObjects(ComponentObject[] compObjs)
public ChangeSet getChangeSet()
public void addComponentObjects(java.util.ArrayList<ComponentObject> compObjs)
public VectorObject[] getVectors()