Package com.luciad.earth.tileset
Class TLcdEarthVectorTileSetCoverage
java.lang.Object
com.luciad.earth.tileset.TLcdEarthTileSetCoverage
com.luciad.earth.tileset.TLcdEarthVectorTileSetCoverage
- All Implemented Interfaces:
ILcdEarthTileSetCoverage
,ILcdEarthVectorTileSetCoverage
public class TLcdEarthVectorTileSetCoverage
extends TLcdEarthTileSetCoverage
implements ILcdEarthVectorTileSetCoverage
Default implementation of
ILcdEarthVectorTileSetCoverage
.- Since:
- 8.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
ILcdEarthTileSetCoverage.CoverageType
Nested classes/interfaces inherited from interface com.luciad.earth.tileset.ILcdEarthVectorTileSetCoverage
ILcdEarthVectorTileSetCoverage.ShapeType
-
Constructor Summary
ConstructorDescriptionTLcdEarthVectorTileSetCoverage
(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of shapes contained in this coverage.Methods inherited from class com.luciad.earth.tileset.TLcdEarthTileSetCoverage
getCoverageType, getName, getNativeFormat, getNativeGeoReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
getCoverageType, getName, getNativeFormat, getNativeGeoReference
-
Constructor Details
-
TLcdEarthVectorTileSetCoverage
public TLcdEarthVectorTileSetCoverage(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters.- Parameters:
aName
- the name of the coverageaCoverageType
- the coverage's typeaDataFormat
- the coverage's data formataGeoReference
- the coverage's native georeferenceaShapeType
- the coverage's shape type
-
-
Method Details
-
getShapeType
Description copied from interface:ILcdEarthVectorTileSetCoverage
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.- Specified by:
getShapeType
in interfaceILcdEarthVectorTileSetCoverage
- Returns:
- the shape type of this coverage
-