Uses of Class
net.anwiba.spatial.geometry.GeometryType
-
Packages that use GeometryType Package Description net.anwiba.spatial.geometry net.anwiba.spatial.geometry.internal net.anwiba.spatial.geometry.validation -
-
Uses of GeometryType in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return GeometryType Modifier and Type Method Description static GeometryTypeGeometryType. getByName(java.lang.String name)GeometryTypeIGeometry. getGeometryType()static GeometryTypeGeometryType. valueOf(java.lang.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. -
Uses of GeometryType in net.anwiba.spatial.geometry.internal
Methods in net.anwiba.spatial.geometry.internal that return GeometryType Modifier and Type Method Description abstract GeometryTypeAbstractGeometry. getGeometryType()GeometryTypeGeometryCollection. getGeometryType()GeometryTypeLinearRing. getGeometryType()GeometryTypeLineString. getGeometryType()GeometryTypeMultiLineString. getGeometryType()GeometryTypeMultiPoint. getGeometryType()GeometryTypeMultiPolygon. getGeometryType()GeometryTypePoint. getGeometryType()GeometryTypePolygon. getGeometryType() -
Uses of GeometryType in net.anwiba.spatial.geometry.validation
Methods in net.anwiba.spatial.geometry.validation with parameters of type GeometryType Modifier and Type Method Description doubleIToleranceProvider. getTolerance(GeometryType geometryType)doubleNullToleranceProvider. getTolerance(GeometryType geometryType)
-