|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeProperties2
Provides access to members that control raster type properties.
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. |
Method Detail |
---|
void setIsSensorRasterType(boolean pbIsSensorRasterType) throws IOException, AutomationException
pbIsSensorRasterType
- The pbIsSensorRasterType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSensorRasterType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAliasesByRef(IStringArray ppAliases) throws IOException, AutomationException
ppAliases
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAliases() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowSimplification(boolean pbAllowSimplification) throws IOException, AutomationException
pbAllowSimplification
- The pbAllowSimplification (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowSimplification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersion(int pVersion) throws IOException, AutomationException
pVersion
- The pVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMissingBandAction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMissingBandAction(int pMissingBandAction) throws IOException, AutomationException
pMissingBandAction
- A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFactoryCLSIDByRef(IUID ppFactoryClsid) throws IOException, AutomationException
ppFactoryClsid
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getFactoryCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportsColorCorrection(boolean pbSupportsColorCorrection) throws IOException, AutomationException
pbSupportsColorCorrection
- The pbSupportsColorCorrection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsColorCorrection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |