public interface IRasterType
extends java.io.Serializable
Description: 'Provides access to members that control a raster type.' 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 |
IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getDefaultParameters()
The collection of all variables associated with all item templates contained in the raster type.
|
IName |
getFullName()
The full name of the raster type object.
|
IItemTemplateArray |
getItemTemplates()
The collection of item templates associated with the raster type.
|
IPropertySet |
getParameters()
Overriding parameter values bound to function variables.
|
IRasterBuilder |
getRasterBuilder()
The inner raster builder associated with the raster type.
|
IItemURIFilter |
getURIFilter()
The active URI filter associated with the raster type.
|
void |
setFullNameByRef(IName ppRasterTypeName)
The full name of the raster type object.
|
void |
setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
The collection of item templates associated with the raster type.
|
void |
setParametersByRef(IPropertySet ppInputParameters)
Overriding parameter values bound to function variables.
|
void |
setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
The inner raster builder associated with the raster type.
|
void |
setURIFilterByRef(IItemURIFilter ppItemURIFilter)
The active URI filter associated with the raster type.
|
static final int IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b
static final int xxDummy
static final java.lang.String IID
void setFullNameByRef(IName ppRasterTypeName) throws java.io.IOException, AutomationException
ppRasterTypeName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder) throws java.io.IOException, AutomationException
ppRasterBuilder
- A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterBuilder getRasterBuilder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURIFilterByRef(IItemURIFilter ppItemURIFilter) throws java.io.IOException, AutomationException
ppItemURIFilter
- A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemURIFilter getURIFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray) throws java.io.IOException, AutomationException
ppItemTemplateArray
- A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemTemplateArray getItemTemplates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getDefaultParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParametersByRef(IPropertySet ppInputParameters) throws java.io.IOException, AutomationException
ppInputParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.