| Package | Description |
|---|---|
| org.geomajas.layer.tile |
| Modifier and Type | Method and Description |
|---|---|
VectorTile.VectorTileContentType |
InternalTile.getContentType()
Return the rendering method used.
|
VectorTile.VectorTileContentType |
VectorTile.getContentType()
Returns the type of content for the rendered features and labels that are stored within this tile.
|
static VectorTile.VectorTileContentType |
VectorTile.VectorTileContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorTile.VectorTileContentType[] |
VectorTile.VectorTileContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalTile.setContentType(VectorTile.VectorTileContentType contentType)
Set the rendering method used.
|
void |
VectorTile.setContentType(VectorTile.VectorTileContentType contentType)
Determine the type of content for the rendered features and labels that are stored within this tile.
|
Copyright © 2015 Geosparc. All Rights Reserved.