Package com.luciad.tea
Class TLcdVisibilityInterpretation
java.lang.Object
com.luciad.tea.TLcdVisibilityInterpretation
Enumeration of interpretations for special visibility values.
The class TLcdVisibilityDescriptor can be used to convert special visibility values
to visibility interpretations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdVisibilityInterpretationInterpretation for visibility values which lie in a cone of silence.static final TLcdVisibilityInterpretationInterpretation for visibility values indicating an invisible result.static final TLcdVisibilityInterpretationInterpretation for visibility values which are not (yet) computed.static final TLcdVisibilityInterpretationInterpretation for visibility values which lie outside a shape of interest.static final TLcdVisibilityInterpretationInterpretation for visibility values indicating an uncertain result.static final TLcdVisibilityInterpretationInterpretation for visibility values indicating a visible result. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs new visibility interpretation with the specified name. -
Method Summary
-
Field Details
-
VISIBLE
Interpretation for visibility values indicating a visible result. -
INVISIBLE
Interpretation for visibility values indicating an invisible result. -
UNCERTAIN
Interpretation for visibility values indicating an uncertain result. -
CONE_OF_SILENCE
Interpretation for visibility values which lie in a cone of silence. -
OUTSIDE_SHAPE
Interpretation for visibility values which lie outside a shape of interest. This constant is used in theTLcdVisibilityMatrixViewFactoryfor visibility points that lie outside the shape. -
NOT_COMPUTED
Interpretation for visibility values which are not (yet) computed.
-
-
Constructor Details
-
TLcdVisibilityInterpretation
Constructs new visibility 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