|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IRouteMeasureEventGeoprocessorProxy
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 =
public class IRouteMeasureEventGeoprocessorProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureEventGeoprocessor |
---|
IID, IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06 |
Constructor Summary | |
---|---|
|
IRouteMeasureEventGeoprocessorProxy()
Deprecated. For internal use only |
|
IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj)
Deprecated. |
protected |
IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ITable |
concatenate(java.lang.Object concatenateFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Deprecated. Concatenate events. |
ITable |
dissolve(java.lang.Object dissolveFields,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Deprecated. Dissolve events. |
IRouteEventProperties |
getInputEventProperties()
Deprecated. The input table's route event properties. |
ISelectionSet |
getInputSelection()
Deprecated. The input table's selection set. |
ITable |
getInputTable()
Deprecated. The input table. |
IRouteEventProperties |
getOverlayEventProperties()
Deprecated. The overlay table's route event properties. |
ISelectionSet |
getOverlaySelection()
Deprecated. The overlay table's selection set. |
ITable |
getOverlayTable()
Deprecated. The table to overlay with the input table. |
ITable |
intersect(IRouteEventProperties outputProperties,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Deprecated. Intersect events. |
boolean |
isBuildOutputIndex()
Deprecated. Indicates whether an index is going to be built on the route id field on the output result. |
boolean |
isKeepZeroLengthLineEvents()
Deprecated. Indicates whether zero length events should be included in the overlay result (line on line overlays only). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBuildOutputIndex(boolean status)
Deprecated. Indicates whether an index is going to be built on the route id field on the output result. |
void |
setInputEventPropertiesByRef(IRouteEventProperties inputProperties)
Deprecated. The input table's route event properties. |
void |
setInputSelectionByRef(ISelectionSet selection)
Deprecated. The input table's selection set. |
void |
setInputTableByRef(ITable table)
Deprecated. The input table. |
void |
setKeepZeroLengthLineEvents(boolean status)
Deprecated. Indicates whether zero length events should be included in the overlay result (line on line overlays only). |
void |
setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties)
Deprecated. The overlay table's route event properties. |
void |
setOverlaySelectionByRef(ISelectionSet selection)
Deprecated. The overlay table's selection set. |
void |
setOverlayTableByRef(ITable table)
Deprecated. The table to overlay with the input table. |
ITable |
union(IRouteEventProperties outputProperties,
IDatasetName outputName,
ITrackCancel trackCancel,
java.lang.String configKeyword)
Deprecated. Union events. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRouteMeasureEventGeoprocessorProxy()
public IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |