com.esri.arcgis.geoprocessing
Interface IGPRouteMeasureEventProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRouteMeasureEventProperties, IGPRouteMeasureEventPropertiesProxy

public interface IGPRouteMeasureEventProperties
extends java.io.Serializable

COM Interface 'IGPRouteMeasureEventProperties'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the route measure event properties.' 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 IIDc9381003_455c_424e_a806_2ed4f293d25c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFromMeasureFieldName()
          The from-measure field name of the event table.
 java.lang.String getRouteIDFieldName()
          The route id field name.
 java.lang.String getToMeasureFieldName()
          The from-measure field name of the event table.
 java.lang.String getType()
          The type of property (point or line).
 void setFromMeasureFieldName(java.lang.String pFieldName)
          The from-measure field name of the event table.
 void setRouteIDFieldName(java.lang.String pFieldName)
          The route id field name.
 void setToMeasureFieldName(java.lang.String pFieldName)
          The from-measure field name of the event table.
 void setType(java.lang.String pType)
          The type of property (point or line).
 

Field Detail

IIDc9381003_455c_424e_a806_2ed4f293d25c

static final int IIDc9381003_455c_424e_a806_2ed4f293d25c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRouteIDFieldName

java.lang.String getRouteIDFieldName()
                                     throws java.io.IOException,
                                            AutomationException
The route id field name.

Returns:
The pFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteIDFieldName

void setRouteIDFieldName(java.lang.String pFieldName)
                         throws java.io.IOException,
                                AutomationException
The route id field name.

Parameters:
pFieldName - The pFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
The type of property (point or line).

Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(java.lang.String pType)
             throws java.io.IOException,
                    AutomationException
The type of property (point or line).

Parameters:
pType - The pType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromMeasureFieldName

java.lang.String getFromMeasureFieldName()
                                         throws java.io.IOException,
                                                AutomationException
The from-measure field name of the event table.

Returns:
The pFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromMeasureFieldName

void setFromMeasureFieldName(java.lang.String pFieldName)
                             throws java.io.IOException,
                                    AutomationException
The from-measure field name of the event table.

Parameters:
pFieldName - The pFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToMeasureFieldName

java.lang.String getToMeasureFieldName()
                                       throws java.io.IOException,
                                              AutomationException
The from-measure field name of the event table.

Returns:
The pFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToMeasureFieldName

void setToMeasureFieldName(java.lang.String pFieldName)
                           throws java.io.IOException,
                                  AutomationException
The from-measure field name of the event table.

Parameters:
pFieldName - The pFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.