com.esri.arcgisws
Class RasterDef

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

public class RasterDef
extends Object
implements Serializable

Raster Column Definition Class.

Java class for RasterDef complex type.

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

 <complexType name="RasterDef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsByRef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="IsByFunction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Raster Column Definition Class.

See Also:
Serialized Form

Constructor Summary
RasterDef()
          RasterDef default constructor.
RasterDef(String description, Boolean isByRef, SpatialReference spatialReference, Boolean isByFunction)
          Deprecated. 
 
Method Summary
 String getDescription()
          The raster column description.
 Boolean getIsByFunction()
          Indicates if the Raster column value is of type function raster dataset.
 Boolean getIsByRef()
          Indicates if the Raster column value is to be managed by GeoDatabase.
 SpatialReference getSpatialReference()
          The SpatialReference of the raster.
 Boolean isIsByFunction()
          Indicates if the Raster column value is of type function raster dataset.
 Boolean isIsByRef()
          Indicates if the Raster column value is to be managed by GeoDatabase.
 void setDescription(String value)
          The raster column description.
 void setIsByFunction(Boolean value)
          Indicates if the Raster column value is of type function raster dataset.
 void setIsByRef(Boolean value)
          Indicates if the Raster column value is to be managed by GeoDatabase.
 void setSpatialReference(SpatialReference value)
          The SpatialReference of the raster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterDef

@Deprecated
public RasterDef(String description,
                            Boolean isByRef,
                            SpatialReference spatialReference,
                            Boolean isByFunction)
Deprecated. 

RasterDef constructor.


RasterDef

public RasterDef()
RasterDef default constructor.

Method Detail

getDescription

public String getDescription()
The raster column description. Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
The raster column description. Sets the value of the description property.

Parameters:
value - allowed object is String

getIsByRef

public Boolean getIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase. Gets the value of the isByRef property.

Returns:
possible object is Boolean

isIsByRef

public Boolean isIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase.


setIsByRef

public void setIsByRef(Boolean value)
Indicates if the Raster column value is to be managed by GeoDatabase. Sets the value of the isByRef property.

Parameters:
value - allowed object is Boolean

getSpatialReference

public SpatialReference getSpatialReference()
The SpatialReference of the raster. Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
The SpatialReference of the raster. Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getIsByFunction

public Boolean getIsByFunction()
Indicates if the Raster column value is of type function raster dataset. Gets the value of the isByFunction property.

Returns:
possible object is Boolean

isIsByFunction

public Boolean isIsByFunction()
Indicates if the Raster column value is of type function raster dataset.


setIsByFunction

public void setIsByFunction(Boolean value)
Indicates if the Raster column value is of type function raster dataset. Sets the value of the isByFunction property.

Parameters:
value - allowed object is Boolean