com.esri.arcgis.geoanalyst
Class IRasterImportOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.IRasterImportOpProxy
All Implemented Interfaces:
IRasterImportOp, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRasterImportOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the import of raster formats.' 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 =

public class IRasterImportOpProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterImportOp, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterImportOp
IID, IID90c52cfe_8e74_11d4_80f4_00c04fa0702c
 
Constructor Summary
  IRasterImportOpProxy()
          Deprecated. For internal use only
  IRasterImportOpProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterImportOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterImportOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterImportOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IRasterDataset importFromASCII(java.lang.String asciiFile, IWorkspace outWorkspace, java.lang.String outRasterName, java.lang.String outRasterFormat, boolean isInteger)
          Deprecated. Imports a GRID ASCII file into a RasterDataset.
 IRasterDataset importFromFLOAT(java.lang.String floatFile, IWorkspace outWorkspace, java.lang.String outRasterName, java.lang.String outRasterFormat)
          Deprecated. Imports a Float GRID file into a RasterDataset.
 IRasterDataset importFromUSGSDEM(java.lang.String demFile, IWorkspace outWorkspace, java.lang.String outRasterName, java.lang.String outRasterFormat)
          Deprecated. Imports a USGS DEM file into a RasterDataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterImportOpProxy

public IRasterImportOpProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterImportOpProxy

public IRasterImportOpProxy()
Deprecated. 
For internal use only


IRasterImportOpProxy

public IRasterImportOpProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterImportOpProxy

protected IRasterImportOpProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterImportOpProxy

protected IRasterImportOpProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

importFromUSGSDEM

public IRasterDataset importFromUSGSDEM(java.lang.String demFile,
                                        IWorkspace outWorkspace,
                                        java.lang.String outRasterName,
                                        java.lang.String outRasterFormat)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Imports a USGS DEM file into a RasterDataset.

Specified by:
importFromUSGSDEM in interface IRasterImportOp
Parameters:
demFile - The demFile (in)
outWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
outRasterName - The outRasterName (in)
outRasterFormat - The outRasterFormat (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importFromASCII

public IRasterDataset importFromASCII(java.lang.String asciiFile,
                                      IWorkspace outWorkspace,
                                      java.lang.String outRasterName,
                                      java.lang.String outRasterFormat,
                                      boolean isInteger)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Imports a GRID ASCII file into a RasterDataset.

Specified by:
importFromASCII in interface IRasterImportOp
Parameters:
asciiFile - The asciiFile (in)
outWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
outRasterName - The outRasterName (in)
outRasterFormat - The outRasterFormat (in)
isInteger - The isInteger (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importFromFLOAT

public IRasterDataset importFromFLOAT(java.lang.String floatFile,
                                      IWorkspace outWorkspace,
                                      java.lang.String outRasterName,
                                      java.lang.String outRasterFormat)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Imports a Float GRID file into a RasterDataset.

Specified by:
importFromFLOAT in interface IRasterImportOp
Parameters:
floatFile - The floatFile (in)
outWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
outRasterName - The outRasterName (in)
outRasterFormat - The outRasterFormat (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.