public class PythonRasterTypeFactory extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterTypeFactory2, IPythonRasterTypeFactory
Description 'Python 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 =
IID, IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba, xxDummyIID0ed63556_60d8_4492_9424_7951f0f62c57IID, IID3a0de80d_6fe9_401e_b07e_786c85b7df73, xxDummy| Constructor and Description |
|---|
PythonRasterTypeFactory()
Constructs a PythonRasterTypeFactory using ArcGIS Engine.
|
PythonRasterTypeFactory(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
PythonRasterTypeFactory thePythonRasterTypeFactory = (PythonRasterTypeFactory) obj; |
| Modifier and Type | Method and Description |
|---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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 this COM object reference
|
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.
|
public PythonRasterTypeFactory()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic PythonRasterTypeFactory(java.lang.Object obj)
throws java.io.IOException
PythonRasterTypeFactory thePythonRasterTypeFactory = (PythonRasterTypeFactory) obj;obj to PythonRasterTypeFactory.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void updateRasterTypeDefaults(IRasterType pRasterType, IMosaicDataset pMosaicDataset, IDataSourceCrawler pCrawler) throws java.io.IOException, AutomationException
updateRasterTypeDefaults in interface IRasterTypeFactory2pRasterType - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IRasterTypeFactoryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUID getCLSID() throws java.io.IOException, AutomationException
getCLSID in interface IRasterTypeFactoryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getRasterTypeNames() throws java.io.IOException, AutomationException
getRasterTypeNames in interface IRasterTypeFactoryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterType createRasterType(java.lang.String rasterTypeName) throws java.io.IOException, AutomationException
createRasterType in interface IRasterTypeFactoryrasterTypeName - The rasterTypeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.