Uses of Class
com.luciad.tea.TLcdAltitudeInterpretation
Packages that use TLcdAltitudeInterpretation
-
Uses of TLcdAltitudeInterpretation in com.luciad.tea
Fields in com.luciad.tea declared as TLcdAltitudeInterpretationModifier and TypeFieldDescriptionstatic final TLcdAltitudeInterpretation
TLcdAltitudeInterpretation.OUTSIDE_RASTER_BOUNDS
Interpretation for altitude values which lie outside the altitude data set.static final TLcdAltitudeInterpretation
TLcdAltitudeInterpretation.OUTSIDE_SHAPE
Interpretation for altitude values which lie outside a shape of interest.static final TLcdAltitudeInterpretation
TLcdAltitudeInterpretation.UNKNOWN_ELEVATION
Interpretation for unknown elevation values.Methods in com.luciad.tea that return TLcdAltitudeInterpretationModifier and TypeMethodDescriptionTLcdAltitudeDescriptor.getSpecialValueInterpretation
(double aSpecialValue) Returns an interpretation for the specified special value.Methods in com.luciad.tea that return types with arguments of type TLcdAltitudeInterpretationModifier and TypeMethodDescriptionTLcdAltitudeDescriptor.getSpecialValueMappingAsMap()
Returns the mapping between special altitude values and altitude interpretations.Methods in com.luciad.tea with parameters of type TLcdAltitudeInterpretationModifier and TypeMethodDescriptionprotected TLcdVisibilityInterpretation
TLcdVisibilityMatrixViewFactory.getFromPointVisibility
(TLcdAltitudeInterpretation aInterpretation) Returns the visibility interpretation corresponding to the specified altitude interpretation.double
TLcdAltitudeDescriptor.getSpecialValue
(TLcdAltitudeInterpretation aInterpretation) Returns a special value for the specified interpretation.protected TLcdVisibilityInterpretation
TLcdVisibilityMatrixViewFactory.getToPointVisibility
(TLcdAltitudeInterpretation aInterpretation) Returns the visibility interpretation corresponding to the specified altitude interpretation.Constructor parameters in com.luciad.tea with type arguments of type TLcdAltitudeInterpretationModifierConstructorDescriptionTLcdAltitudeDescriptor
(Map<Double, TLcdAltitudeInterpretation> aSpecialValueMap) Creates an altitude descriptor with the specified map.