Uses of Class
org.gcube.spatial.data.gis.ResearchMethod
-
Packages that use ResearchMethod Package Description org.gcube.spatial.data.gis org.gcube.spatial.data.gis.is.cache -
-
Uses of ResearchMethod in org.gcube.spatial.data.gis
Methods in org.gcube.spatial.data.gis that return ResearchMethod Modifier and Type Method Description static ResearchMethodResearchMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ResearchMethod[]ResearchMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.spatial.data.gis with parameters of type ResearchMethod Modifier and Type Method Description AbstractGeoServerDescriptorGISInterface. getGeoServerByMethod(ResearchMethod method, Boolean forceUpdate)Returns a GeoServer descriptor according to specified ResearchMethod method.it.geosolutions.geoserver.rest.GeoServerRESTReaderGISInterface. getGeoServerReader(ResearchMethod method, boolean forceRefresh)Deprecated. -
Uses of ResearchMethod in org.gcube.spatial.data.gis.is.cache
Methods in org.gcube.spatial.data.gis.is.cache that return ResearchMethod Modifier and Type Method Description protected ResearchMethodGeoServerCache. getDefaultMethod()Methods in org.gcube.spatial.data.gis.is.cache with parameters of type ResearchMethod Modifier and Type Method Description TGeoServerCache. getDescriptor(Boolean forceUpdate, ResearchMethod method)
-