|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteEventSource
Provides access to the route event source properties.
Method Summary | |
---|---|
IRouteEventProperties |
getEventProperties()
The route event properties. |
ITable |
getEventTable()
The table of containing route events. |
double |
getExpandDistance()
The distance used to expand spatial searches for laterally offset events. |
IRouteLocator |
getRouteLocator()
The route locator. |
void |
setExpandDistance(double distance)
The distance used to expand spatial searches for laterally offset events. |
Method Detail |
---|
IRouteLocator getRouteLocator() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getEventTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRouteEventProperties getEventProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpandDistance(double distance) throws IOException, AutomationException
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getExpandDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |