Class Polygon
java.lang.Object
net.anwiba.spatial.geometry.internal.AbstractGeometry
net.anwiba.spatial.geometry.internal.Polygon
- All Implemented Interfaces:
Serializable,IBaseGeometry,IGeometry,IPolygon,IPolygonal
- Direct Known Subclasses:
Rectangle
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetInnerRingN(int index) intinthashCode()toString()Methods 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
getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasured
-
Method Details
-
getCoordinateDimension
public int getCoordinateDimension()- Specified by:
getCoordinateDimensionin interfaceIGeometry
-
getCoordinateSequence
- Specified by:
getCoordinateSequencein interfaceIGeometry- Specified by:
getCoordinateSequencein classAbstractGeometry
-
getGeometryType
- Specified by:
getGeometryTypein interfaceIGeometry- Specified by:
getGeometryTypein classAbstractGeometry
-
getInnerRingN
- Specified by:
getInnerRingNin interfaceIPolygon
-
getNumberOfInnerRings
public int getNumberOfInnerRings()- Specified by:
getNumberOfInnerRingsin interfaceIPolygon
-
getOuterRing
- Specified by:
getOuterRingin interfaceIPolygon
-
getInnerRings
- Specified by:
getInnerRingsin interfaceIPolygon
-
toString
- Overrides:
toStringin classAbstractGeometry
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractGeometry
-
equals
- Overrides:
equalsin classAbstractGeometry
-