Package com.kheops.jmap.client.layers
Interface LayerConstants
- All Known Implementing Classes:
AdvancedImageLayer,AdvancedImageLayerInfo,EcwLayerInfo,ImageLayer,ImageLayerInfo,JMapServerArcgisLayer,JMapServerBingLayer,JMapServerEcwLayer,JMapServerGdalLayer,JMapServerGoogleLayer,JMapServerImageLayer,JMapServerLayer,JMapServerOpenStreetMapLayer,JMapServerRasterLayer,JMapServerVectorLayer,JMapServerWmsLayer,JMapServerWmtsLayer,Layer,LayerInfo,PersonalLayerInfo,PersonalVectorLayer,RasterLayer,RasterLayerInfo,RemoteServerEcwLayer,RemoteServerGdalLayer,RemoteServerImageLayer,RemoteServerVectorLayer,RemoteServerVectorLayerClone,RemoteServerWmsLayer,VectorLayer,VectorLayerInfo,WmsLayer,WmsLayerInfo,WmtsLayer,WmtsLayerInfo
public interface LayerConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final intstatic final intstatic final intstatic final intstatic final longThis constant refers to all properties of the layer.static final longThis constant refers to thealways draw selectionproperty of the layer.static final longThis constant refers to thedraw gridproperty of the layer.static final longThis constant refers to theeditableproperty of the layer.static final longThis constant refers to thepublishedproperty of the layer.static final longThis constant refers to theincludeInContextproperty of the layer.static final longThis constant refers to theindexproperty of the layer.static final longThis constant refers to thelistedproperty of the layer.static final longThis constant refers to thelocalproperty of the layer.static final longThis constant refers to themaximum scaleproperty of the layer.static final longThis constant refers to theminimum scaleproperty of the layer.static final longThis constant refers to thepublishedproperty of the layer.static final longThis constant refers to thequeriableproperty of the layer.static final longThis constant refers to theselectableproperty of the layer.static final longThis constant refers to theuse client cacheproperty of the layer.static final longThis constant refers to thevisibleproperty of the layer.static final intLayer request mode by regionstatic final intLayer request mode by tilestatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int
-
Field Details
-
REQUEST_MODE_BY_TILE
static final int REQUEST_MODE_BY_TILELayer request mode by tile- See Also:
-
REQUEST_MODE_BY_REGION
static final int REQUEST_MODE_BY_REGIONLayer request mode by region- See Also:
-
TILING_MODE_MANUAL
static final int TILING_MODE_MANUAL- See Also:
-
TILING_MODE_AUTO
static final int TILING_MODE_AUTO- See Also:
-
PROPERTY_VISIBLE
static final long PROPERTY_VISIBLEThis constant refers to thevisibleproperty of the layer.- See Also:
-
PROPERTY_SELECTABLE
static final long PROPERTY_SELECTABLEThis constant refers to theselectableproperty of the layer.- See Also:
-
PROPERTY_QUERIABLE
static final long PROPERTY_QUERIABLEThis constant refers to thequeriableproperty of the layer.- See Also:
-
PROPERTY_LISTED
static final long PROPERTY_LISTEDThis constant refers to thelistedproperty of the layer.- See Also:
-
PROPERTY_LOCAL
static final long PROPERTY_LOCALThis constant refers to thelocalproperty of the layer.- See Also:
-
PROPERTY_INDEX
static final long PROPERTY_INDEXThis constant refers to theindexproperty of the layer.- See Also:
-
PROPERTY_ALWAYS_DRAW_SELECTION
static final long PROPERTY_ALWAYS_DRAW_SELECTIONThis constant refers to thealways draw selectionproperty of the layer.- See Also:
-
PROPERTY_USE_CLIENT_CACHE
static final long PROPERTY_USE_CLIENT_CACHEThis constant refers to theuse client cacheproperty of the layer.- See Also:
-
PROPERTY_DRAW_GRID
static final long PROPERTY_DRAW_GRIDThis constant refers to thedraw gridproperty of the layer.- See Also:
-
PROPERTY_MIN_SCALE
static final long PROPERTY_MIN_SCALEThis constant refers to theminimum scaleproperty of the layer.- See Also:
-
PROPERTY_MAX_SCALE
static final long PROPERTY_MAX_SCALEThis constant refers to themaximum scaleproperty of the layer.- See Also:
-
PROPERTY_EDITABLE
static final long PROPERTY_EDITABLEThis constant refers to theeditableproperty of the layer.- See Also:
-
PROPERTY_INCLUDE_IN_CONTEXT
static final long PROPERTY_INCLUDE_IN_CONTEXTThis constant refers to theincludeInContextproperty of the layer.- See Also:
-
PROPERTY_PUBLISHED
static final long PROPERTY_PUBLISHEDThis constant refers to thepublishedproperty of the layer.- See Also:
-
PROPERTY_EDITING
static final long PROPERTY_EDITINGThis constant refers to thepublishedproperty of the layer.- See Also:
-
PROPERTY_ALL_SETTINGS
static final long PROPERTY_ALL_SETTINGSThis constant refers to all properties of the layer.- See Also:
-
DEFAULT_MINIMUM_SCALE
static final double DEFAULT_MINIMUM_SCALE- See Also:
-
DEFAULT_MAXIMUM_SCALE
static final double DEFAULT_MAXIMUM_SCALE- See Also:
-
PROJECT_LAYER_BASE_ID
static final int PROJECT_LAYER_BASE_ID- See Also:
-
PROJECT_LAYER_MAX_ID
static final int PROJECT_LAYER_MAX_ID- See Also:
-
SYSTEM_LAYER_BASE_ID
static final int SYSTEM_LAYER_BASE_ID- See Also:
-
SYSTEM_LAYER_MAX_ID
static final int SYSTEM_LAYER_MAX_ID- See Also:
-
SYSTEM_LAYER_BASE_AUTO_ID
static final int SYSTEM_LAYER_BASE_AUTO_ID- See Also:
-
RESERVED_LAYER_BASE_ID
static final int RESERVED_LAYER_BASE_ID- See Also:
-
RESERVED_LAYER_MAX_ID
static final int RESERVED_LAYER_MAX_ID- See Also:
-
PERSONAL_LAYER_BASE_ID
static final int PERSONAL_LAYER_BASE_ID- See Also:
-
PERSONAL_LAYER_MAX_ID
static final int PERSONAL_LAYER_MAX_ID- See Also:
-
USER_LAYER_BASE_ID
static final int USER_LAYER_BASE_ID- See Also:
-
USER_LAYER_MAX_ID
static final int USER_LAYER_MAX_ID- See Also:
-
USER_LAYER_BASE_AUTO_ID
static final int USER_LAYER_BASE_AUTO_ID- See Also:
-