com.esri.arcgisws
Class RasterUniqueValues

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

public class RasterUniqueValues
extends Object
implements Serializable

Java class for RasterUniqueValues complex type.

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

 <complexType name="RasterUniqueValues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UniqueValuesSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfValue" minOccurs="0"/>
         <element name="Counts" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterUniqueValues()
          RasterUniqueValues default constructor.
RasterUniqueValues(Integer uniqueValuesSize, Object[] values, int[] counts)
          Deprecated. 
 
Method Summary
 int[] getCounts()
          Gets the value of the counts property.
 Integer getUniqueValuesSize()
          Gets the value of the uniqueValuesSize property.
 Object[] getValues()
          Gets the value of the values property.
 void setCounts(int[] value)
          Sets the value of the counts property.
 void setUniqueValuesSize(Integer value)
          Sets the value of the uniqueValuesSize property.
 void setValues(Object[] value)
          Sets the value of the values property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterUniqueValues

@Deprecated
public RasterUniqueValues(Integer uniqueValuesSize,
                                     Object[] values,
                                     int[] counts)
Deprecated. 

RasterUniqueValues constructor.


RasterUniqueValues

public RasterUniqueValues()
RasterUniqueValues default constructor.

Method Detail

getUniqueValuesSize

public Integer getUniqueValuesSize()
Gets the value of the uniqueValuesSize property.

Returns:
possible object is Integer

setUniqueValuesSize

public void setUniqueValuesSize(Integer value)
Sets the value of the uniqueValuesSize property.

Parameters:
value - allowed object is Integer

getValues

public Object[] getValues()
Gets the value of the values property.

Returns:
possible object is []

setValues

public void setValues(Object[] value)
Sets the value of the values property.

Parameters:
value - allowed object is []

getCounts

public int[] getCounts()
Gets the value of the counts property.

Returns:
possible object is []

setCounts

public void setCounts(int[] value)
Sets the value of the counts property.

Parameters:
value - allowed object is []