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

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

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

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors that return GISStyleInformation.Scales
 GISStyleInformation.Scales GISStyleInformation.getScaleType()
           
static GISStyleInformation.Scales GISStyleInformation.Scales.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GISStyleInformation.Scales[] GISStyleInformation.Scales.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type GISStyleInformation.Scales
 void GISStyleInformation.setScaleType(GISStyleInformation.Scales scaleType)