com.esri.arcgis.location
Interface IRouteMeasureLineProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
RouteMeasureLineProperties

public interface IRouteMeasureLineProperties
extends Serializable

Provides access to the route measure properties unique to line event tables.

Product Availability

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


Method Summary
 String getFromMeasureFieldName()
          The from-measure field name.
 String getToMeasureFieldName()
          The to-measure field name.
 void setFromMeasureFieldName(String fieldName)
          The from-measure field name.
 void setToMeasureFieldName(String fieldName)
          The to-measure field name.
 

Method Detail

setFromMeasureFieldName

void setFromMeasureFieldName(String fieldName)
                             throws IOException,
                                    AutomationException
The from-measure field name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
fieldName - The fieldName (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.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setToMeasureFieldName

void setToMeasureFieldName(String fieldName)
                           throws IOException,
                                  AutomationException
The to-measure field name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getToMeasureFieldName

String getToMeasureFieldName()
                             throws IOException,
                                    AutomationException
The to-measure field name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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