com.esri.arcgis.geoprocessing
Interface IGPRouteMeasureEventProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRouteMeasureEventProperties

public interface IGPRouteMeasureEventProperties
extends Serializable

Provides access to the route measure event properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getFromMeasureFieldName()
          The from-measure field name of the event table.
 String getRouteIDFieldName()
          The route id field name.
 String getToMeasureFieldName()
          The from-measure field name of the event table.
 String getType()
          The type of property (point or line).
 void setFromMeasureFieldName(String pFieldName)
          The from-measure field name of the event table.
 void setRouteIDFieldName(String pFieldName)
          The route id field name.
 void setToMeasureFieldName(String pFieldName)
          The from-measure field name of the event table.
 void setType(String pType)
          The type of property (point or line).
 

Method Detail

getRouteIDFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setRouteIDFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getFromMeasureFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setFromMeasureFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getToMeasureFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setToMeasureFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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