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

    Fields
    Modifier and Type
    Field
    Description
    static 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 REALTIME
      Indicates a realtime layer.
      See Also:
    • EDITABLE

      static final int EDITABLE
      Indicates a regular (editable) application layer.
      See Also:
    • BACKGROUND

      static final int BACKGROUND
      Indicates a background layer.
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      Indicates that nothing is known about the layer.
      See Also: