com.esri.arcgisws
Class RasterColormap

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

public class RasterColormap
extends Object
implements Serializable

Java class for RasterColormap complex type.

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

 <complexType name="RasterColormap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColormapSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
         <element name="Colors" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterColormap()
          RasterColormap default constructor.
RasterColormap(int colormapSize, int[] values, int[] colors)
          Deprecated. 
 
Method Summary
 int getColormapSize()
          Gets the value of the colormapSize property.
 int[] getColors()
          Gets the value of the colors property.
 int[] getValues()
          Gets the value of the values property.
 void setColormapSize(int value)
          Sets the value of the colormapSize property.
 void setColors(int[] value)
          Sets the value of the colors property.
 void setValues(int[] 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

RasterColormap

@Deprecated
public RasterColormap(int colormapSize,
                                 int[] values,
                                 int[] colors)
Deprecated. 

RasterColormap constructor.


RasterColormap

public RasterColormap()
RasterColormap default constructor.

Method Detail

getColormapSize

public int getColormapSize()
Gets the value of the colormapSize property.


setColormapSize

public void setColormapSize(int value)
Sets the value of the colormapSize property.


getValues

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

Returns:
possible object is []

setValues

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

Parameters:
value - allowed object is []

getColors

public int[] getColors()
Gets the value of the colors property.

Returns:
possible object is []

setColors

public void setColors(int[] value)
Sets the value of the colors property.

Parameters:
value - allowed object is []