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.PreferredHttpMethodWFSConfig. preferredMethodMethods in org.geotools.data.wfs.internal that return WFSConfig.PreferredHttpMethod Modifier and Type Method Description WFSConfig.PreferredHttpMethodWFSConfig. getPreferredMethod()static WFSConfig.PreferredHttpMethodWFSConfig.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.
-