com.esri.arcgis.datasourcesraster
Interface IRasterTypeProperties3

All Superinterfaces:
IRasterTypeProperties, IRasterTypeProperties2, java.io.Serializable
All Known Implementing Classes:
IRasterTypeProperties3Proxy, RasterType

public interface IRasterTypeProperties3
extends IRasterTypeProperties2, java.io.Serializable

COM Interface 'IRasterTypeProperties3'. 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 IID47cb1b20_bba7_44fc_b258_2cb346642c47
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeProperties2
IID7bd60984_38d6_4c55_94ed_1ed74a839727
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeProperties
IID078c7800_66f2_46cf_a182_78e6c4aade53
 
Method Summary
 boolean isPerformsGrouping()
          Indicates whether the raster type instance collects item URIs with the same group name allowing the function template to combine multiple raster datasets into a single product.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeProperties2
getAliases, getFactoryCLSID, getMissingBandAction, getVersion, isAllowSimplification, isSensorRasterType, isSupportsColorCorrection, setAliasesByRef, setAllowSimplification, setFactoryCLSIDByRef, setIsSensorRasterType, setMissingBandAction, setSupportsColorCorrection, setVersion
 
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

IID47cb1b20_bba7_44fc_b258_2cb346642c47

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

isPerformsGrouping

boolean isPerformsGrouping()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the raster type instance collects item URIs with the same group name allowing the function template to combine multiple raster datasets into a single product.

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