Uses of Class
org.gcube.spatial.data.geoutility.shared.wfs.WFSParameter
-
Packages that use WFSParameter Package Description org.gcube.spatial.data.geoutility.shared.wfs org.gcube.spatial.data.geoutility.wfs -
-
Uses of WFSParameter in org.gcube.spatial.data.geoutility.shared.wfs
Methods in org.gcube.spatial.data.geoutility.shared.wfs that return WFSParameter Modifier and Type Method Description static WFSParameterWFSParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static WFSParameter[]WFSParameter. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WFSParameter in org.gcube.spatial.data.geoutility.wfs
Methods in org.gcube.spatial.data.geoutility.wfs with parameters of type WFSParameter Modifier and Type Method Description voidWFSQueryBuilder. addParameter(WFSParameter param, String value)Adds the parameter.voidWFSQueryBuilder. addParameter(WFSParameter param, List<String> values, String separtor)Adds the parameter.
-