Package com.luciad.lucy.map
Interface ILcyGXYLayerType
- All Known Subinterfaces:
ILcyGXYLayerTypeProvider
- All Known Implementing Classes:
TLcyCompositeGXYLayerTypeProvider
,TLcyGXYAsynchronousLayerTypeProvider
public interface ILcyGXYLayerType
Interface containing all possible layer types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates a background layer.static final int
Indicates a regular (editable) application layer.static final int
Indicates a realtime layer.static final int
Indicates that nothing is known about the layer.
-
Field Details
-
REALTIME
static final int REALTIMEIndicates a realtime layer.- See Also:
-
EDITABLE
static final int EDITABLEIndicates a regular (editable) application layer.- See Also:
-
BACKGROUND
static final int BACKGROUNDIndicates a background layer.- See Also:
-
UNKNOWN
static final int UNKNOWNIndicates that nothing is known about the layer.- See Also:
-