| Package | Description |
|---|---|
| net.anwiba.spatial.geometry | |
| net.anwiba.spatial.geometry.internal | |
| net.anwiba.spatial.geometry.validation |
| Modifier and Type | Method and Description |
|---|---|
static GeometryType |
GeometryType.getByName(String name) |
GeometryType |
IGeometry.getGeometryType() |
static GeometryType |
GeometryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GeometryType |
AbstractGeometry.getGeometryType() |
GeometryType |
Point.getGeometryType() |
GeometryType |
MultiPoint.getGeometryType() |
GeometryType |
MultiPolygon.getGeometryType() |
GeometryType |
MultiLineString.getGeometryType() |
GeometryType |
GeometryCollection.getGeometryType() |
GeometryType |
LineString.getGeometryType() |
GeometryType |
Polygon.getGeometryType() |
GeometryType |
LinearRing.getGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
double |
NullToleranceProvider.getTolerance(GeometryType geometryType) |
double |
IToleranceProvider.getTolerance(GeometryType geometryType) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.