Uses of Class
org.geolatte.geom.GeometryType
-
Packages that use GeometryType Package Description org.geolatte.geom A model for geospatial geometries. -
-
Uses of GeometryType in org.geolatte.geom
Methods in org.geolatte.geom that return GeometryType Modifier and Type Method Description GeometryTypeAbstractGeometryCollection. getGeometryType()abstract GeometryTypeGeometry. getGeometryType()Returns the type of thisGeometry.GeometryTypeLinearRing. getGeometryType()GeometryTypeLineString. getGeometryType()GeometryTypeMultiLineString. getGeometryType()GeometryTypeMultiPoint. getGeometryType()GeometryTypeMultiPolygon. getGeometryType()GeometryTypePoint. getGeometryType()GeometryTypePolygon. getGeometryType()static GeometryTypeGeometryType. 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.
-