Package com.luciad.earth.tileset
Class ILcdEarthTileSetCoverage.CoverageType
java.lang.Object
com.luciad.earth.tileset.ILcdEarthTileSetCoverage.CoverageType
- Enclosing interface:
ILcdEarthTileSetCoverage
An enumeration of possible data types.
- Since:
- 8.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ILcdEarthTileSetCoverage.CoverageType
The coverage represents elevation values.static final ILcdEarthTileSetCoverage.CoverageType
The coverage represents geometric primitives such as points, lines or polygons.static final ILcdEarthTileSetCoverage.CoverageType
The coverage represents image data.static final ILcdEarthTileSetCoverage.CoverageType
The coverage represents multi-dimensional scalar values.static final ILcdEarthTileSetCoverage.CoverageType
Other (non-visual) data may also be present on a coverage. -
Method Summary
-
Field Details
-
ELEVATION
The coverage represents elevation values. -
MULTIVALUED
The coverage represents multi-dimensional scalar values. -
IMAGE
The coverage represents image data. -
GEOMETRY
The coverage represents geometric primitives such as points, lines or polygons. -
OTHER
Other (non-visual) data may also be present on a coverage. An example could be metadata related to other coverages with elevation, image or geometry data.
-
-
Method Details