public static final class ILcdEarthTileSetCoverage.CoverageType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ILcdEarthTileSetCoverage.CoverageType |
ELEVATION
The coverage represents elevation values.
|
static ILcdEarthTileSetCoverage.CoverageType |
GEOMETRY
The coverage represents geometric primitives such as points, lines or polygons.
|
static ILcdEarthTileSetCoverage.CoverageType |
IMAGE
The coverage represents image data.
|
static ILcdEarthTileSetCoverage.CoverageType |
MULTIVALUED
The coverage represents multi-dimensional scalar values.
|
static ILcdEarthTileSetCoverage.CoverageType |
OTHER
Other (non-visual) data may also be present on a coverage.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final ILcdEarthTileSetCoverage.CoverageType ELEVATION
public static final ILcdEarthTileSetCoverage.CoverageType MULTIVALUED
public static final ILcdEarthTileSetCoverage.CoverageType IMAGE
public static final ILcdEarthTileSetCoverage.CoverageType GEOMETRY
public static final ILcdEarthTileSetCoverage.CoverageType OTHER