Uses of Class
com.luciad.earth.tileset.ILcdEarthTileSetCoverage.CoverageType
Packages that use ILcdEarthTileSetCoverage.CoverageType
Package
Description
Provides tools to create and update 3D terrain repositories.
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets.
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ILcdEarthTileSetCoverage.CoverageType in com.luciad.earth.metadata
Methods in com.luciad.earth.metadata that return ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeMethodDescriptionILcdEarthAsset.getCoverageType()
Returns the coverage type the asset is intended for.TLcdEarthAsset.getCoverageType()
Constructors in com.luciad.earth.metadata with parameters of type ILcdEarthTileSetCoverage.CoverageTypeModifierConstructorDescriptionTLcdEarthAsset
(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, int aSortOrder) Creates a new asset with the given properties.TLcdEarthClippedRasterAsset
(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity, String aClipSource, ILcdModelDecoder aClipModelDecoder) Creates a new clipped raster asset.TLcdEarthRasterAsset
(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity) -
Uses of ILcdEarthTileSetCoverage.CoverageType in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format with parameters of type ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeMethodDescriptionprotected TLcdEarthRasterAsset
TLcdEarthClippedRasterAssetCodec.createAsset
(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) protected TLcdEarthRasterAsset
TLcdEarthRasterAssetCodec.createAsset
(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) Creates an raster asset with the given parameters. -
Uses of ILcdEarthTileSetCoverage.CoverageType in com.luciad.earth.tileset
Fields in com.luciad.earth.tileset declared as ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeFieldDescriptionstatic final ILcdEarthTileSetCoverage.CoverageType
ILcdEarthTileSetCoverage.CoverageType.ELEVATION
The coverage represents elevation values.static final ILcdEarthTileSetCoverage.CoverageType
ILcdEarthTileSetCoverage.CoverageType.GEOMETRY
The coverage represents geometric primitives such as points, lines or polygons.static final ILcdEarthTileSetCoverage.CoverageType
ILcdEarthTileSetCoverage.CoverageType.IMAGE
The coverage represents image data.static final ILcdEarthTileSetCoverage.CoverageType
ILcdEarthTileSetCoverage.CoverageType.MULTIVALUED
The coverage represents multi-dimensional scalar values.static final ILcdEarthTileSetCoverage.CoverageType
ILcdEarthTileSetCoverage.CoverageType.OTHER
Other (non-visual) data may also be present on a coverage.Methods in com.luciad.earth.tileset that return ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeMethodDescriptionILcdEarthTileSetCoverage.getCoverageType()
Returns the type of the data contained in this coverage (elevation, imagery or geometry).TLcdEarthTileSetCoverage.getCoverageType()
Constructors in com.luciad.earth.tileset with parameters of type ILcdEarthTileSetCoverage.CoverageTypeModifierConstructorDescriptionTLcdEarthTileSetCoverage
(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference) Creates aTLcdEarthTileSetCoverage
with the given parameters.TLcdEarthVectorTileSetCoverage
(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters. -
Uses of ILcdEarthTileSetCoverage.CoverageType in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeMethodDescriptionELfnDataType.toCoverageType()
Converts this LuciadFusion data type into its Earth counterpart.Methods in com.luciad.fusion.tilestore with parameters of type ILcdEarthTileSetCoverage.CoverageTypeModifier and TypeMethodDescriptionstatic ELfnDataType
ELfnDataType.fromCoverageType
(ILcdEarthTileSetCoverage.CoverageType aCoverageType) Converts an EarthILcdEarthTileSetCoverage.CoverageType
to a LuciadFusionELfnDataType
.