Uses of Class
org.n52.io.response.GeometryType
-
Packages that use GeometryType Package Description org.n52.io.response -
-
Uses of GeometryType in org.n52.io.response
Methods in org.n52.io.response that return GeometryType Modifier and Type Method Description GeometryTypeGeometryOutput. getType()static GeometryTypeGeometryType. toInstance(String id)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.Method parameters in org.n52.io.response with type arguments of type GeometryType Modifier and Type Method Description GeometryOutputGeometryOutput. setGeometryType(OptionalOutput<GeometryType> geometryType)
-