|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConversionOp
COM Interface 'IConversionOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description: 'Provides access to members that convert between raster and feature data.' 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 |
IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
rasterDataToLineFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name,
boolean zeroAsBackground,
boolean weeding,
java.lang.Object minDangle)
Convert raster data to feature data (FeatureClass or FeatureDataset). |
IGeoDataset |
rasterDataToPointFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name)
Convert raster data to feature data (FeatureClass or FeatureDataset). |
IGeoDataset |
rasterDataToPolygonFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name,
boolean weeding)
Convert raster data to feature data (FeatureClass or FeatureDataset). |
IGeoDataset |
toFeatureData(IGeoDataset dataset,
int geometryType,
IWorkspace pWorkspace,
java.lang.String name)
Convert to feature data (FeatureClass or FeatureDataset). |
IRasterDataset |
toRasterDataset(IGeoDataset dataset,
java.lang.String rasterFormat,
IWorkspace pWorkspace,
java.lang.String name)
Convert to a RasterDataset. |
| Field Detail |
|---|
static final int IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IRasterDataset toRasterDataset(IGeoDataset dataset,
java.lang.String rasterFormat,
IWorkspace pWorkspace,
java.lang.String name)
throws java.io.IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)rasterFormat - The rasterFormat (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset toFeatureData(IGeoDataset dataset,
int geometryType,
IWorkspace pWorkspace,
java.lang.String name)
throws java.io.IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset rasterDataToPointFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name)
throws java.io.IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset rasterDataToPolygonFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name,
boolean weeding)
throws java.io.IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name - The name (in)weeding - The weeding (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset rasterDataToLineFeatureData(IGeoDataset dataset,
IWorkspace pWorkspace,
java.lang.String name,
boolean zeroAsBackground,
boolean weeding,
java.lang.Object minDangle)
throws java.io.IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name - The name (in)zeroAsBackground - The zeroAsBackground (in)weeding - The weeding (in)minDangle - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||