com.esri.arcgisws
Class RasterStatistics

java.lang.Object
  extended by com.esri.arcgisws.RasterStatistics
All Implemented Interfaces:
Serializable

public class RasterStatistics
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Constructor Summary
RasterStatistics()
          RasterStatistics default constructor.
RasterStatistics(double min, double max, Double mean, Double standardDeviation, Double median, Double mode, Integer skipX, Integer skipY, Object ignores)
          Deprecated. 
 
Method Summary
 Object getIgnores()
          Gets the value of the ignores property.
 double getMax()
          Gets the value of the max property.
 Double getMean()
          Gets the value of the mean property.
 Double getMedian()
          Gets the value of the median property.
 double getMin()
          Gets the value of the min property.
 Double getMode()
          Gets the value of the mode property.
 Integer getSkipX()
          Gets the value of the skipX property.
 Integer getSkipY()
          Gets the value of the skipY property.
 Double getStandardDeviation()
          Gets the value of the standardDeviation property.
 void setIgnores(Object value)
          Sets the value of the ignores property.
 void setMax(double value)
          Sets the value of the max property.
 void setMean(Double value)
          Sets the value of the mean property.
 void setMedian(Double value)
          Sets the value of the median property.
 void setMin(double value)
          Sets the value of the min property.
 void setMode(Double value)
          Sets the value of the mode property.
 void setSkipX(Integer value)
          Sets the value of the skipX property.
 void setSkipY(Integer value)
          Sets the value of the skipY property.
 void setStandardDeviation(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

RasterStatistics

@Deprecated
public RasterStatistics(double min,
                                   double max,
                                   Double mean,
                                   Double standardDeviation,
                                   Double median,
                                   Double mode,
                                   Integer skipX,
                                   Integer skipY,
                                   Object ignores)
Deprecated. 

RasterStatistics constructor.


RasterStatistics

public RasterStatistics()
RasterStatistics default constructor.

Method Detail

getMin

public double getMin()
Gets the value of the min property.


setMin

public void setMin(double value)
Sets the value of the min property.


getMax

public double getMax()
Gets the value of the max property.


setMax

public void setMax(double value)
Sets the value of the max property.


getMean

public Double getMean()
Gets the value of the mean property.

Returns:
possible object is Double

setMean

public void setMean(Double value)
Sets the value of the mean property.

Parameters:
value - allowed object is Double

getStandardDeviation

public Double getStandardDeviation()
Gets the value of the standardDeviation property.

Returns:
possible object is Double

setStandardDeviation

public void setStandardDeviation(Double value)
Sets the value of the standardDeviation property.

Parameters:
value - allowed object is Double

getMedian

public Double getMedian()
Gets the value of the median property.

Returns:
possible object is Double

setMedian

public void setMedian(Double value)
Sets the value of the median property.

Parameters:
value - allowed object is Double

getMode

public Double getMode()
Gets the value of the mode property.

Returns:
possible object is Double

setMode

public void setMode(Double value)
Sets the value of the mode property.

Parameters:
value - allowed object is Double

getSkipX

public Integer getSkipX()
Gets the value of the skipX property.

Returns:
possible object is Integer

setSkipX

public void setSkipX(Integer value)
Sets the value of the skipX property.

Parameters:
value - allowed object is Integer

getSkipY

public Integer getSkipY()
Gets the value of the skipY property.

Returns:
possible object is Integer

setSkipY

public void setSkipY(Integer value)
Sets the value of the skipY property.

Parameters:
value - allowed object is Integer

getIgnores

public Object getIgnores()
Gets the value of the ignores property.

Returns:
possible object is Object

setIgnores

public void setIgnores(Object value)
Sets the value of the ignores property.

Parameters:
value - allowed object is Object