|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.location.RouteMeasureGeoprocessor
public class RouteMeasureGeoprocessor
COM Class 'RouteMeasureGeoprocessor'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'Basic route measure geoprocessing object.' 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.location.IRouteMeasureEventGeoprocessor2 |
---|
IID, IID6e52d323_609b_41e7_a1c3_c5492b2c664c, xxDummy |
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureEventGeoprocessor |
---|
IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
RouteMeasureGeoprocessor()
Constructs a RouteMeasureGeoprocessor using ArcGIS Engine. |
|
RouteMeasureGeoprocessor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasureGeoprocessor theRouteMeasureGeoprocessor = (RouteMeasureGeoprocessor) obj; |
Method Summary | |
---|---|
ITable |
concatenate(java.lang.Object concatenateFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Concatenate events. |
ITable |
concatenate2(IRouteEventProperties outputProperties,
java.lang.Object concatenateFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Concatenate events. |
ITable |
dissolve(java.lang.Object dissolveFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Dissolve events. |
ITable |
dissolve2(IRouteEventProperties outputProperties,
java.lang.Object dissolveFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Dissolve events. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IRouteEventProperties |
getInputEventProperties()
The input table's route event properties. |
ISelectionSet |
getInputSelection()
The input table's selection set. |
ITable |
getInputTable()
The input table. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IRouteEventProperties |
getOverlayEventProperties()
The overlay table's route event properties. |
ISelectionSet |
getOverlaySelection()
The overlay table's selection set. |
ITable |
getOverlayTable()
The table to overlay with the input table. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
ITable |
intersect(IRouteEventProperties outputProperties,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Intersect events. |
ITable |
intersect2(IRouteEventProperties outputProperties,
boolean keepAllFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Intersect events. |
boolean |
isBuildOutputIndex()
Indicates whether an index is going to be built on the route id field on the output result. |
boolean |
isKeepZeroLengthLineEvents()
Indicates whether zero length events should be included in the overlay result (line on line overlays only). |
void |
release()
Release a RouteMeasureGeoprocessor. |
void |
setBuildOutputIndex(boolean status)
Indicates whether an index is going to be built on the route id field on the output result. |
void |
setInputEventPropertiesByRef(IRouteEventProperties inputProperties)
The input table's route event properties. |
void |
setInputSelectionByRef(ISelectionSet selection)
The input table's selection set. |
void |
setInputTableByRef(ITable table)
The input table. |
void |
setKeepZeroLengthLineEvents(boolean status)
Indicates whether zero length events should be included in the overlay result (line on line overlays only). |
void |
setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties)
The overlay table's route event properties. |
void |
setOverlaySelectionByRef(ISelectionSet selection)
The overlay table's selection set. |
void |
setOverlayTableByRef(ITable table)
The table to overlay with the input table. |
ITable |
union(IRouteEventProperties outputProperties,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Union events. |
ITable |
union2(IRouteEventProperties outputProperties,
boolean keepAllFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Union events. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteMeasureGeoprocessor() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RouteMeasureGeoprocessor(java.lang.Object obj) throws java.io.IOException
RouteMeasureGeoprocessor theRouteMeasureGeoprocessor = (RouteMeasureGeoprocessor) obj;
obj
to RouteMeasureGeoprocessor
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setInputTableByRef(ITable table) throws java.io.IOException, AutomationException
setInputTableByRef
in interface IRouteMeasureEventGeoprocessor
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getInputTable() throws java.io.IOException, AutomationException
getInputTable
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInputSelectionByRef(ISelectionSet selection) throws java.io.IOException, AutomationException
setInputSelectionByRef
in interface IRouteMeasureEventGeoprocessor
selection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getInputSelection() throws java.io.IOException, AutomationException
getInputSelection
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlayTableByRef(ITable table) throws java.io.IOException, AutomationException
setOverlayTableByRef
in interface IRouteMeasureEventGeoprocessor
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getOverlayTable() throws java.io.IOException, AutomationException
getOverlayTable
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlaySelectionByRef(ISelectionSet selection) throws java.io.IOException, AutomationException
setOverlaySelectionByRef
in interface IRouteMeasureEventGeoprocessor
selection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getOverlaySelection() throws java.io.IOException, AutomationException
getOverlaySelection
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInputEventPropertiesByRef(IRouteEventProperties inputProperties) throws java.io.IOException, AutomationException
setInputEventPropertiesByRef
in interface IRouteMeasureEventGeoprocessor
inputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRouteEventProperties getInputEventProperties() throws java.io.IOException, AutomationException
getInputEventProperties
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties) throws java.io.IOException, AutomationException
setOverlayEventPropertiesByRef
in interface IRouteMeasureEventGeoprocessor
overlayProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRouteEventProperties getOverlayEventProperties() throws java.io.IOException, AutomationException
getOverlayEventProperties
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeepZeroLengthLineEvents(boolean status) throws java.io.IOException, AutomationException
setKeepZeroLengthLineEvents
in interface IRouteMeasureEventGeoprocessor
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isKeepZeroLengthLineEvents() throws java.io.IOException, AutomationException
isKeepZeroLengthLineEvents
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBuildOutputIndex(boolean status) throws java.io.IOException, AutomationException
setBuildOutputIndex
in interface IRouteMeasureEventGeoprocessor
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBuildOutputIndex() throws java.io.IOException, AutomationException
isBuildOutputIndex
in interface IRouteMeasureEventGeoprocessor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable dissolve(java.lang.Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
dissolve
in interface IRouteMeasureEventGeoprocessor
dissolveFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable concatenate(java.lang.Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
concatenate
in interface IRouteMeasureEventGeoprocessor
concatenateFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable intersect(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
intersect
in interface IRouteMeasureEventGeoprocessor
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable union(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
union
in interface IRouteMeasureEventGeoprocessor
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable dissolve2(IRouteEventProperties outputProperties, java.lang.Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
dissolve2
in interface IRouteMeasureEventGeoprocessor2
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)dissolveFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable concatenate2(IRouteEventProperties outputProperties, java.lang.Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
concatenate2
in interface IRouteMeasureEventGeoprocessor2
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)concatenateFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable intersect2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
intersect2
in interface IRouteMeasureEventGeoprocessor2
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)keepAllFields
- The keepAllFields (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable union2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
union2
in interface IRouteMeasureEventGeoprocessor2
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)keepAllFields
- The keepAllFields (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |