Uses of Class
org.gcube.spatial.data.geoutility.bean.NcWmsLayerMetadata.METADATA
-
Packages that use NcWmsLayerMetadata.METADATA Package Description org.gcube.spatial.data.geoutility.bean org.gcube.spatial.data.geoutility.wms -
-
Uses of NcWmsLayerMetadata.METADATA in org.gcube.spatial.data.geoutility.bean
Methods in org.gcube.spatial.data.geoutility.bean that return NcWmsLayerMetadata.METADATA Modifier and Type Method Description static NcWmsLayerMetadata.METADATANcWmsLayerMetadata.METADATA. valueOf(String name)Returns the enum constant of this type with the specified name.static NcWmsLayerMetadata.METADATA[]NcWmsLayerMetadata.METADATA. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NcWmsLayerMetadata.METADATA in org.gcube.spatial.data.geoutility.wms
Methods in org.gcube.spatial.data.geoutility.wms with parameters of type NcWmsLayerMetadata.METADATA Modifier and Type Method Description static NcWmsLayerMetadataNcWmsGetMetadata. getMetadata(String wmsServerUri, String layerName, int connectionTimeout, NcWmsLayerMetadata.METADATA... meta)Gets the metadata.
-