Uses of Class
com.walkfares.odsl.var.geo.GeometryType
Package | Description |
---|---|
com.walkfares.odsl.var.geo |
-
Uses of GeometryType in com.walkfares.odsl.var.geo
Methods in com.walkfares.odsl.var.geo that return GeometryType Modifier and Type Method Description GeometryType
VarGeometry. getGeotype()
GeometryType
GeoLineString. getType()
GeometryType
Geometry. getType()
GeometryType
GeoMultiLineString. getType()
GeometryType
GeoMultiPoint. getType()
GeometryType
GeoMultiPolygon. getType()
GeometryType
GeoPoint. getType()
GeometryType
GeoPolygon. getType()
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.