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

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

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

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors that return types with arguments of type GISStyleInformation
 java.util.Map<java.lang.String,java.util.List<GISStyleInformation>> GISInformation.getStyles()
           
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type GISStyleInformation
 void GISInformation.addStyle(java.lang.String layer, GISStyleInformation style)
           
 

Method parameters in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with type arguments of type GISStyleInformation
 void GISInformation.setStyles(java.util.Map<java.lang.String,java.util.List<GISStyleInformation>> styles)