| Package | Description |
|---|---|
| org.geomajas.layer | |
| org.geomajas.layer.feature | |
| org.geomajas.layer.pipeline | |
| org.geomajas.layer.tile | |
| org.geomajas.security | |
| org.geomajas.service |
| 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 |
|---|---|
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.
|
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 | Method and Description |
|---|---|
InternalFeature |
InternalFeature.clone()
Create a deep clone of this internal feature.
|
InternalFeature |
InternalFeature.cloneWithoutGeometry()
Create a deep clone of this internal feature but without cloning the geometry (stays null).
|
| Modifier and Type | Method and Description |
|---|---|
int |
InternalFeature.compareTo(InternalFeature other)
This function compares style ID's between features.
|
Attribute<VALUE_TYPE> |
SyntheticAttributeBuilder.getAttribute(SyntheticAttributeInfo info,
InternalFeature feature)
Get the attribute to be built for the (partial) feature.
|
| Modifier and Type | Method and Description |
|---|---|
List<InternalFeature> |
GetFeaturesContainer.getFeatures()
Get the features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFeaturesContainer.setFeatures(List<InternalFeature> features)
Set the list of features.
|
| Modifier and Type | Method and Description |
|---|---|
List<InternalFeature> |
InternalTile.getFeatures()
Get features for this tile (contained
Geometry objects use map coordinates). |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalTile.addFeature(InternalFeature feature)
Add a feature in the tile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalTile.setFeatures(List<InternalFeature> features)
Set list of features for this tile (contained
Geometry objects use map
coordinates). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeAuthorization.isAttributeReadable(String layerId,
InternalFeature feature,
String attributeName)
Check whether a specific attribute of a feature is visible.
|
boolean |
AttributeAuthorization.isAttributeWritable(String layerId,
InternalFeature feature,
String attributeName)
Check whether a specific attribute of a feature is writable.
|
boolean |
FeatureAuthorization.isFeatureCreateAuthorized(String layerId,
InternalFeature feature)
Check whether creation of the feature is allowed.
|
boolean |
FeatureAuthorization.isFeatureDeleteAuthorized(String layerId,
InternalFeature feature)
Check whether deletion of the feature is allowed.
|
boolean |
FeatureAuthorization.isFeatureUpdateAuthorized(String layerId,
InternalFeature feature)
Check whether the feature is allowed to be updated in some way.
|
boolean |
FeatureAuthorization.isFeatureUpdateAuthorized(String layerId,
InternalFeature orgFeature,
InternalFeature newFeature)
Check whether a update of the feature to the new state is authorized.
|
boolean |
FeatureAuthorization.isFeatureVisible(String layerId,
InternalFeature feature)
Check whether a feature with given id is visible.
|
| Modifier and Type | Method and Description |
|---|---|
InternalFeature |
DtoConverterService.toInternal(Feature dto)
Convert a DTO feature to a server-side feature.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Coordinate |
GeoService.calcDefaultLabelPosition(InternalFeature feature)
Determine a default position for positioning the label for a feature.
|
Object |
FeatureExpressionService.evaluate(String expression,
InternalFeature feature)
Evaluates the specified expression for the specified feature.
|
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.
|
Copyright © 2015 Geosparc. All Rights Reserved.