com.esri.arcgis.location
Interface IRouteMeasureLineLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
RouteMeasureLineLocation

public interface IRouteMeasureLineLocation
extends Serializable

Provides access to point specific route-measure location properties.

Remarks

This interface allows you to set the properties of a line route measure location. A line route measure location specifies a portion of a route between two measure values FromMeasure value and ToMeasure value.

Product Availability

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


Method Summary
 double getFromMeasure()
          The 'from' measure value.
 double getToMeasure()
          The 'to' measure value.
 void setFromMeasure(double value)
          The 'from' measure value.
 void setToMeasure(double value)
          The 'to' measure value.
 

Method Detail

setFromMeasure

void setFromMeasure(double value)
                    throws IOException,
                           AutomationException
The 'from' measure value.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getFromMeasure

double getFromMeasure()
                      throws IOException,
                             AutomationException
The 'from' measure value.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setToMeasure

void setToMeasure(double value)
                  throws IOException,
                         AutomationException
The 'to' measure value.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getToMeasure

double getToMeasure()
                    throws IOException,
                           AutomationException
The 'to' measure value.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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