| Package | Description |
|---|---|
| org.geomajas.layer | |
| org.geomajas.security | |
| org.geomajas.service | |
| org.geomajas.service.pipeline | |
| org.geomajas.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
LayerException
Exception indicating problems during the processing of a layer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute<?>> |
VectorLayerService.getAttributes(String layerId,
String attributePath,
Filter filter)
Return the list of possible attribute values.
|
com.vividsolutions.jts.geom.Envelope |
VectorLayerService.getBounds(String layerId,
CoordinateReferenceSystem crs,
Filter filter)
Retrieve the bounds of the specified features.
|
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.
|
InternalTile |
VectorLayerService.getTile(TileMetadata tileMetadata)
Get a vector tile for the request tile.
|
List<RasterTile> |
RasterLayerService.getTiles(String layerId,
CoordinateReferenceSystem crs,
com.vividsolutions.jts.geom.Envelope bounds,
double scale)
Get the raster tiles for the specified bounds, optimized for the scale in pixels/unit.
|
List<RasterTile> |
RasterLayer.paint(CoordinateReferenceSystem boundsCrs,
com.vividsolutions.jts.geom.Envelope bounds,
double scale)
Paints the specified bounds optimized for the specified scale in pixel/unit.
|
void |
VectorLayerService.saveOrUpdate(String layerId,
CoordinateReferenceSystem crs,
List<InternalFeature> oldFeatures,
List<InternalFeature> newFeatures)
Update an existing feature of the model or creates a new feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeomajasSecurityException
Geomajas security exception.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceService.find(String location)
Find a resource.
|
MathTransform |
GeoService.findMathTransform(CoordinateReferenceSystem sourceCrs,
CoordinateReferenceSystem targetCrs)
Get the transformation which converts between two coordinate systems.
|
CrsTransform |
GeoService.getCrsTransform(CoordinateReferenceSystem sourceCrs,
CoordinateReferenceSystem targetCrs)
Get the transformation which converts between two coordinate systems.
|
CrsTransform |
GeoService.getCrsTransform(Crs sourceCrs,
Crs targetCrs)
Get the transformation which converts between two coordinate systems.
|
CrsTransform |
GeoService.getCrsTransform(String sourceCrs,
String targetCrs)
Get the transformation which converts between two coordinate systems.
|
RenderedImage |
LegendGraphicService.getLegendGraphic(LegendGraphicMetadata legendMetadata)
Get the graphical symbol based on the specified legend metadata.
|
RenderedImage |
LegendGraphicService.getLegendGraphics(List<LegendGraphicMetadata> legendMetadata)
Get the graphical symbols based on the specified legend metadata.
|
void |
ConfigurationService.invalidateAllLayers()
Invalidate all layers.
|
void |
LayerInvalidationService.invalidateLayer(Layer layer)
Invalidate the layer.
|
void |
ConfigurationService.invalidateLayer(String layerId)
Invalidate a layer.
|
Filter |
FilterService.parseFilter(String filter)
Parse a string to build a filter object.
|
org.geomajas.geometry.Geometry |
DtoConverterService.toDto(com.vividsolutions.jts.geom.Geometry geometry)
Takes in a JTS geometry, and creates a new DTO geometry from it.
|
Feature |
DtoConverterService.toDto(InternalFeature feature)
Convert the server side feature to a DTO feature that can be sent to the client.
|
Feature |
DtoConverterService.toDto(InternalFeature feature,
int featureIncludes)
Convert the server side feature to a DTO feature that can be sent to the client.
|
VectorTile |
DtoConverterService.toDto(InternalTile tile)
Convert a server-side tile representations into a DTO tile.
|
VectorTile |
DtoConverterService.toDto(InternalTile tile,
String crs,
int featureIncludes)
Deprecated.
|
Attribute<?> |
DtoConverterService.toDto(Object object,
AbstractAttributeInfo info)
Converts a server-side attribute object into a DTO attribute.
|
Attribute<?> |
DtoConverterService.toDto(Object object,
AttributeInfo info)
|
Object |
DtoConverterService.toInternal(Attribute<?> attribute)
Converts a DTO attribute into a generic attribute object.
|
InternalFeature |
DtoConverterService.toInternal(Feature dto)
Convert a DTO feature to a server-side feature.
|
com.vividsolutions.jts.geom.Geometry |
DtoConverterService.toInternal(org.geomajas.geometry.Geometry geometry)
Takes in a DTO geometry, and converts it into a JTS geometry.
|
org.geomajas.geometry.Bbox |
GeoService.transform(org.geomajas.geometry.Bbox source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Bbox from the source to the target CRS. |
org.geomajas.geometry.Bbox |
GeoService.transform(org.geomajas.geometry.Bbox source,
String sourceCrs,
String targetCrs)
Transform a
Bbox from the source to the target CRS. |
com.vividsolutions.jts.geom.Coordinate |
GeoService.transform(com.vividsolutions.jts.geom.Coordinate source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Coordinate from the source to the target CRS. |
com.vividsolutions.jts.geom.Coordinate |
GeoService.transform(com.vividsolutions.jts.geom.Coordinate source,
String sourceCrs,
String targetCrs)
Transform a
Coordinate from the source to the target CRS. |
com.vividsolutions.jts.geom.Envelope |
GeoService.transform(com.vividsolutions.jts.geom.Envelope source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Envelope from the source to the target CRS. |
com.vividsolutions.jts.geom.Envelope |
GeoService.transform(com.vividsolutions.jts.geom.Envelope source,
String sourceCrs,
String targetCrs)
Transform a
Envelope from the source to the target CRS. |
com.vividsolutions.jts.geom.Geometry |
GeoService.transform(com.vividsolutions.jts.geom.Geometry source,
CoordinateReferenceSystem sourceCrs,
CoordinateReferenceSystem targetCrs)
Deprecated.
use transform(Geometry, Crs, Crs) instead
|
com.vividsolutions.jts.geom.Geometry |
GeoService.transform(com.vividsolutions.jts.geom.Geometry source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Geometry from the source to the target CRS. |
com.vividsolutions.jts.geom.Geometry |
GeoService.transform(com.vividsolutions.jts.geom.Geometry source,
String sourceCrs,
String targetCrs)
Transform a
Geometry from the source to the target CRS. |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineInterceptor.afterSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
void |
AbstractPipelineInterceptor.afterSteps(PipelineContext context,
T response) |
PipelineInterceptor.ExecutionMode |
PipelineInterceptor.beforeSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
PipelineInterceptor.ExecutionMode |
AbstractPipelineInterceptor.beforeSteps(PipelineContext context,
T response) |
PipelineInterceptor.ExecutionMode |
SkipStepPipelineInterceptor.beforeSteps(PipelineContext context,
T response) |
void |
PipelineHook.execute(PipelineContext context,
Object response)
Execute this step in the pipeline.
|
void |
PipelineStep.execute(PipelineContext context,
RESPONSE response)
Execute this step in the pipeline.
|
void |
PipelineService.execute(PipelineInfo<RESPONSE> pipeline,
PipelineContext context,
RESPONSE response)
Execute the pipeline, starting with a known context.
|
void |
PipelineService.execute(String key,
String layerId,
PipelineContext context,
RESPONSE response)
Execute the pipeline, starting with a known context.
|
Object |
PipelineContext.get(String key)
Get the value for a key.
|
<TYPE> TYPE |
PipelineContext.get(String key,
Class<TYPE> type)
Get the value for a key.
|
PipelineInfo<RESPONSE> |
PipelineService.getPipeline(String key,
String layerId)
Get a pipeline configuration based on the key and optional layer id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReconfigurableApplicationContext.refresh(String[] configLocations)
Refresh this context with the specified configuration locations.
|
void |
ReconfigurableApplicationContext.rollback()
Roll back to the previous configuration.
|
Copyright © 2015 Geosparc. All Rights Reserved.