com.esri.arcgis.location
Interface IRouteMeasurePointLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
RouteMeasurePointLocation

public interface IRouteMeasurePointLocation
extends Serializable

Provides access to point specific route-measure location properties.

Remarks

This interface allows you to set the properties of a point route measure location. A point location is a discrete location in space, therefore, a point route measure location is specified by a single measure value.

Product Availability

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


Method Summary
 double getMeasure()
          The measure value.
 void setMeasure(double value)
          The measure value.
 

Method Detail

setMeasure

void setMeasure(double value)
                throws IOException,
                       AutomationException
The 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.

getMeasure

double getMeasure()
                  throws IOException,
                         AutomationException
The 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.