public class GeometryFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
lengthDescription |
Constructor and Description |
---|
GeometryFunctions() |
Modifier and Type | Method and Description |
---|---|
static double |
area(Geometry g) |
static Geometry |
convertToPolygon(Geometry g) |
static Geometry |
envelope(Geometry g) |
static Geometry |
getCoordinates(Geometry g) |
static Geometry |
getGeometryN(Geometry g,
int i) |
static Geometry |
getPolygonHoleN(Geometry g,
int i) |
static Geometry |
getPolygonHoles(Geometry geom) |
static Geometry |
getPolygonShell(Geometry g) |
static boolean |
isClosed(Geometry g) |
static boolean |
isRectangle(Geometry g) |
static boolean |
isSimple(Geometry g) |
static boolean |
isValid(Geometry g) |
static double |
length(Geometry g) |
static Geometry |
normalize(Geometry g) |
static Geometry |
reverse(Geometry g) |
public static double length(Geometry g)
public static double area(Geometry g)
public static boolean isSimple(Geometry g)
public static boolean isValid(Geometry g)
public static boolean isRectangle(Geometry g)
public static boolean isClosed(Geometry g)