Uses of Class
com.luciad.earth.tileset.ILcdEarthVectorTileSetCoverage.ShapeType
Packages that use 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
Fields in com.luciad.earth.tileset declared as ILcdEarthVectorTileSetCoverage.ShapeTypeModifier 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.Methods in com.luciad.earth.tileset that return ILcdEarthVectorTileSetCoverage.ShapeTypeModifier and TypeMethodDescriptionILcdEarthVectorTileSetCoverage.getShapeType()
Returns the type of shapes contained in this coverage.TLcdEarthVectorTileSetCoverage.getShapeType()
Constructors in com.luciad.earth.tileset with parameters of type ILcdEarthVectorTileSetCoverage.ShapeTypeModifierConstructorDescriptionTLcdEarthVectorTileSetCoverage
(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters.