Uses of Class
org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISLayerInformation

Packages that use GISLayerInformation
org.gcube.contentmanagement.timeseries.geotools.gisconnectors   
 

Uses of GISLayerInformation in org.gcube.contentmanagement.timeseries.geotools.gisconnectors
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors that return types with arguments of type GISLayerInformation
 java.util.List<GISLayerInformation> GISInformation.getLayers()
           
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type GISLayerInformation
 void GISInformation.addLayer(GISLayerInformation layer)
           
 

Method parameters in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with type arguments of type GISLayerInformation
 void GISInformation.setLayers(java.util.List<GISLayerInformation> layers)