Package com.luciad.earth.tileset
Class ILcdEarthVectorTileSetCoverage.ShapeType
java.lang.Object
com.luciad.earth.tileset.ILcdEarthVectorTileSetCoverage.ShapeType
- Enclosing interface:
ILcdEarthVectorTileSetCoverage
An enumeration of possible shape types in an
ILcdEarthVectorTileSetCoverage
.- Since:
- 8.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ILcdEarthVectorTileSetCoverage.ShapeType
A shape type to represent area features such as polygons or circles.static final ILcdEarthVectorTileSetCoverage.ShapeType
A shape type to represent line-based features such as polylines, arcs or curves.static final ILcdEarthVectorTileSetCoverage.ShapeType
A generic shape type for use when the coverage has heterogenous or unknown contents.static final ILcdEarthVectorTileSetCoverage.ShapeType
A shape type to represent point-based features. -
Method Summary
-
Field Details
-
POINT
A shape type to represent point-based features. -
LINE
A shape type to represent line-based features such as polylines, arcs or curves. -
AREA
A shape type to represent area features such as polygons or circles. -
MIXED_OR_UNKNOWN
A generic shape type for use when the coverage has heterogenous or unknown contents.
-
-
Method Details