Uses of Class
com.github.filosganga.geogson.model.Geometry.Type
-
Packages that use Geometry.Type Package Description com.github.filosganga.geogson.model -
-
Uses of Geometry.Type in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return Geometry.Type Modifier and Type Method Description static Geometry.TypeGeometry.Type. forValue(String value)Geometry.TypeGeometry. type()Returns the Geometry type.Geometry.TypeGeometryCollection. type()Geometry.TypeLinearRing. type()Geometry.TypeLineString. type()Geometry.TypeMultiLineString. type()Geometry.TypeMultiPoint. type()Geometry.TypeMultiPolygon. type()Geometry.TypePoint. type()Geometry.TypePolygon. type()static Geometry.TypeGeometry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Geometry.Type[]Geometry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-