Class AbstractEnvelope.LowerCorner

All Implemented Interfaces:
Serializable, org.opengis.geometry.coordinate.Position, org.opengis.geometry.DirectPosition
Enclosing class:
AbstractEnvelope

private final class AbstractEnvelope.LowerCorner extends AbstractEnvelope.Point
The corner returned by AbstractEnvelope.getLowerCorner().
  • Field Details

  • Constructor Details

    • LowerCorner

      private LowerCorner()
  • Method Details

    • getOrdinate

      public double getOrdinate(int dimension) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • setOrdinate

      public void setOrdinate(int dimension, double value)
      Sets the coordinate value along the specified dimension.
      Specified by:
      setOrdinate in interface org.opengis.geometry.DirectPosition
      Overrides:
      setOrdinate in class AbstractDirectPosition
      Parameters:
      dimension - the dimension for the coordinate of interest.
      value - the coordinate value of interest.