| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.layer | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
LayerType |
LayerInfo.getLayerType()
Get layer type, indicating whether it is a raster layer or which type of geometries which are contained in the
layer if it is a vector layer.
|
LayerType |
FeatureStyleInfo.getLayerType()
Returns the geometry type for which this style is applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerInfo.setLayerType(LayerType layerType)
Set layer type.
|
void |
FeatureStyleInfo.setLayerType(LayerType layerType)
Specifies the geometry type for which this style is applicable.
|
| Modifier and Type | Method and Description |
|---|---|
LayerType |
ClientLayerInfo.getLayerType()
Get the type of this layer (same as server layer).
|
| Modifier and Type | Method and Description |
|---|---|
static LayerType |
LayerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerType[] |
LayerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LayerType |
DtoConverterService.toDto(Class<? extends com.vividsolutions.jts.geom.Geometry> geometryClass)
Convert a geometry class to a layer type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends com.vividsolutions.jts.geom.Geometry> |
DtoConverterService.toInternal(LayerType layerType)
Convert a layer type to a geometry class.
|
Copyright © 2015 Geosparc. All Rights Reserved.