| Package | Description |
|---|---|
| org.geomajas.layer.tile |
| Modifier and Type | Method and Description |
|---|---|
TileCode |
TileCode.clone()
Create a clone from this object.
|
TileCode |
RasterTile.getCode()
Returns the unique code for this tile.
|
TileCode |
TileMetadata.getCode()
Get tile code, which is the tile id.
|
TileCode |
InternalTile.getCode()
Returns the unique code for this tile.
|
TileCode |
VectorTile.getCode()
Returns the unique code for this tile.
|
| Modifier and Type | Method and Description |
|---|---|
List<TileCode> |
InternalTile.getCodes()
All tiles that have at least one feature that geographically intersects with this tile are called dependent
tiles.
|
List<TileCode> |
VectorTile.getCodes()
All tiles that have at least one feature that geographically intersects with this tile are called dependent
tiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterTile.setCode(TileCode code)
Set the unique code for this tile.
|
void |
TileMetadata.setCode(TileCode code)
Set tile code.
|
void |
InternalTile.setCode(TileCode code)
Set the unique code for this tile.
|
void |
VectorTile.setCode(TileCode code)
Set the unique code for this tile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalTile.setCodes(List<TileCode> codes)
All tiles that have at least one feature that geographically intersects with this tile are called dependent
tiles.
|
void |
VectorTile.setCodes(List<TileCode> codes)
All tiles that have at least one feature that geographically intersects with this tile are called dependent
tiles.
|
Copyright © 2015 Geosparc. All Rights Reserved.