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
Modifier and TypeFieldDescriptionstatic final double
static final double
static final int
static final int
static final int
static final int
static final long
This constant refers to all properties of the layer.static final long
This constant refers to thealways draw selection
property of the layer.static final long
This constant refers to thedraw grid
property of the layer.static final long
This constant refers to theeditable
property of the layer.static final long
This constant refers to thepublished
property of the layer.static final long
This constant refers to theincludeInContext
property of the layer.static final long
This constant refers to theindex
property of the layer.static final long
This constant refers to thelisted
property of the layer.static final long
This constant refers to thelocal
property of the layer.static final long
This constant refers to themaximum scale
property of the layer.static final long
This constant refers to theminimum scale
property of the layer.static final long
This constant refers to thepublished
property of the layer.static final long
This constant refers to thequeriable
property of the layer.static final long
This constant refers to theselectable
property of the layer.static final long
This constant refers to theuse client cache
property of the layer.static final long
This constant refers to thevisible
property of the layer.static final int
Layer request mode by regionstatic final int
Layer request mode by tilestatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static 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 thevisible
property of the layer.- See Also:
-
PROPERTY_SELECTABLE
static final long PROPERTY_SELECTABLEThis constant refers to theselectable
property of the layer.- See Also:
-
PROPERTY_QUERIABLE
static final long PROPERTY_QUERIABLEThis constant refers to thequeriable
property of the layer.- See Also:
-
PROPERTY_LISTED
static final long PROPERTY_LISTEDThis constant refers to thelisted
property of the layer.- See Also:
-
PROPERTY_LOCAL
static final long PROPERTY_LOCALThis constant refers to thelocal
property of the layer.- See Also:
-
PROPERTY_INDEX
static final long PROPERTY_INDEXThis constant refers to theindex
property of the layer.- See Also:
-
PROPERTY_ALWAYS_DRAW_SELECTION
static final long PROPERTY_ALWAYS_DRAW_SELECTIONThis constant refers to thealways draw selection
property of the layer.- See Also:
-
PROPERTY_USE_CLIENT_CACHE
static final long PROPERTY_USE_CLIENT_CACHEThis constant refers to theuse client cache
property of the layer.- See Also:
-
PROPERTY_DRAW_GRID
static final long PROPERTY_DRAW_GRIDThis constant refers to thedraw grid
property of the layer.- See Also:
-
PROPERTY_MIN_SCALE
static final long PROPERTY_MIN_SCALEThis constant refers to theminimum scale
property of the layer.- See Also:
-
PROPERTY_MAX_SCALE
static final long PROPERTY_MAX_SCALEThis constant refers to themaximum scale
property of the layer.- See Also:
-
PROPERTY_EDITABLE
static final long PROPERTY_EDITABLEThis constant refers to theeditable
property of the layer.- See Also:
-
PROPERTY_INCLUDE_IN_CONTEXT
static final long PROPERTY_INCLUDE_IN_CONTEXTThis constant refers to theincludeInContext
property of the layer.- See Also:
-
PROPERTY_PUBLISHED
static final long PROPERTY_PUBLISHEDThis constant refers to thepublished
property of the layer.- See Also:
-
PROPERTY_EDITING
static final long PROPERTY_EDITINGThis constant refers to thepublished
property 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:
-