|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteLocator2
Provides access to properties and methods of a route locator.
The IRouteLocator2 Interface allows you to return a route location, IRouteLocation, by specifying an envelope, IEnvelope.
Method Summary | |
---|---|
IEnumRouteIdentifyResult |
identify(IEnvelope searchEnvelope,
String whereClause)
Identify route locations in an envelope. |
boolean |
isHasZs()
Indicates whether the route locator is Z-Aware. |
boolean |
isRouteIDIsIndexed()
Indicates if the route ID has an index. |
Methods inherited from interface com.esri.arcgis.location.IRouteLocator |
---|
getExtent, getMeasureUnit, getRouteFeatureClass, getRouteGeometry, getRouteIDFieldIndex, getRouteIDFieldName, getRouteIDFieldNameDelimited, getRouteWhereClause, getSpatialReference, isHasSpatialIndex, isRouteIDIsString, isRouteIDIsUnique, locate, locateRow, setRouteWhereClause |
Method Detail |
---|
IEnumRouteIdentifyResult identify(IEnvelope searchEnvelope, String whereClause) throws IOException, AutomationException
searchEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)whereClause
- The whereClause (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasZs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRouteIDIsIndexed() 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 |