com.esri.arcgis.datasourcesraster
Class RasterTypeFactory

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.RasterTypeFactory
All Implemented Interfaces:
IRasterTypeFactory, IRasterTypeFactory2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RasterTypeFactory
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterTypeFactory2

COM Class 'RasterTypeFactory'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'A raster type factory object.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeFactory2
IID, IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeFactory
IID0ed63556_60d8_4492_9424_7951f0f62c57
 
Constructor Summary
RasterTypeFactory()
          Constructs a RasterTypeFactory using ArcGIS Engine.
RasterTypeFactory(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterTypeFactory theRasterTypeFactory = (RasterTypeFactory) obj;
 
Method Summary
 IRasterType createRasterType(java.lang.String rasterTypeName)
          Creates a raster type object given a name.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IUID getCLSID()
          The COM class ID of the raster type factory.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          The name of the raster type factory.
 IStringArray getRasterTypeNames()
          The raster type names created by this factory.
 int hashCode()
          the hashcode for this object
 void release()
          Release a RasterTypeFactory.
 void updateRasterTypeDefaults(IRasterType pRasterType, IMosaicDataset pMosaicDataset, IDataSourceCrawler pCrawler)
          Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterTypeFactory

public RasterTypeFactory()
                  throws java.io.IOException,
                         java.net.UnknownHostException
Constructs a RasterTypeFactory using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RasterTypeFactory

public RasterTypeFactory(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterTypeFactory theRasterTypeFactory = (RasterTypeFactory) obj;

Construct a RasterTypeFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterTypeFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a RasterTypeFactory.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

updateRasterTypeDefaults

public void updateRasterTypeDefaults(IRasterType pRasterType,
                                     IMosaicDataset pMosaicDataset,
                                     IDataSourceCrawler pCrawler)
                              throws java.io.IOException,
                                     AutomationException
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.

Specified by:
updateRasterTypeDefaults in interface IRasterTypeFactory2
Parameters:
pRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
pMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
pCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

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

Specified by:
getName in interface IRasterTypeFactory
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCLSID

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

Specified by:
getCLSID in interface IRasterTypeFactory
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

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

Specified by:
getRasterTypeNames in interface IRasterTypeFactory
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

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

Specified by:
createRasterType in interface IRasterTypeFactory
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.