com.esri.arcgisws
Class RasterUniqueValues

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

public class RasterUniqueValues
extends java.lang.Object
implements java.io.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.3}ArrayOfValue" minOccurs="0"/>
         <element name="Counts" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterUniqueValues()
          RasterUniqueValues default constructor.
RasterUniqueValues(java.lang.Integer uniqueValuesSize, java.lang.Object[] values, int[] counts)
          Deprecated. 
 
Method Summary
 int[] getCounts()
          Gets the value of the counts property.
 java.lang.Integer getUniqueValuesSize()
          Gets the value of the uniqueValuesSize property.
 java.lang.Object[] getValues()
          Gets the value of the values property.
 void setCounts(int[] value)
          Sets the value of the counts property.
 void setUniqueValuesSize(java.lang.Integer value)
          Sets the value of the uniqueValuesSize property.
 void setValues(java.lang.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(java.lang.Integer uniqueValuesSize,
                                     java.lang.Object[] values,
                                     int[] counts)
Deprecated. 

RasterUniqueValues constructor.


RasterUniqueValues

public RasterUniqueValues()
RasterUniqueValues default constructor.

Method Detail

getUniqueValuesSize

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

Returns:
possible object is Integer

setUniqueValuesSize

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

Parameters:
value - allowed object is Integer

getValues

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

Returns:
possible object is []

setValues

public void setValues(java.lang.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 []