| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterUniqueValues
public class RasterUniqueValues
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>
 
| 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 | 
|---|
@Deprecated
public RasterUniqueValues(Integer uniqueValuesSize,
                                     Object[] values,
                                     int[] counts)
public RasterUniqueValues()
| Method Detail | 
|---|
public Integer getUniqueValuesSize()
Integerpublic void setUniqueValuesSize(Integer value)
value - allowed object is
     Integerpublic Object[] getValues()
[] public void setValues(Object[] value)
value - allowed object is
     [] public int[] getCounts()
[] public void setCounts(int[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||