Class LinearRing
- java.lang.Object
-
- net.anwiba.spatial.geometry.internal.AbstractGeometry
-
- net.anwiba.spatial.geometry.internal.LineString
-
- net.anwiba.spatial.geometry.internal.LinearRing
-
- All Implemented Interfaces:
java.io.Serializable,IBaseGeometry,IGeometry,ILineal,ILinearRing,ILineString
public class LinearRing extends LineString implements ILinearRing
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidensure(ICoordinateSequence sequence)booleanequals(java.lang.Object obj)GeometryTypegetGeometryType()OrientationgetOrientation()inthashCode()-
Methods inherited from class net.anwiba.spatial.geometry.internal.LineString
getCoordinateDimension, getCoordinateSequence
-
Methods inherited from class net.anwiba.spatial.geometry.internal.AbstractGeometry
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, getNumberOfCoordinates, isCollection, isMeasured
-
-
-
-
Method Detail
-
ensure
protected void ensure(ICoordinateSequence sequence)
- Overrides:
ensurein classLineString
-
getGeometryType
public GeometryType getGeometryType()
- Specified by:
getGeometryTypein interfaceIGeometry- Overrides:
getGeometryTypein classLineString
-
getOrientation
public Orientation getOrientation()
- Specified by:
getOrientationin interfaceILinearRing
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLineString
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classLineString
-
-