com.esri.arcgisws
Class RasterHistogram

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

public class RasterHistogram
extends Object
implements Serializable

Java class for RasterHistogram complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RasterHistogram">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Counts" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="Bins" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterHistogram()
          RasterHistogram default constructor.
RasterHistogram(int size, double min, double max, Object counts, double[] bins)
          Deprecated. 
 
Method Summary
 double[] getBins()
          Gets the value of the bins property.
 Object getCounts()
          Gets the value of the counts property.
 double getMax()
          Gets the value of the max property.
 double getMin()
          Gets the value of the min property.
 int getSize()
          Gets the value of the size property.
 void setBins(double[] value)
          Sets the value of the bins property.
 void setCounts(Object value)
          Sets the value of the counts property.
 void setMax(double value)
          Sets the value of the max property.
 void setMin(double value)
          Sets the value of the min property.
 void setSize(int value)
          Sets the value of the size property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterHistogram

@Deprecated
public RasterHistogram(int size,
                                  double min,
                                  double max,
                                  Object counts,
                                  double[] bins)
Deprecated. 

RasterHistogram constructor.


RasterHistogram

public RasterHistogram()
RasterHistogram default constructor.

Method Detail

getSize

public int getSize()
Gets the value of the size property.


setSize

public void setSize(int value)
Sets the value of the size property.


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.


getCounts

public Object getCounts()
Gets the value of the counts property.

Returns:
possible object is Object

setCounts

public void setCounts(Object value)
Sets the value of the counts property.

Parameters:
value - allowed object is Object

getBins

public double[] getBins()
Gets the value of the bins property.

Returns:
possible object is []

setBins

public void setBins(double[] value)
Sets the value of the bins property.

Parameters:
value - allowed object is []