it.geosolutions.unredd.stats.model.config
Class ClassificationLayer

java.lang.Object
  extended by it.geosolutions.unredd.stats.model.config.Layer
      extended by it.geosolutions.unredd.stats.model.config.ClassificationLayer

public class ClassificationLayer
extends Layer

Author:
ETj (etj at geo-solutions.it)

Constructor Summary
ClassificationLayer()
           
 
Method Summary
 List<Double> getPivot()
           
 Boolean getZonal()
           
 boolean isPivotDefined()
           
 void setPivot(List<Double> pivot)
           
 void setZonal(Boolean zonal)
           
 String toString()
           
 
Methods inherited from class it.geosolutions.unredd.stats.model.config.Layer
getFile, getName, getNodata, setFile, setName, setNodata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassificationLayer

public ClassificationLayer()
Method Detail

getPivot

public List<Double> getPivot()

setPivot

public void setPivot(List<Double> pivot)

isPivotDefined

public boolean isPivotDefined()

getZonal

public Boolean getZonal()

setZonal

public void setZonal(Boolean zonal)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.