Package org.apache.sis.geometry
Class AbstractEnvelope.UpperCorner
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.geometry.AbstractDirectPosition
org.apache.sis.geometry.AbstractEnvelope.Point
org.apache.sis.geometry.AbstractEnvelope.UpperCorner
- All Implemented Interfaces:
Serializable,org.opengis.geometry.coordinate.Position,org.opengis.geometry.DirectPosition
- Enclosing class:
- AbstractEnvelope
The corner returned by
AbstractEnvelope.getUpperCorner().-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetOrdinate(int dimension) voidsetOrdinate(int dimension, double value) Sets the coordinate value along the specified dimension.Methods inherited from class org.apache.sis.geometry.AbstractEnvelope.Point
getCoordinateReferenceSystem, getDimensionMethods inherited from class org.apache.sis.geometry.AbstractDirectPosition
castOrCopy, equals, formatTo, getCoordinate, getDirectPosition, hashCode, normalize, parse, setLocation, toString, toStringMethods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toWKT
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UpperCorner
private UpperCorner()
-
-
Method Details
-
getOrdinate
- Throws:
IndexOutOfBoundsException
-
setOrdinate
public void setOrdinate(int dimension, double value) Sets the coordinate value along the specified dimension.- Specified by:
setOrdinatein interfaceorg.opengis.geometry.DirectPosition- Overrides:
setOrdinatein classAbstractDirectPosition- Parameters:
dimension- the dimension for the coordinate of interest.value- the coordinate value of interest.
-