Package org.gdal.gdal
Class Statistics
java.lang.Object
org.gdal.gdal.Statistics
public class Statistics
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Statistics() -
Method Summary
Modifier and Type Method Description voiddelete()booleanequals(java.lang.Object obj)doublegetMax()doublegetMean()doublegetMin()doublegetStd_dev()longgetValid_count()inthashCode()Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
delete
public void delete() -
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
getMin
public double getMin() -
getMax
public double getMax() -
getMean
public double getMean() -
getStd_dev
public double getStd_dev() -
getValid_count
public long getValid_count()
-