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 TypeMethodDescriptiondouble
getOrdinate
(int dimension) void
setOrdinate
(int dimension, double value) Sets the coordinate value along the specified dimension.Methods inherited from class org.apache.sis.geometry.AbstractEnvelope.Point
getCoordinateReferenceSystem, getDimension
Methods inherited from class org.apache.sis.geometry.AbstractDirectPosition
castOrCopy, equals, formatTo, getCoordinate, getDirectPosition, hashCode, normalize, parse, setLocation, toString, toString
Methods 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:
setOrdinate
in interfaceorg.opengis.geometry.DirectPosition
- Overrides:
setOrdinate
in classAbstractDirectPosition
- Parameters:
dimension
- the dimension for the coordinate of interest.value
- the coordinate value of interest.
-