Class GeometryUtilities
- java.lang.Object
-
- net.anwiba.spatial.geometry.utilities.GeometryUtilities
-
public class GeometryUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeometryUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IBaseGeometryextract(IGeometry geometry, int index)static IGeometryFactorygetDefaultGeometryFactory()static IGeometryFactorygetGeometryFactory(ICoordinateReferenceSystem coordianteReferenceSystem)static intgetSrid(IGeometry geometry)static booleanisRectangle(IPolygon polygon)
-
-
-
Method Detail
-
getDefaultGeometryFactory
public static IGeometryFactory getDefaultGeometryFactory()
-
getGeometryFactory
public static IGeometryFactory getGeometryFactory(ICoordinateReferenceSystem coordianteReferenceSystem)
-
getSrid
public static int getSrid(IGeometry geometry)
-
extract
public static IBaseGeometry extract(IGeometry geometry, int index)
-
isRectangle
public static boolean isRectangle(IPolygon polygon)
-
-