public interface LayerConstants
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_MAXIMUM_SCALE |
static double |
DEFAULT_MINIMUM_SCALE |
static int |
PERSONAL_LAYER_BASE_ID |
static int |
PERSONAL_LAYER_MAX_ID |
static int |
PROJECT_LAYER_BASE_ID |
static int |
PROJECT_LAYER_MAX_ID |
static long |
PROPERTY_ALL_SETTINGS
This constant refers to all properties of the layer.
|
static long |
PROPERTY_ALWAYS_DRAW_SELECTION
This constant refers to the
always draw selection property
of the layer. |
static long |
PROPERTY_DRAW_GRID
This constant refers to the
draw grid property of the layer. |
static long |
PROPERTY_EDITABLE
This constant refers to the
editable property of the layer. |
static long |
PROPERTY_EDITING
This constant refers to the
published property of the layer. |
static long |
PROPERTY_INCLUDE_IN_CONTEXT
This constant refers to the
includeInContext property of the layer. |
static long |
PROPERTY_INDEX
This constant refers to the
index property of the layer. |
static long |
PROPERTY_LISTED
This constant refers to the
listed property of the layer. |
static long |
PROPERTY_LOCAL
This constant refers to the
local property of the layer. |
static long |
PROPERTY_MAX_SCALE
This constant refers to the
maximum scale property of
the layer. |
static long |
PROPERTY_MIN_SCALE
This constant refers to the
minimum scale property of
the layer. |
static long |
PROPERTY_PUBLISHED
This constant refers to the
published property of the layer. |
static long |
PROPERTY_QUERIABLE
This constant refers to the
queriable property of the layer. |
static long |
PROPERTY_SELECTABLE
This constant refers to the
selectable property of the layer. |
static long |
PROPERTY_USE_CLIENT_CACHE
This constant refers to the
use client cache property of the
layer. |
static long |
PROPERTY_VISIBLE
This constant refers to the
visible property of the layer. |
static int |
REQUEST_MODE_BY_REGION
Layer request mode by region
|
static int |
REQUEST_MODE_BY_TILE
Layer request mode by tile
|
static int |
RESERVED_LAYER_BASE_ID |
static int |
RESERVED_LAYER_MAX_ID |
static int |
SYSTEM_LAYER_BASE_AUTO_ID |
static int |
SYSTEM_LAYER_BASE_ID |
static int |
SYSTEM_LAYER_MAX_ID |
static int |
TILING_MODE_AUTO |
static int |
TILING_MODE_MANUAL |
static int |
USER_LAYER_BASE_AUTO_ID |
static int |
USER_LAYER_BASE_ID |
static int |
USER_LAYER_MAX_ID |
static final int REQUEST_MODE_BY_TILE
static final int REQUEST_MODE_BY_REGION
static final int TILING_MODE_MANUAL
static final int TILING_MODE_AUTO
static final long PROPERTY_VISIBLE
visible
property of the layer.static final long PROPERTY_SELECTABLE
selectable
property of the layer.static final long PROPERTY_QUERIABLE
queriable
property of the layer.static final long PROPERTY_LISTED
listed
property of the layer.static final long PROPERTY_LOCAL
local
property of the layer.static final long PROPERTY_INDEX
index
property of the layer.static final long PROPERTY_ALWAYS_DRAW_SELECTION
always draw selection
property
of the layer.static final long PROPERTY_USE_CLIENT_CACHE
use client cache
property of the
layer.static final long PROPERTY_DRAW_GRID
draw grid
property of the layer.static final long PROPERTY_MIN_SCALE
minimum scale
property of
the layer.static final long PROPERTY_MAX_SCALE
maximum scale
property of
the layer.static final long PROPERTY_EDITABLE
editable
property of the layer.static final long PROPERTY_INCLUDE_IN_CONTEXT
includeInContext
property of the layer.static final long PROPERTY_PUBLISHED
published
property of the layer.static final long PROPERTY_EDITING
published
property of the layer.static final long PROPERTY_ALL_SETTINGS
static final double DEFAULT_MINIMUM_SCALE
static final double DEFAULT_MAXIMUM_SCALE
static final int PROJECT_LAYER_BASE_ID
static final int PROJECT_LAYER_MAX_ID
static final int SYSTEM_LAYER_BASE_ID
static final int SYSTEM_LAYER_MAX_ID
static final int SYSTEM_LAYER_BASE_AUTO_ID
static final int RESERVED_LAYER_BASE_ID
static final int RESERVED_LAYER_MAX_ID
static final int PERSONAL_LAYER_BASE_ID
static final int PERSONAL_LAYER_MAX_ID
static final int USER_LAYER_BASE_ID
static final int USER_LAYER_MAX_ID
static final int USER_LAYER_BASE_AUTO_ID