Uses of Enum Class
net.anwiba.spatial.geometry.GeometryType
Packages that use GeometryType
Package
Description
-
Uses of GeometryType in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return GeometryTypeModifier and TypeMethodDescriptionstatic GeometryTypeIGeometry.getGeometryType()static GeometryTypeReturns the enum constant of this class with the specified name.static GeometryType[]GeometryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeometryType in net.anwiba.spatial.geometry.internal
Methods in net.anwiba.spatial.geometry.internal that return GeometryTypeModifier and TypeMethodDescriptionabstract GeometryTypeAbstractGeometry.getGeometryType()GeometryCollection.getGeometryType()LinearRing.getGeometryType()LineString.getGeometryType()MultiLineString.getGeometryType()MultiPoint.getGeometryType()MultiPolygon.getGeometryType()Point.getGeometryType()Polygon.getGeometryType() -
Uses of GeometryType in net.anwiba.spatial.geometry.validation
Methods in net.anwiba.spatial.geometry.validation with parameters of type GeometryTypeModifier and TypeMethodDescriptiondoubleIToleranceProvider.getTolerance(GeometryType geometryType) doubleNullToleranceProvider.getTolerance(GeometryType geometryType)