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 that return types with arguments of type WFSParameter Modifier and Type Method Description HashMap<WFSParameter,String>WFSQueryBuilder. getDefaultWFSGetFeatureRequest()Gets the default WFS get feature request.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.Method parameters in org.gcube.spatial.data.geoutility.wfs with type arguments of type WFSParameter Modifier and Type Method Description StringWFSQueryBuilder. buildWFSFeatureQuery(String endpoint, HashMap<WFSParameter,String> wfsGetFeatureRequest)Builds the WFS feature query.
-