|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectionsLandmarkSource
.
Method Summary | |
---|---|
String |
getFeatureClassName()
The name of the landmarks feature class. |
String |
getLabelFieldName()
The name of the landmarks feature class field which is used to access the landmark display name. |
String |
getLevelFieldName()
The name of the landmarks feature class field which is used to access the landmark Z-level value. |
double |
getSearchTolerance()
The search tolerance value used to find landmarks along the route using spatial search. |
int |
getSearchToleranceUnits()
The search tolerance value unit type. |
boolean |
isUseSpatialSearch()
Indicates if spatial search should be used to locate landmarks along the route. |
void |
setFeatureClassName(String name)
The name of the landmarks feature class. |
void |
setLabelFieldName(String name)
The name of the landmarks feature class field which is used to access the landmark display name. |
void |
setLevelFieldName(String name)
The name of the landmarks feature class field which is used to access the landmark Z-level value. |
void |
setSearchTolerance(double tolerance)
The search tolerance value used to find landmarks along the route using spatial search. |
void |
setSearchToleranceUnits(int units)
The search tolerance value unit type. |
void |
setUseSpatialSearch(boolean useSearch)
Indicates if spatial search should be used to locate landmarks along the route. |
Method Detail |
---|
String getFeatureClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClassName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabelFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLevelFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSearchTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSearchTolerance(double tolerance) throws IOException, AutomationException
tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSearchToleranceUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSearchToleranceUnits(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.boolean isUseSpatialSearch() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSpatialSearch(boolean useSearch) throws IOException, AutomationException
useSearch
- The useSearch (in)
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 |