Package globus.glmap
Annotation Interface GLMapVectorObject.Type
- Enclosing class:
GLMapVectorObject
Defines the types of vector objects.
-
Field Summary
-
Field Details
-
Unknown
static final int UnknownUnknown type- See Also:
-
Point
static final int PointPoint type- See Also:
-
Line
static final int LineLine type- See Also:
-
Polygon
static final int PolygonPolygon type- See Also:
-
All
static final int AllRepresents all types- See Also:
-