public interface IRasterTypeProperties2 extends IRasterTypeProperties, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7bd60984_38d6_4c55_94ed_1ed74a839727 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID078c7800_66f2_46cf_a182_78e6c4aade53
Modifier and Type | Method and Description |
---|---|
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.
|
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
static final int IID7bd60984_38d6_4c55_94ed_1ed74a839727
static final int xxDummy
static final java.lang.String IID
void setIsSensorRasterType(boolean pbIsSensorRasterType) throws java.io.IOException, AutomationException
pbIsSensorRasterType
- The pbIsSensorRasterType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSensorRasterType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAliasesByRef(IStringArray ppAliases) throws java.io.IOException, AutomationException
ppAliases
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getAliases() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowSimplification(boolean pbAllowSimplification) throws java.io.IOException, AutomationException
pbAllowSimplification
- The pbAllowSimplification (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowSimplification() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVersion(int pVersion) throws java.io.IOException, AutomationException
pVersion
- The pVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMissingBandAction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMissingBandAction(int pMissingBandAction) throws java.io.IOException, AutomationException
pMissingBandAction
- A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFactoryCLSIDByRef(IUID ppFactoryClsid) throws java.io.IOException, AutomationException
ppFactoryClsid
- A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getFactoryCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsColorCorrection(boolean pbSupportsColorCorrection) throws java.io.IOException, AutomationException
pbSupportsColorCorrection
- The pbSupportsColorCorrection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsColorCorrection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.