Package com.luciad.earth.tileset
Interface ILcdEarthVectorTileSetCoverage
- All Superinterfaces:
ILcdEarthTileSetCoverage
- All Known Implementing Classes:
TLcdEarthVectorTileSetCoverage
An extension of
ILcdEarthTileSetCoverage
for coverages that contain vector data.- Since:
- 8.2
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
An enumeration of possible shape types in anILcdEarthVectorTileSetCoverage
.Nested classes/interfaces inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
ILcdEarthTileSetCoverage.CoverageType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of shapes contained in this coverage.Methods inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
getCoverageType, getName, getNativeFormat, getNativeGeoReference
-
Method Details
-
getShapeType
ILcdEarthVectorTileSetCoverage.ShapeType getShapeType()Returns the type of shapes contained in this coverage. The shape type is a semantic interpretation only, and is independent of the actual data format of the coverage as returned bygetDataFormat()
. One possible use for the shape type is to distinguish between coverages that represent filled and outlined versions of the same set of polygon shapes.- Returns:
- the shape type of this coverage
-