Package com.luciad.tea
Class TLcdShapeAltitudeContext<T extends ILcdShape>
java.lang.Object
com.luciad.tea.TLcdShapeAltitudeContext<T>
Container class around an
ILcdShape
that provides information on how to interpret
the altitude information in the shape.- Since:
- 2020.1
-
Constructor Summary
ConstructorDescriptionTLcdShapeAltitudeContext
(T aShape, TLcdCoverageAltitudeMode aCoverageAltitudeMode) Create a new shape altitude context -
Method Summary
-
Constructor Details
-
TLcdShapeAltitudeContext
Create a new shape altitude context- Parameters:
aShape
- The shapeaCoverageAltitudeMode
- The coverage altitude mode expressing how to interpret the Z-values of the shape coordinates
-
-
Method Details
-
getShape
Returns the shape- Returns:
- the shape
-
getCoverageAltitudeMode
Returns the coverage altitude mode that expresses how to interpret the Z-values of the shape coordinates- Returns:
- the coverage altitude mode
-
equals
-
hashCode
public int hashCode()
-