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