|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.DirectionsLandmarkSource
public class DirectionsLandmarkSource
Directions source information for landmark source feature classes.
Constructor Summary | |
---|---|
DirectionsLandmarkSource()
Constructs a DirectionsLandmarkSource using ArcGIS Engine. |
|
DirectionsLandmarkSource(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DirectionsLandmarkSource theDirectionsLandmarkSource = (DirectionsLandmarkSource) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DirectionsLandmarkSource() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DirectionsLandmarkSource(Object obj) throws IOException
DirectionsLandmarkSource theDirectionsLandmarkSource = (DirectionsLandmarkSource) obj;
obj
to DirectionsLandmarkSource
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getFeatureClassName() throws IOException, AutomationException
getFeatureClassName
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureClassName(String name) throws IOException, AutomationException
setFeatureClassName
in interface IDirectionsLandmarkSource
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLabelFieldName() throws IOException, AutomationException
getLabelFieldName
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelFieldName(String name) throws IOException, AutomationException
setLabelFieldName
in interface IDirectionsLandmarkSource
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLevelFieldName() throws IOException, AutomationException
getLevelFieldName
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevelFieldName(String name) throws IOException, AutomationException
setLevelFieldName
in interface IDirectionsLandmarkSource
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSearchTolerance() throws IOException, AutomationException
getSearchTolerance
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSearchTolerance(double tolerance) throws IOException, AutomationException
setSearchTolerance
in interface IDirectionsLandmarkSource
tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSearchToleranceUnits() throws IOException, AutomationException
getSearchToleranceUnits
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSearchToleranceUnits(int units) throws IOException, AutomationException
setSearchToleranceUnits
in interface IDirectionsLandmarkSource
units
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSpatialSearch() throws IOException, AutomationException
isUseSpatialSearch
in interface IDirectionsLandmarkSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSpatialSearch(boolean useSearch) throws IOException, AutomationException
setUseSpatialSearch
in interface IDirectionsLandmarkSource
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 |