Package net.anwiba.spatial.geometry
Interface ILinearRing
-
- All Superinterfaces:
IBaseGeometry,IGeometry,ILineal,ILineString,java.io.Serializable
- All Known Implementing Classes:
LinearRing
public interface ILinearRing extends ILineString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrientationgetOrientation()-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasured
-
-
-
-
Method Detail
-
getOrientation
Orientation getOrientation()
-
-