Uses of Class
org.gcube.spatial.data.geoutility.bean.WmsParameters
-
Packages that use WmsParameters Package Description org.gcube.spatial.data.geoutility.bean org.gcube.spatial.data.geoutility.wms -
-
Uses of WmsParameters in org.gcube.spatial.data.geoutility.bean
Methods in org.gcube.spatial.data.geoutility.bean that return WmsParameters Modifier and Type Method Description static WmsParametersWmsParameters. valueOf(String name)Returns the enum constant of this type with the specified name.static WmsParameters[]WmsParameters. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WmsParameters in org.gcube.spatial.data.geoutility.wms
Methods in org.gcube.spatial.data.geoutility.wms with parameters of type WmsParameters Modifier and Type Method Description static StringWmsUrlValidator. getValueOfParameter(WmsParameters wmsParam, String wmsRequestParamaters)Gets the value of parameter.StringWmsUrlValidator. getValueOfParsedWMSParameter(WmsParameters parameter)Gets the value of parsed wms parameter.static StringWmsUrlValidator. setValueOfParameter(WmsParameters wmsParam, String wmsRequestParameters, String newValue, boolean addIfNotExists)Sets the value of parameter.static StringWmsUrlValidator. validateValueOfParameter(WmsParameters wmsParam, String queryStringParameters, boolean fillEmptyParameterAsDefaultValue)Validate value of parameter.
-