com.esri.arcgis.geoanalyst
Interface IRasterImportOp2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterImportOp2Proxy, RasterConversionOp

public interface IRasterImportOp2
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa0c91fcd_43f4_4a9b_8541_fab77b038c83
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterDataset importFromASCII(java.lang.String asciiFile, IWorkspace outWorkspace, java.lang.String outRasterName, java.lang.String outRasterFormat, boolean isInteger)
          Imports a GRID ASCII file into a RasterDataset.
 IRasterDataset importFromFLOAT(java.lang.String floatFile, IWorkspace outWorkspace, java.lang.String outRasterName, java.lang.String outRasterFormat)
          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)
          Imports a USGS DEM file into a RasterDataset.
 

Field Detail

IIDa0c91fcd_43f4_4a9b_8541_fab77b038c83

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

importFromUSGSDEM

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
Imports a USGS DEM file into a RasterDataset.

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

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

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

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

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.