|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicGeoprocessor
COM Interface 'IBasicGeoprocessor'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the basic geoprocessor.' 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 |
IID4c1fd611_f3a3_11d3_9fde_00c04f6bc78e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IFeatureClass |
clip(ITable inputTable,
boolean useSelectedInput,
ITable clipTable,
boolean useSelectedClip,
double tolerance,
IFeatureClassName outputName)
Clips features. |
ITable |
dissolve(ITable inputTable,
boolean useSelected,
java.lang.String dissolveField,
java.lang.String summaryFields,
IDatasetName outputName)
Dissolves features. |
ISpatialReference |
getSpatialReference()
The output spatial reference. |
IFeatureClass |
intersect(ITable inputTable,
boolean useSelectedInput,
ITable overlayTable,
boolean useSelectedOverlay,
double tolerance,
IFeatureClassName outputName)
Intersects features. |
IFeatureClass |
merge(IArray tables,
ITable fieldsTable,
IFeatureClassName outputName)
Merges features. |
void |
setCancelTrackerByRef(ITrackCancel rhs1)
The cancel tracker. |
void |
setSpatialReference(ISpatialReference ppSpatialRef)
The output spatial reference. |
IFeatureClass |
union(ITable inputTable,
boolean useSelectedInput,
ITable overlayTable,
boolean useSelectedOverlay,
double tolerance,
IFeatureClassName outputName)
Creates a union of features. |
Field Detail |
---|
static final int IID4c1fd611_f3a3_11d3_9fde_00c04f6bc78e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCancelTrackerByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReference(ISpatialReference ppSpatialRef) throws java.io.IOException, AutomationException
ppSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable dissolve(ITable inputTable, boolean useSelected, java.lang.String dissolveField, java.lang.String summaryFields, IDatasetName outputName) throws java.io.IOException, AutomationException
inputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelected
- The useSelected (in)dissolveField
- The dissolveField (in)summaryFields
- The summaryFields (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass merge(IArray tables, ITable fieldsTable, IFeatureClassName outputName) throws java.io.IOException, AutomationException
tables
- A reference to a com.esri.arcgis.system.IArray (in)fieldsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass clip(ITable inputTable, boolean useSelectedInput, ITable clipTable, boolean useSelectedClip, double tolerance, IFeatureClassName outputName) throws java.io.IOException, AutomationException
inputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedInput
- The useSelectedInput (in)clipTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedClip
- The useSelectedClip (in)tolerance
- The tolerance (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass intersect(ITable inputTable, boolean useSelectedInput, ITable overlayTable, boolean useSelectedOverlay, double tolerance, IFeatureClassName outputName) throws java.io.IOException, AutomationException
inputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedInput
- The useSelectedInput (in)overlayTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedOverlay
- The useSelectedOverlay (in)tolerance
- The tolerance (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass union(ITable inputTable, boolean useSelectedInput, ITable overlayTable, boolean useSelectedOverlay, double tolerance, IFeatureClassName outputName) throws java.io.IOException, AutomationException
inputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedInput
- The useSelectedInput (in)overlayTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)useSelectedOverlay
- The useSelectedOverlay (in)tolerance
- The tolerance (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (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 |