com.esri.arcgis.geoanalyst
Interface IRasterConvertHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterConvertHelperProxy, RasterConvertHelper

public interface IRasterConvertHelper
extends java.io.Serializable

COM Interface 'IRasterConvertHelper'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that convert geodatasets to rasters or feature classes.' 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 IIDdebd3029_7f6f_11d4_b278_00508bcdc779
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRaster toRaster1(IGeoDataset pIn1, java.lang.String rasterFormat, IRasterAnalysisEnvironment rasterEnv)
          Converts a GeoDataset to a Raster.
 void toRaster2(IGeoDataset pIn1, IGeoDataset pIn2, java.lang.String rasterFormat, IRasterAnalysisEnvironment rasterEnv, IRaster[] ppOut1, IRaster[] ppOut2)
          Converts two GeoDatasets to two Rasters.
 void toRaster3(IGeoDataset pIn1, IGeoDataset pIn2, IGeoDataset pIn3, java.lang.String rasterFormat, IRasterAnalysisEnvironment rasterEnv, IRaster[] ppOut1, IRaster[] ppOut2, IRaster[] ppOut3)
          Converts three GeoDatasets to three Rasters.
 IFeatureClass toShapefile(IGeoDataset pIn, int geometryType, IRasterAnalysisEnvironment rasterEnv)
          Converts a GeoDataset to a shapefile.
 

Field Detail

IIDdebd3029_7f6f_11d4_b278_00508bcdc779

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

toRaster1

IRaster toRaster1(IGeoDataset pIn1,
                  java.lang.String rasterFormat,
                  IRasterAnalysisEnvironment rasterEnv)
                  throws java.io.IOException,
                         AutomationException
Converts a GeoDataset to a Raster.

Parameters:
pIn1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
rasterFormat - The rasterFormat (in)
rasterEnv - A reference to a com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toRaster2

void toRaster2(IGeoDataset pIn1,
               IGeoDataset pIn2,
               java.lang.String rasterFormat,
               IRasterAnalysisEnvironment rasterEnv,
               IRaster[] ppOut1,
               IRaster[] ppOut2)
               throws java.io.IOException,
                      AutomationException
Converts two GeoDatasets to two Rasters.

Parameters:
pIn1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pIn2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
rasterFormat - The rasterFormat (in)
rasterEnv - A reference to a com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment (in)
ppOut1 - A reference to a com.esri.arcgis.geodatabase.IRaster (out: use single element array)
ppOut2 - A reference to a com.esri.arcgis.geodatabase.IRaster (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toRaster3

void toRaster3(IGeoDataset pIn1,
               IGeoDataset pIn2,
               IGeoDataset pIn3,
               java.lang.String rasterFormat,
               IRasterAnalysisEnvironment rasterEnv,
               IRaster[] ppOut1,
               IRaster[] ppOut2,
               IRaster[] ppOut3)
               throws java.io.IOException,
                      AutomationException
Converts three GeoDatasets to three Rasters.

Parameters:
pIn1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pIn2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pIn3 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
rasterFormat - The rasterFormat (in)
rasterEnv - A reference to a com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment (in)
ppOut1 - A reference to a com.esri.arcgis.geodatabase.IRaster (out: use single element array)
ppOut2 - A reference to a com.esri.arcgis.geodatabase.IRaster (out: use single element array)
ppOut3 - A reference to a com.esri.arcgis.geodatabase.IRaster (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toShapefile

IFeatureClass toShapefile(IGeoDataset pIn,
                          int geometryType,
                          IRasterAnalysisEnvironment rasterEnv)
                          throws java.io.IOException,
                                 AutomationException
Converts a GeoDataset to a shapefile.

Parameters:
pIn - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
rasterEnv - A reference to a com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.