| Package | Description |
|---|---|
| org.geomajas.layer.feature | |
| org.geomajas.layer.tile | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
FeatureTransaction.getNewFeatures()
Return the list of features with the new values.
|
Feature[] |
FeatureTransaction.getOldFeatures()
Returns the array of features with their original values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTransaction.setNewFeatures(Feature[] newFeatures)
Set the list of features with the new values.
|
void |
FeatureTransaction.setOldFeatures(Feature[] oldFeatures)
Set the array of features with their original values.
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
VectorTile.getFeatures()
Deprecated.
features are no longer included in tile
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorTile.setFeatures(List<Feature> features)
Deprecated.
features are no longer included in tile
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InternalFeature |
DtoConverterService.toInternal(Feature dto)
Convert a DTO feature to a server-side feature.
|
Copyright © 2015 Geosparc. All Rights Reserved.