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:
Serializable,IBaseGeometry,IGeometry,IPolygon,IPolygonal,IRectangle
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRectangle(ICoordinateReferenceSystem coordinateReferenceSystem, IEnvelope envelope) -
Method Summary
Methods inherited from class net.anwiba.spatial.geometry.internal.Polygon
equals, getCoordinateDimension, getCoordinateSequence, getGeometryType, getInnerRingN, getInnerRings, getNumberOfInnerRings, getOuterRing, hashCodeMethods inherited from class net.anwiba.spatial.geometry.internal.AbstractGeometry
ensure, getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasuredMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasuredMethods inherited from interface net.anwiba.spatial.geometry.IPolygon
getInnerRingN, getInnerRings, getNumberOfInnerRings, getOuterRing