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 SummaryFieldsModifier 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_TILEstatic final int REQUEST_MODE_BY_TILELayer request mode by tile- See Also:
 
- 
REQUEST_MODE_BY_REGIONstatic final int REQUEST_MODE_BY_REGIONLayer request mode by region- See Also:
 
- 
TILING_MODE_MANUALstatic final int TILING_MODE_MANUAL- See Also:
 
- 
TILING_MODE_AUTOstatic final int TILING_MODE_AUTO- See Also:
 
- 
PROPERTY_VISIBLEstatic final long PROPERTY_VISIBLEThis constant refers to thevisibleproperty of the layer.- See Also:
 
- 
PROPERTY_SELECTABLEstatic final long PROPERTY_SELECTABLEThis constant refers to theselectableproperty of the layer.- See Also:
 
- 
PROPERTY_QUERIABLEstatic final long PROPERTY_QUERIABLEThis constant refers to thequeriableproperty of the layer.- See Also:
 
- 
PROPERTY_LISTEDstatic final long PROPERTY_LISTEDThis constant refers to thelistedproperty of the layer.- See Also:
 
- 
PROPERTY_LOCALstatic final long PROPERTY_LOCALThis constant refers to thelocalproperty of the layer.- See Also:
 
- 
PROPERTY_INDEXstatic final long PROPERTY_INDEXThis constant refers to theindexproperty of the layer.- See Also:
 
- 
PROPERTY_ALWAYS_DRAW_SELECTIONstatic final long PROPERTY_ALWAYS_DRAW_SELECTIONThis constant refers to thealways draw selectionproperty of the layer.- See Also:
 
- 
PROPERTY_USE_CLIENT_CACHEstatic final long PROPERTY_USE_CLIENT_CACHEThis constant refers to theuse client cacheproperty of the layer.- See Also:
 
- 
PROPERTY_DRAW_GRIDstatic final long PROPERTY_DRAW_GRIDThis constant refers to thedraw gridproperty of the layer.- See Also:
 
- 
PROPERTY_MIN_SCALEstatic final long PROPERTY_MIN_SCALEThis constant refers to theminimum scaleproperty of the layer.- See Also:
 
- 
PROPERTY_MAX_SCALEstatic final long PROPERTY_MAX_SCALEThis constant refers to themaximum scaleproperty of the layer.- See Also:
 
- 
PROPERTY_EDITABLEstatic final long PROPERTY_EDITABLEThis constant refers to theeditableproperty of the layer.- See Also:
 
- 
PROPERTY_INCLUDE_IN_CONTEXTstatic final long PROPERTY_INCLUDE_IN_CONTEXTThis constant refers to theincludeInContextproperty of the layer.- See Also:
 
- 
PROPERTY_PUBLISHEDstatic final long PROPERTY_PUBLISHEDThis constant refers to thepublishedproperty of the layer.- See Also:
 
- 
PROPERTY_EDITINGstatic final long PROPERTY_EDITINGThis constant refers to thepublishedproperty of the layer.- See Also:
 
- 
PROPERTY_ALL_SETTINGSstatic final long PROPERTY_ALL_SETTINGSThis constant refers to all properties of the layer.- See Also:
 
- 
DEFAULT_MINIMUM_SCALEstatic final double DEFAULT_MINIMUM_SCALE- See Also:
 
- 
DEFAULT_MAXIMUM_SCALEstatic final double DEFAULT_MAXIMUM_SCALE- See Also:
 
- 
PROJECT_LAYER_BASE_IDstatic final int PROJECT_LAYER_BASE_ID- See Also:
 
- 
PROJECT_LAYER_MAX_IDstatic final int PROJECT_LAYER_MAX_ID- See Also:
 
- 
SYSTEM_LAYER_BASE_IDstatic final int SYSTEM_LAYER_BASE_ID- See Also:
 
- 
SYSTEM_LAYER_MAX_IDstatic final int SYSTEM_LAYER_MAX_ID- See Also:
 
- 
SYSTEM_LAYER_BASE_AUTO_IDstatic final int SYSTEM_LAYER_BASE_AUTO_ID- See Also:
 
- 
RESERVED_LAYER_BASE_IDstatic final int RESERVED_LAYER_BASE_ID- See Also:
 
- 
RESERVED_LAYER_MAX_IDstatic final int RESERVED_LAYER_MAX_ID- See Also:
 
- 
PERSONAL_LAYER_BASE_IDstatic final int PERSONAL_LAYER_BASE_ID- See Also:
 
- 
PERSONAL_LAYER_MAX_IDstatic final int PERSONAL_LAYER_MAX_ID- See Also:
 
- 
USER_LAYER_BASE_IDstatic final int USER_LAYER_BASE_ID- See Also:
 
- 
USER_LAYER_MAX_IDstatic final int USER_LAYER_MAX_ID- See Also:
 
- 
USER_LAYER_BASE_AUTO_IDstatic final int USER_LAYER_BASE_AUTO_ID- See Also:
 
 
-