public class DirectionsLandmarkSource extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IDirectionsLandmarkSource
Description 'Directions source information for landmark source feature classes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IIDa85044b3_a490_49b6_b37b_91210e2e9375, xxDummy
Constructor and Description |
---|
DirectionsLandmarkSource()
Constructs a DirectionsLandmarkSource using ArcGIS Engine.
|
DirectionsLandmarkSource(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
DirectionsLandmarkSource theDirectionsLandmarkSource = (DirectionsLandmarkSource) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getFeatureClassName()
The name of the landmarks feature class.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getLabelFieldName()
The name of the landmarks feature class field which is used to access the landmark display name.
|
java.lang.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 |
release()
Release this COM object reference
|
void |
setFeatureClassName(java.lang.String name)
The name of the landmarks feature class.
|
void |
setLabelFieldName(java.lang.String name)
The name of the landmarks feature class field which is used to access the landmark display name.
|
void |
setLevelFieldName(java.lang.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.
|
public DirectionsLandmarkSource() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic DirectionsLandmarkSource(java.lang.Object obj) throws java.io.IOException
DirectionsLandmarkSource theDirectionsLandmarkSource = (DirectionsLandmarkSource) obj;
obj
to DirectionsLandmarkSource
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getFeatureClassName() throws java.io.IOException, AutomationException
getFeatureClassName
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFeatureClassName(java.lang.String name) throws java.io.IOException, AutomationException
setFeatureClassName
in interface IDirectionsLandmarkSource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabelFieldName() throws java.io.IOException, AutomationException
getLabelFieldName
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLabelFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setLabelFieldName
in interface IDirectionsLandmarkSource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLevelFieldName() throws java.io.IOException, AutomationException
getLevelFieldName
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLevelFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setLevelFieldName
in interface IDirectionsLandmarkSource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getSearchTolerance() throws java.io.IOException, AutomationException
getSearchTolerance
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSearchTolerance(double tolerance) throws java.io.IOException, AutomationException
setSearchTolerance
in interface IDirectionsLandmarkSource
tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSearchToleranceUnits() throws java.io.IOException, AutomationException
getSearchToleranceUnits
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSearchToleranceUnits(int units) throws java.io.IOException, AutomationException
setSearchToleranceUnits
in interface IDirectionsLandmarkSource
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 boolean isUseSpatialSearch() throws java.io.IOException, AutomationException
isUseSpatialSearch
in interface IDirectionsLandmarkSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseSpatialSearch(boolean useSearch) throws java.io.IOException, AutomationException
setUseSpatialSearch
in interface IDirectionsLandmarkSource
useSearch
- The useSearch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.