Uses of Class
org.geotools.wfs.GML.Version
-
Packages that use GML.Version Package Description org.geotools.wfs -
-
Uses of GML.Version in org.geotools.wfs
Methods in org.geotools.wfs that return GML.Version Modifier and Type Method Description static GML.Version
GML.Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static GML.Version[]
GML.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.geotools.wfs with parameters of type GML.Version Constructor Description GML(GML.Version version)
Construct a GML utility class to work with the indicated version of GML.
-