Uses of Class
com.luciad.earth.tileset.ILcdEarthVectorTileSetCoverage.ShapeType
Package
Description
Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets.
-
Uses of ILcdEarthVectorTileSetCoverage.ShapeType in com.luciad.earth.tileset
Modifier and TypeFieldDescriptionstatic final ILcdEarthVectorTileSetCoverage.ShapeType
ILcdEarthVectorTileSetCoverage.ShapeType.AREA
A shape type to represent area features such as polygons or circles.static final ILcdEarthVectorTileSetCoverage.ShapeType
ILcdEarthVectorTileSetCoverage.ShapeType.LINE
A shape type to represent line-based features such as polylines, arcs or curves.static final ILcdEarthVectorTileSetCoverage.ShapeType
ILcdEarthVectorTileSetCoverage.ShapeType.MIXED_OR_UNKNOWN
A generic shape type for use when the coverage has heterogenous or unknown contents.static final ILcdEarthVectorTileSetCoverage.ShapeType
ILcdEarthVectorTileSetCoverage.ShapeType.POINT
A shape type to represent point-based features.Modifier and TypeMethodDescriptionILcdEarthVectorTileSetCoverage.getShapeType()
Returns the type of shapes contained in this coverage.TLcdEarthVectorTileSetCoverage.getShapeType()
ModifierConstructorDescriptionTLcdEarthVectorTileSetCoverage
(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters.