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

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISStyleInformation

public class GISStyleInformation
extends Object


Nested Class Summary
static class GISStyleInformation.Scales
           
 
Constructor Summary
GISStyleInformation()
           
 
Method Summary
 Color getGradientBase()
           
 Color getGradientMax()
           
 Double getMax()
           
 Double getMin()
           
 Integer getNumberOfClasses()
           
 GISStyleInformation.Scales getScaleType()
           
 String getStyleAttribute()
           
 String getStyleName()
           
 Class getValuesType()
           
 void setGradientBase(Color gradientBase)
           
 void setGradientMax(Color gradientMax)
           
 void setMax(Double max)
           
 void setMin(Double min)
           
 void setNumberOfClasses(Integer numberOfClasses)
           
 void setScaleType(GISStyleInformation.Scales scaleType)
           
 void setStyleAttribute(String styleAttribute)
           
 void setStyleName(String styleName)
           
 void setValuesType(Class valuesType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISStyleInformation

public GISStyleInformation()
Method Detail

getStyleName

public String getStyleName()

setStyleName

public void setStyleName(String styleName)

getStyleAttribute

public String getStyleAttribute()

setStyleAttribute

public void setStyleAttribute(String styleAttribute)

getNumberOfClasses

public Integer getNumberOfClasses()

setNumberOfClasses

public void setNumberOfClasses(Integer numberOfClasses)

getGradientBase

public Color getGradientBase()

setGradientBase

public void setGradientBase(Color gradientBase)

getGradientMax

public Color getGradientMax()

setGradientMax

public void setGradientMax(Color gradientMax)

getValuesType

public Class getValuesType()

setValuesType

public void setValuesType(Class valuesType)

getMax

public Double getMax()

setMax

public void setMax(Double max)

getMin

public Double getMin()

setMin

public void setMin(Double min)

getScaleType

public GISStyleInformation.Scales getScaleType()

setScaleType

public void setScaleType(GISStyleInformation.Scales scaleType)


Copyright © 2013. All Rights Reserved.