Uses of Class
nl.b3p.formendpoint.resource.GeometryType
-
Packages that use GeometryType Package Description nl.b3p.formendpoint.resource -
-
Uses of GeometryType in nl.b3p.formendpoint.resource
Fields in nl.b3p.formendpoint.resource declared as GeometryType Modifier and Type Field Description GeometryTypeFeaturetypeMetadata. geometryTypeMethods in nl.b3p.formendpoint.resource that return GeometryType Modifier and Type Method Description 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.Methods in nl.b3p.formendpoint.resource that return types with arguments of type GeometryType Modifier and Type Method Description static Optional<GeometryType>GeometryType. fromValue(String type)
-