|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteMeasureEventGeoprocessor
COM Interface 'IRouteMeasureEventGeoprocessor'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to the route measure event geoprocessor properties and methods.' 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 |
IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ITable |
concatenate(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. |
IRouteEventProperties |
getInputEventProperties()
The input table's route event properties. |
ISelectionSet |
getInputSelection()
The input table's selection set. |
ITable |
getInputTable()
The input table. |
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. |
ITable |
intersect(IRouteEventProperties outputProperties,
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 |
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. |
Field Detail |
---|
static final int IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setInputTableByRef(ITable table) throws java.io.IOException, AutomationException
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.ITable getInputTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputSelectionByRef(ISelectionSet selection) throws java.io.IOException, AutomationException
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.ISelectionSet getInputSelection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayTableByRef(ITable table) throws java.io.IOException, AutomationException
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.ITable getOverlayTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlaySelectionByRef(ISelectionSet selection) throws java.io.IOException, AutomationException
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.ISelectionSet getOverlaySelection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputEventPropertiesByRef(IRouteEventProperties inputProperties) throws java.io.IOException, AutomationException
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.IRouteEventProperties getInputEventProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties) throws java.io.IOException, AutomationException
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.IRouteEventProperties getOverlayEventProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeepZeroLengthLineEvents(boolean status) throws java.io.IOException, AutomationException
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isKeepZeroLengthLineEvents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBuildOutputIndex(boolean status) throws java.io.IOException, AutomationException
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBuildOutputIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable dissolve(java.lang.Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
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.ITable concatenate(java.lang.Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
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.ITable intersect(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
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.ITable union(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword) throws java.io.IOException, AutomationException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |