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 TLcdAltitudeInterpretationTLcdAltitudeInterpretation.OUTSIDE_RASTER_BOUNDSInterpretation for altitude values which lie outside the altitude data set.static final TLcdAltitudeInterpretationTLcdAltitudeInterpretation.OUTSIDE_SHAPEInterpretation for altitude values which lie outside a shape of interest.static final TLcdAltitudeInterpretationTLcdAltitudeInterpretation.UNKNOWN_ELEVATIONInterpretation 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 TLcdVisibilityInterpretationTLcdVisibilityMatrixViewFactory.getFromPointVisibility(TLcdAltitudeInterpretation aInterpretation) Returns the visibility interpretation corresponding to the specified altitude interpretation.doubleTLcdAltitudeDescriptor.getSpecialValue(TLcdAltitudeInterpretation aInterpretation) Returns a special value for the specified interpretation.protected TLcdVisibilityInterpretationTLcdVisibilityMatrixViewFactory.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.