|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.RasterStatistics
public class RasterStatistics
Java class for RasterStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterStatistics"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Min" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Max" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Mean" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="StandardDeviation" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Median" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Mode" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SkipX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SkipY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Ignores" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RasterStatistics()
RasterStatistics default constructor. |
|
RasterStatistics(double min,
double max,
java.lang.Double mean,
java.lang.Double standardDeviation,
java.lang.Double median,
java.lang.Double mode,
java.lang.Integer skipX,
java.lang.Integer skipY,
java.lang.Object ignores)
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
getIgnores()
Gets the value of the ignores property. |
double |
getMax()
Gets the value of the max property. |
java.lang.Double |
getMean()
Gets the value of the mean property. |
java.lang.Double |
getMedian()
Gets the value of the median property. |
double |
getMin()
Gets the value of the min property. |
java.lang.Double |
getMode()
Gets the value of the mode property. |
java.lang.Integer |
getSkipX()
Gets the value of the skipX property. |
java.lang.Integer |
getSkipY()
Gets the value of the skipY property. |
java.lang.Double |
getStandardDeviation()
Gets the value of the standardDeviation property. |
void |
setIgnores(java.lang.Object value)
Sets the value of the ignores property. |
void |
setMax(double value)
Sets the value of the max property. |
void |
setMean(java.lang.Double value)
Sets the value of the mean property. |
void |
setMedian(java.lang.Double value)
Sets the value of the median property. |
void |
setMin(double value)
Sets the value of the min property. |
void |
setMode(java.lang.Double value)
Sets the value of the mode property. |
void |
setSkipX(java.lang.Integer value)
Sets the value of the skipX property. |
void |
setSkipY(java.lang.Integer value)
Sets the value of the skipY property. |
void |
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public RasterStatistics(double min, double max, java.lang.Double mean, java.lang.Double standardDeviation, java.lang.Double median, java.lang.Double mode, java.lang.Integer skipX, java.lang.Integer skipY, java.lang.Object ignores)
public RasterStatistics()
Method Detail |
---|
public double getMin()
public void setMin(double value)
public double getMax()
public void setMax(double value)
public java.lang.Double getMean()
Double
public void setMean(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getStandardDeviation()
Double
public void setStandardDeviation(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMedian()
Double
public void setMedian(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMode()
Double
public void setMode(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getSkipX()
Integer
public void setSkipX(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getSkipY()
Integer
public void setSkipY(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Object getIgnores()
Object
public void setIgnores(java.lang.Object value)
value
- allowed object is
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |