com.esri.arcgis.geodatabase
Interface IRasterDef

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterDef2, IRasterDef3
All Known Implementing Classes:
IRasterDef2Proxy, IRasterDef3Proxy, IRasterDefProxy, RasterDef

public interface IRasterDef
extends java.io.Serializable

COM Interface 'IRasterDef'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control raster column definition.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcdba994f_8f18_4abe_8a39_502bed07265e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The raster column description.
 ISpatialReference getSpatialReference()
          The SpatialReference of the raster.
 boolean isManaged()
          Indicates if the Raster column value is to be managed by GeoDatabase.
 boolean isRasterDataset()
          Indicates whether the definition is for RasterDataset.
 void setDescription(java.lang.String descrption)
          The raster column description.
 void setIsManaged(boolean isManaged)
          Indicates if the Raster column value is to be managed by GeoDatabase.
 void setIsRasterDataset(boolean isRasterDataset)
          Indicates whether the definition is for RasterDataset.
 void setSpatialReferenceByRef(ISpatialReference spref)
          The SpatialReference of the raster.
 

Field Detail

IIDcdba994f_8f18_4abe_8a39_502bed07265e

static final int IIDcdba994f_8f18_4abe_8a39_502bed07265e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDescription

void setDescription(java.lang.String descrption)
                    throws java.io.IOException,
                           AutomationException
The raster column description.

Parameters:
descrption - The descrption (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The raster column description.

Returns:
The descrption
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The SpatialReference of the raster.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spref)
                              throws java.io.IOException,
                                     AutomationException
The SpatialReference of the raster.

Parameters:
spref - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isManaged

boolean isManaged()
                  throws java.io.IOException,
                         AutomationException
Indicates if the Raster column value is to be managed by GeoDatabase.

Returns:
The isManaged
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsManaged

void setIsManaged(boolean isManaged)
                  throws java.io.IOException,
                         AutomationException
Indicates if the Raster column value is to be managed by GeoDatabase.

Parameters:
isManaged - The isManaged (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRasterDataset

boolean isRasterDataset()
                        throws java.io.IOException,
                               AutomationException
Indicates whether the definition is for RasterDataset.

Returns:
The isRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsRasterDataset

void setIsRasterDataset(boolean isRasterDataset)
                        throws java.io.IOException,
                               AutomationException
Indicates whether the definition is for RasterDataset.

Parameters:
isRasterDataset - The isRasterDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.