Class Rectangle
- java.lang.Object
-
- net.anwiba.spatial.geometry.internal.AbstractGeometry
-
- net.anwiba.spatial.geometry.internal.Polygon
-
- net.anwiba.spatial.geometry.internal.Rectangle
-
- All Implemented Interfaces:
java.io.Serializable,IBaseGeometry,IGeometry,IPolygon,IPolygonal,IRectangle
public class Rectangle extends Polygon implements IRectangle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rectangle(ICoordinateReferenceSystem coordinateReferenceSystem, IEnvelope envelope)
-
Method Summary
-
Methods inherited from class net.anwiba.spatial.geometry.internal.Polygon
equals, getCoordinateDimension, getCoordinateSequence, getGeometryType, getInnerRingN, getInnerRings, getNumberOfInnerRings, getOuterRing, hashCode
-
Methods inherited from class net.anwiba.spatial.geometry.internal.AbstractGeometry
ensure, getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasured
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasured
-
Methods inherited from interface net.anwiba.spatial.geometry.IPolygon
getInnerRingN, getInnerRings, getNumberOfInnerRings, getOuterRing
-
-
-
-
Constructor Detail
-
Rectangle
public Rectangle(ICoordinateReferenceSystem coordinateReferenceSystem, IEnvelope envelope)
-
-