| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.layer | |
| org.geomajas.layer.tile | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
NamedStyleInfo |
VectorLayerInfo.getNamedStyleInfo(String name)
Get layer style by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedStyleInfo> |
VectorLayerInfo.getNamedStyleInfos()
Get possible styles which may be applied for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorLayerInfo.setNamedStyleInfos(List<NamedStyleInfo> namedStyleInfos)
Set possible styles which may be applied for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
NamedStyleInfo |
ClientVectorLayerInfo.getNamedStyleInfo()
Returns the style used by this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientVectorLayerInfo.setNamedStyleInfo(NamedStyleInfo namedStyleInfo)
Sets the style used by this layer.
|
| Modifier and Type | Method and Description |
|---|---|
List<InternalFeature> |
VectorLayerService.getFeatures(String layerId,
CoordinateReferenceSystem crs,
Filter filter,
NamedStyleInfo style,
int featureIncludes)
Retrieve all the features from the model that this filter accepts.
|
List<InternalFeature> |
VectorLayerService.getFeatures(String layerId,
CoordinateReferenceSystem crs,
Filter filter,
NamedStyleInfo style,
int featureIncludes,
int offset,
int maxResultSize)
Note that not all vector layers may support the offset or maxResultSize parameters! Check the individual
layer documentation to be certain.
|
List<InternalFeature> |
VectorLayerService.getFeatures(String layerId,
CoordinateReferenceSystem crs,
Filter filter,
NamedStyleInfo style,
int featureIncludes,
int offset,
int maxResultSize,
boolean forcePaging)
Note that not all vector layers may support the offset or maxResultSize parameters! Check the individual layer
documentation to be certain.
|
| Modifier and Type | Method and Description |
|---|---|
NamedStyleInfo |
TileMetadata.getStyleInfo()
Get the style info which needs to be applied when rendering the tile content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TileMetadata.setStyleInfo(NamedStyleInfo styleInfo)
Set the style info which needs to be applied when rendering the tile content.
|
| Modifier and Type | Method and Description |
|---|---|
NamedStyleInfo |
StyleConverterService.convert(org.geomajas.sld.UserStyleInfo userStyleInfo,
FeatureInfo featureInfo)
Converts SLD (user) style info to named style info used by vector rendering.
|
NamedStyleInfo |
StyleService.retrieveStyle(String layerId,
String styleName)
Retrieves the style for a given layer and styleName, null if no such style exists.
|
| Modifier and Type | Method and Description |
|---|---|
org.geomajas.sld.UserStyleInfo |
StyleConverterService.convert(NamedStyleInfo namedStyleInfo,
String geometryName)
Converts named style info to GT style used by legend/raster rendering.
|
String |
StyleService.registerStyle(String layerId,
NamedStyleInfo style)
Registers a style for a layer, returns the styleName by which the style can be retrieved.
|
Copyright © 2015 Geosparc. All Rights Reserved.