com.esri.arcgis.geoanalyst
Class IRasterImportOp2Proxy

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

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

Description: 'Provides access to additional 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 IRasterImportOp2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterImportOp2, 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.IRasterImportOp2
IID, IIDa0c91fcd_43f4_4a9b_8541_fab77b038c83
 
Constructor Summary
  IRasterImportOp2Proxy()
          Deprecated. For internal use only
  IRasterImportOp2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterImportOp2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterImportOp2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterImportOp2Proxy(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, boolean isInteger, java.lang.Object zFactor)
          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

IRasterImportOp2Proxy

public IRasterImportOp2Proxy(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

IRasterImportOp2Proxy

public IRasterImportOp2Proxy()
Deprecated. 
For internal use only


IRasterImportOp2Proxy

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

IRasterImportOp2Proxy

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

IRasterImportOp2Proxy

protected IRasterImportOp2Proxy(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,
                                        boolean isInteger,
                                        java.lang.Object zFactor)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Imports a USGS DEM file into a RasterDataset.

Specified by:
importFromUSGSDEM in interface IRasterImportOp2
Parameters:
demFile - The demFile (in)
outWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
outRasterName - The outRasterName (in)
outRasterFormat - The outRasterFormat (in)
isInteger - The isInteger (in)
zFactor - A Variant (in, optional, pass null if not required)
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 IRasterImportOp2
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 IRasterImportOp2
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.