Package globus.glmap

Annotation Interface GLMapDrawable.DrawTarget

Enclosing class:
GLMapDrawable

@Retention(SOURCE) public static @interface GLMapDrawable.DrawTarget
Draw target of drawable objects
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Object can draw on terrain and not on terrain (like VectorLayer with text and lines)
    static final int
    Object draw itself on terrain
    static final int
    bject draws itself separate from terrain
  • Field Details

    • Unbound

      static final int Unbound
      bject draws itself separate from terrain
      See Also:
    • Terrain

      static final int Terrain
      Object draw itself on terrain
      See Also:
    • All

      static final int All
      Object can draw on terrain and not on terrain (like VectorLayer with text and lines)
      See Also: