|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.BasicGeoprocessor
public class BasicGeoprocessor
COM Class 'BasicGeoprocessor'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A 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 |
|---|
| Fields inherited from interface com.esri.arcgis.carto.IBasicGeoprocessor |
|---|
IID, IID4c1fd611_f3a3_11d3_9fde_00c04f6bc78e, xxDummy |
| Constructor Summary | |
|---|---|
BasicGeoprocessor()
Constructs a BasicGeoprocessor using ArcGIS Engine. |
|
BasicGeoprocessor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. BasicGeoprocessor theBasicGeoprocessor = (BasicGeoprocessor) obj; |
|
| 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. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ISpatialReference |
getSpatialReference()
The output spatial reference. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a BasicGeoprocessor. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicGeoprocessor()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public BasicGeoprocessor(java.lang.Object obj)
throws java.io.IOException
BasicGeoprocessor theBasicGeoprocessor = (BasicGeoprocessor) obj;
obj to BasicGeoprocessor.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setCancelTrackerByRef(ITrackCancel rhs1)
throws java.io.IOException,
AutomationException
setCancelTrackerByRef in interface IBasicGeoprocessorrhs1 - 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.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IBasicGeoprocessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReference(ISpatialReference ppSpatialRef)
throws java.io.IOException,
AutomationException
setSpatialReference in interface IBasicGeoprocessorppSpatialRef - 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.
public ITable dissolve(ITable inputTable,
boolean useSelected,
java.lang.String dissolveField,
java.lang.String summaryFields,
IDatasetName outputName)
throws java.io.IOException,
AutomationException
dissolve in interface IBasicGeoprocessorinputTable - 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.
public IFeatureClass merge(IArray tables,
ITable fieldsTable,
IFeatureClassName outputName)
throws java.io.IOException,
AutomationException
merge in interface IBasicGeoprocessortables - 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.
public IFeatureClass clip(ITable inputTable,
boolean useSelectedInput,
ITable clipTable,
boolean useSelectedClip,
double tolerance,
IFeatureClassName outputName)
throws java.io.IOException,
AutomationException
clip in interface IBasicGeoprocessorinputTable - 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.
public IFeatureClass intersect(ITable inputTable,
boolean useSelectedInput,
ITable overlayTable,
boolean useSelectedOverlay,
double tolerance,
IFeatureClassName outputName)
throws java.io.IOException,
AutomationException
intersect in interface IBasicGeoprocessorinputTable - 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.
public IFeatureClass union(ITable inputTable,
boolean useSelectedInput,
ITable overlayTable,
boolean useSelectedOverlay,
double tolerance,
IFeatureClassName outputName)
throws java.io.IOException,
AutomationException
union in interface IBasicGeoprocessorinputTable - 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 | ||||||||