public interface IRasterTypeFactory
extends java.io.Serializable
Description: 'Provides access to members that control a raster type factory.' 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 |
IID0ed63556_60d8_4492_9424_7951f0f62c57 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterType |
createRasterType(java.lang.String rasterTypeName)
Creates a raster type object given a name.
|
IUID |
getCLSID()
The COM class ID of the raster type factory.
|
java.lang.String |
getName()
The name of the raster type factory.
|
IStringArray |
getRasterTypeNames()
The raster type names created by this factory.
|
static final int IID0ed63556_60d8_4492_9424_7951f0f62c57
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getRasterTypeNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterType createRasterType(java.lang.String rasterTypeName) throws java.io.IOException, AutomationException
rasterTypeName
- The rasterTypeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.