Class TLcdShapeAltitudeContext<T extends ILcdShape>

java.lang.Object
com.luciad.tea.TLcdShapeAltitudeContext<T>

public final class TLcdShapeAltitudeContext<T extends ILcdShape> extends Object
Container class around an ILcdShape that provides information on how to interpret the altitude information in the shape.
Since:
2020.1
  • Constructor Details

    • TLcdShapeAltitudeContext

      public TLcdShapeAltitudeContext(T aShape, TLcdCoverageAltitudeMode aCoverageAltitudeMode)
      Create a new shape altitude context
      Parameters:
      aShape - The shape
      aCoverageAltitudeMode - The coverage altitude mode expressing how to interpret the Z-values of the shape coordinates
  • Method Details

    • getShape

      public T getShape()
      Returns the shape
      Returns:
      the shape
    • getCoverageAltitudeMode

      public TLcdCoverageAltitudeMode getCoverageAltitudeMode()
      Returns the coverage altitude mode that expresses how to interpret the Z-values of the shape coordinates
      Returns:
      the coverage altitude mode
    • equals

      public boolean equals(Object aO)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object