com.esri.arcgis.geodatabase
Interface IDERasterDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEMosaicDataset, DERasterDataset, IDERasterDatasetProxy

public interface IDERasterDataset
extends java.io.Serializable

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

Description: 'Provides access to the RasterDataset Data Element.' 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 IID533c75e5_7ca0_40b5_9b20_5f6c1d4b4019
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandCount()
          The number of bands in the collection.
 java.lang.String getCompressionType()
          The compression technique applied to this RasterDataset.
 java.lang.String getFormat()
          The format of this RasterRataset.
 java.lang.String getSensorType()
          The sensor type of this RasterDataset.
 boolean isPermanent()
          Indicates if the dataset is temporary.
 void setBandCount(int count)
          The number of bands in the collection.
 void setCompressionType(java.lang.String comp)
          The compression technique applied to this RasterDataset.
 void setFormat(java.lang.String format)
          The format of this RasterRataset.
 void setPermanent(boolean b)
          Indicates if the dataset is temporary.
 void setSensorType(java.lang.String sensor)
          The sensor type of this RasterDataset.
 

Field Detail

IID533c75e5_7ca0_40b5_9b20_5f6c1d4b4019

static final int IID533c75e5_7ca0_40b5_9b20_5f6c1d4b4019
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

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
The format of this RasterRataset.

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

setFormat

void setFormat(java.lang.String format)
               throws java.io.IOException,
                      AutomationException
The format of this RasterRataset.

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

getCompressionType

java.lang.String getCompressionType()
                                    throws java.io.IOException,
                                           AutomationException
The compression technique applied to this RasterDataset.

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

setCompressionType

void setCompressionType(java.lang.String comp)
                        throws java.io.IOException,
                               AutomationException
The compression technique applied to this RasterDataset.

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

getSensorType

java.lang.String getSensorType()
                               throws java.io.IOException,
                                      AutomationException
The sensor type of this RasterDataset.

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

setSensorType

void setSensorType(java.lang.String sensor)
                   throws java.io.IOException,
                          AutomationException
The sensor type of this RasterDataset.

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

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands in the collection.

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

setBandCount

void setBandCount(int count)
                  throws java.io.IOException,
                         AutomationException
The number of bands in the collection.

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

isPermanent

boolean isPermanent()
                    throws java.io.IOException,
                           AutomationException
Indicates if the dataset is temporary.

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

setPermanent

void setPermanent(boolean b)
                  throws java.io.IOException,
                         AutomationException
Indicates if the dataset is temporary.

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