com.esri.arcgis.datasourcesraster
Interface IRasterTypeFactory

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterTypeFactory2
All Known Implementing Classes:
ExNitfRasterTypeFactory, IRasterTypeFactory2Proxy, IRasterTypeFactoryProxy, RasterTypeFactory

public interface IRasterTypeFactory
extends java.io.Serializable

COM Interface 'IRasterTypeFactory'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ed63556_60d8_4492_9424_7951f0f62c57
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID0ed63556_60d8_4492_9424_7951f0f62c57

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the raster type factory.

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

getCLSID

IUID getCLSID()
              throws java.io.IOException,
                     AutomationException
The COM class ID of the raster type factory.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterTypeNames

IStringArray getRasterTypeNames()
                                throws java.io.IOException,
                                       AutomationException
The raster type names created by this factory.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createRasterType

IRasterType createRasterType(java.lang.String rasterTypeName)
                             throws java.io.IOException,
                                    AutomationException
Creates a raster type object given a name.

Parameters:
rasterTypeName - The rasterTypeName (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.