@Api(allMethods=true)
public interface PipelineCode
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_NAME_KEY
Attribute name as
String. |
static String |
BOUNDS_KEY
Bounds as
Envelope. |
static String |
CRS_BACK_TRANSFORM_KEY
CrsTransform for converting from the layer to the request.
|
static String |
CRS_KEY
CRS (as
Crs. |
static String |
CRS_TRANSFORM_KEY
Crs transformation from request to layer,
CrsTransform. |
static String |
FEATURE_DATA_OBJECT_KEY
Feature data object ,
Object. |
static String |
FEATURE_INCLUDES_KEY
What should be included in the feature,
Integer. |
static String |
FEATURE_KEY
Feature as
InternalFeature. |
static String |
FILTER_KEY
Filter object,
Filter. |
static String |
FORCE_PAGING_KEY
Should paging be forced?
|
static String |
INDEX_KEY
Index,
Integer. |
static String |
IS_CREATE_KEY
Are we creating a new feature,
Boolean. |
static String |
LAYER_ID_KEY
Layer id (server side), as
String. |
static String |
LAYER_KEY
Layer as
Layer. |
static String |
MAX_RESULT_SIZE_KEY
Maximum size for result,
Integer. |
static String |
NEW_FEATURES_KEY
List of new features,
org.geomajas.layer.feature.InternalFeature>. |
static String |
OFFSET_KEY
Offset for result set,
Integer. |
static String |
OLD_FEATURE_KEY
Old feature (state before change),
InternalFeature. |
static String |
OLD_FEATURES_KEY
List of old features,
org.geomajas.layer.feature.InternalFeature>. |
static String |
PIPELINE_GET_ATTRIBUTES
Vector layer get attributes pipeline key.
|
static String |
PIPELINE_GET_BOUNDS
Vector layer get bounds pipeline key.
|
static String |
PIPELINE_GET_FEATURES
Vector layer get features pipeline key.
|
static String |
PIPELINE_GET_RASTER_TILES
Raster layer get tiles pipeline key.
|
static String |
PIPELINE_GET_VECTOR_TILE
Vector layer get tile pipeline key.
|
static String |
PIPELINE_SAVE_OR_UPDATE
Vector layer save or update pipeline key.
|
static String |
PIPELINE_SAVE_OR_UPDATE_ONE
Vector layer save or update sub-pipeline key for one feature.
|
static String |
SCALE_KEY
Scale
Double. |
static String |
STYLE_KEY
Style as
NamedStyleInfo. |
static String |
TILE_MAX_EXTENT_KEY
Maximum extent for tile,
Envelope. |
static String |
TILE_METADATA_KEY
Tile metadata as
TileMetadata. |
static final String PIPELINE_GET_ATTRIBUTES
static final String PIPELINE_GET_BOUNDS
static final String PIPELINE_GET_FEATURES
static final String PIPELINE_GET_RASTER_TILES
static final String PIPELINE_GET_VECTOR_TILE
static final String PIPELINE_SAVE_OR_UPDATE
static final String PIPELINE_SAVE_OR_UPDATE_ONE
static final String ATTRIBUTE_NAME_KEY
String.static final String BOUNDS_KEY
Envelope.static final String CRS_KEY
Crs.static final String CRS_TRANSFORM_KEY
CrsTransform.static final String FEATURE_DATA_OBJECT_KEY
Object.static final String FEATURE_INCLUDES_KEY
Integer.static final String FEATURE_KEY
InternalFeature.static final String FILTER_KEY
Filter.static final String INDEX_KEY
Integer.static final String IS_CREATE_KEY
Boolean.static final String LAYER_ID_KEY
String.static final String LAYER_KEY
Layer.static final String MAX_RESULT_SIZE_KEY
Integer.static final String NEW_FEATURES_KEY
org.geomajas.layer.feature.InternalFeature>.static final String OFFSET_KEY
Integer.static final String OLD_FEATURE_KEY
InternalFeature.static final String OLD_FEATURES_KEY
org.geomajas.layer.feature.InternalFeature>.static final String SCALE_KEY
Double.static final String STYLE_KEY
NamedStyleInfo.static final String TILE_MAX_EXTENT_KEY
Envelope.static final String TILE_METADATA_KEY
TileMetadata.static final String CRS_BACK_TRANSFORM_KEY
static final String FORCE_PAGING_KEY
Copyright © 2015 Geosparc. All Rights Reserved.