Uses of Class
org.gcube.spatial.data.gis.is.AbstractGeoServerDescriptor
-
Packages that use AbstractGeoServerDescriptor Package Description org.gcube.spatial.data.gis org.gcube.spatial.data.gis.is org.gcube.spatial.data.gis.is.cache -
-
Uses of AbstractGeoServerDescriptor in org.gcube.spatial.data.gis
Methods in org.gcube.spatial.data.gis that return AbstractGeoServerDescriptor Modifier and Type Method Description AbstractGeoServerDescriptorGISInterface. getCurrentGeoServer()Returns the current GeoServer from the GeoServer pool.AbstractGeoServerDescriptorGISInterface. getGeoServerByMethod(ResearchMethod method, Boolean forceUpdate)Returns a GeoServer descriptor according to specified ResearchMethod method.Methods in org.gcube.spatial.data.gis that return types with arguments of type AbstractGeoServerDescriptor Modifier and Type Method Description SortedSet<AbstractGeoServerDescriptor>GISInterface. getCurrentCacheElements(Boolean forceUpdate)Returns the current GeoServer descriptors from the GeoServer pool.Methods in org.gcube.spatial.data.gis with parameters of type AbstractGeoServerDescriptor Modifier and Type Method Description DeleteReportGISInterface. deleteLayer(String workspace, String layerName, Long metadataUUID, AbstractGeoServerDescriptor desc, org.gcube.spatial.data.geonetwork.LoginLevel gnLoginLevel)Deletes the specified layer from the GeoServer instance described by desc.DeleteReportGISInterface. deleteStore(String workspace, String storeName, Long metadataUUID, AbstractGeoServerDescriptor desc)Deletes the specified datastore from the GeoServer instance described in descDeleteReportGISInterface. deleteStyle(String styleName, AbstractGeoServerDescriptor desc)Deletes a specific style from the GeoServer described by dec.static GISInterfaceGISInterface. get(AbstractGeoServerDescriptor... descriptors) -
Uses of AbstractGeoServerDescriptor in org.gcube.spatial.data.gis.is
Subclasses of AbstractGeoServerDescriptor in org.gcube.spatial.data.gis.is Modifier and Type Class Description classCachedGeoServerDescriptorclassGeoServerDescriptorclassLiveGeoServerDescriptorMethods in org.gcube.spatial.data.gis.is with parameters of type AbstractGeoServerDescriptor Modifier and Type Method Description intAbstractGeoServerDescriptor. compareTo(AbstractGeoServerDescriptor o) -
Uses of AbstractGeoServerDescriptor in org.gcube.spatial.data.gis.is.cache
Classes in org.gcube.spatial.data.gis.is.cache with type parameters of type AbstractGeoServerDescriptor Modifier and Type Class Description classExplicitCache<T extends AbstractGeoServerDescriptor>classGeoServerCache<T extends AbstractGeoServerDescriptor>
-