Package com.luciad.tea
Class TLcdAltitudeInterpretation
java.lang.Object
com.luciad.tea.TLcdAltitudeInterpretation
Enumeration of interpretations for special altitude values.
The class TLcdAltitudeDescriptor
can be used to convert special altitude values
to altitude interpretations.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdAltitudeInterpretation
Interpretation for altitude values which lie outside the altitude data set.static final TLcdAltitudeInterpretation
Interpretation for altitude values which lie outside a shape of interest.static final TLcdAltitudeInterpretation
Interpretation for unknown elevation values. -
Constructor Summary
ConstructorDescriptionTLcdAltitudeInterpretation
(String aName) Constructs new altitude interpretation with the specified name. -
Method Summary
-
Field Details
-
UNKNOWN_ELEVATION
Interpretation for unknown elevation values. -
OUTSIDE_RASTER_BOUNDS
Interpretation for altitude values which lie outside the altitude data set. -
OUTSIDE_SHAPE
Interpretation for altitude values which lie outside a shape of interest. This constant is used in theTLcdAltitudeMatrixViewFactory
for discretized points that lie outside the shape.
-
-
Constructor Details
-
TLcdAltitudeInterpretation
Constructs new altitude interpretation with the specified name. The name is used as the string representation of this instance.- Parameters:
aName
- The name of the interpretation.
-
-
Method Details