|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to route locator name properties.
| Method Summary | |
IName |
getRouteFeatureClassName()
The route feature class name (Polyline with M feature class name). |
java.lang.String |
getRouteIDFieldName()
The route identifier field of the route feature class. |
int |
getRouteMeasureUnit()
The route measure units. |
java.lang.String |
getRouteWhereClause()
The where clause that limits the routes that events can be located on. |
boolean |
isRouteIDIsUnique()
Indicates if the Route ID is unique (Obsolete). |
void |
setRouteFeatureClassNameByRef(IName name)
The route feature class name (Polyline with M feature class name). |
void |
setRouteIDFieldName(java.lang.String routeIDFieldName)
The route identifier field of the route feature class. |
void |
setRouteIDIsUnique(boolean routeIDIsUnique)
Indicates if the Route ID is unique (Obsolete). |
void |
setRouteMeasureUnit(int units)
The route measure units. |
void |
setRouteWhereClause(java.lang.String whereClause)
The where clause that limits the routes that events can be located on. |
| Method Detail |
public void setRouteFeatureClassNameByRef(IName name)
throws java.io.IOException,
AutomationException
name - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getRouteFeatureClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteIDFieldName(java.lang.String routeIDFieldName)
throws java.io.IOException,
AutomationException
routeIDFieldName - The routeIDFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRouteIDFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteIDIsUnique(boolean routeIDIsUnique)
throws java.io.IOException,
AutomationException
routeIDIsUnique - The routeIDIsUnique (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRouteIDIsUnique()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteMeasureUnit(int units)
throws java.io.IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRouteMeasureUnit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
whereClause - The whereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRouteWhereClause()
throws java.io.IOException,
AutomationException
java.io.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 | |||||||||