Uses of Class
org.geotools.data.wfs.internal.WFSConfig.PreferredHttpMethod
-
Packages that use WFSConfig.PreferredHttpMethod Package Description org.geotools.data.wfs.internal -
-
Uses of WFSConfig.PreferredHttpMethod in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as WFSConfig.PreferredHttpMethod Modifier and Type Field Description protected WFSConfig.PreferredHttpMethod
WFSConfig. preferredMethod
Methods in org.geotools.data.wfs.internal that return WFSConfig.PreferredHttpMethod Modifier and Type Method Description WFSConfig.PreferredHttpMethod
WFSConfig. getPreferredMethod()
static WFSConfig.PreferredHttpMethod
WFSConfig.PreferredHttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static WFSConfig.PreferredHttpMethod[]
WFSConfig.PreferredHttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-