com.esri.arcgis.datasourcesraster
Interface IRasterTypeProperties2

All Superinterfaces:
IRasterTypeProperties, java.io.Serializable
All Known Subinterfaces:
IRasterTypeProperties3
All Known Implementing Classes:
IRasterTypeProperties2Proxy, IRasterTypeProperties3Proxy, RasterType

public interface IRasterTypeProperties2
extends IRasterTypeProperties, java.io.Serializable

COM Interface 'IRasterTypeProperties2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster type properties.' 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 IID7bd60984_38d6_4c55_94ed_1ed74a839727
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeProperties
IID078c7800_66f2_46cf_a182_78e6c4aade53
 
Method Summary
 IStringArray getAliases()
          All the names, in addition to the primary name, by which the raster type may be referenced.
 IUID getFactoryCLSID()
          The CLSID of the raster type factory that created the raster type.
 int getMissingBandAction()
          Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.
 int getVersion()
          The version number associated with the raster type.
 boolean isAllowSimplification()
          Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.
 boolean isSensorRasterType()
          Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).
 boolean isSupportsColorCorrection()
          Indicates whether the raster type supports color correction.
 void setAliasesByRef(IStringArray ppAliases)
          All the names, in addition to the primary name, by which the raster type may be referenced.
 void setAllowSimplification(boolean pbAllowSimplification)
          Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.
 void setFactoryCLSIDByRef(IUID ppFactoryClsid)
          The CLSID of the raster type factory that created the raster type.
 void setIsSensorRasterType(boolean pbIsSensorRasterType)
          Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).
 void setMissingBandAction(int pMissingBandAction)
          Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.
 void setSupportsColorCorrection(boolean pbSupportsColorCorrection)
          Indicates whether the raster type supports color correction.
 void setVersion(int pVersion)
          The version number associated with the raster type.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeProperties
getAddRastersParameters, getDataSourceFilter, getDescription, getFirstAddTimeStamp, getInputDataSourceTypes, getLastAddTimeStamp, getLastSyncTimeStamp, getName, getOperationDescription, getOrthorectificationParameters, getSupportedURIFilters, getSynchronizeParameters, isEnableClipToFootprint, isSupportsOrthorectification, isSupportsSeamline, isSupportsStereo, setAddRastersParameters, setDataSourceFilter, setDescription, setEnableClipToFootprint, setFirstAddTimeStamp, setInputDataSourceTypes, setLastAddTimeStamp, setLastSyncTimeStamp, setName, setOperationDescription, setOrthorectificationParametersByRef, setSupportedURIFiltersByRef, setSupportsOrthorectification, setSupportsSeamline, setSupportsStereo, setSynchronizeParameters
 

Field Detail

IID7bd60984_38d6_4c55_94ed_1ed74a839727

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

setIsSensorRasterType

void setIsSensorRasterType(boolean pbIsSensorRasterType)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).

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

isSensorRasterType

boolean isSensorRasterType()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).

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

setAliasesByRef

void setAliasesByRef(IStringArray ppAliases)
                     throws java.io.IOException,
                            AutomationException
All the names, in addition to the primary name, by which the raster type may be referenced.

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

getAliases

IStringArray getAliases()
                        throws java.io.IOException,
                               AutomationException
All the names, in addition to the primary name, by which the raster type may be referenced.

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

setAllowSimplification

void setAllowSimplification(boolean pbAllowSimplification)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.

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

isAllowSimplification

boolean isAllowSimplification()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.

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

setVersion

void setVersion(int pVersion)
                throws java.io.IOException,
                       AutomationException
The version number associated with the raster type.

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

getVersion

int getVersion()
               throws java.io.IOException,
                      AutomationException
The version number associated with the raster type.

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

getMissingBandAction

int getMissingBandAction()
                         throws java.io.IOException,
                                AutomationException
Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.

Returns:
A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMissingBandAction

void setMissingBandAction(int pMissingBandAction)
                          throws java.io.IOException,
                                 AutomationException
Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.

Parameters:
pMissingBandAction - A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFactoryCLSIDByRef

void setFactoryCLSIDByRef(IUID ppFactoryClsid)
                          throws java.io.IOException,
                                 AutomationException
The CLSID of the raster type factory that created the raster type.

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

getFactoryCLSID

IUID getFactoryCLSID()
                     throws java.io.IOException,
                            AutomationException
The CLSID of the raster type factory that created the raster type.

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

setSupportsColorCorrection

void setSupportsColorCorrection(boolean pbSupportsColorCorrection)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the raster type supports color correction.

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

isSupportsColorCorrection

boolean isSupportsColorCorrection()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether the raster type supports color correction.

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