public interface IDirectionsLandmarkSource
extends java.io.Serializable
Description: 'Provides access to the properties for directions landmarks.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa85044b3_a490_49b6_b37b_91210e2e9375 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeatureClassName()
The name of the landmarks feature class.
|
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.
|
boolean |
isUseSpatialSearch()
Indicates if spatial search should be used to locate landmarks along the route.
|
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.
|
static final int IIDa85044b3_a490_49b6_b37b_91210e2e9375
static final int xxDummy
static final java.lang.String IID
java.lang.String getFeatureClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureClassName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabelFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLabelFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLevelFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLevelFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSearchTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSearchTolerance(double tolerance) throws java.io.IOException, AutomationException
tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSearchToleranceUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSearchToleranceUnits(int units) throws java.io.IOException, AutomationException
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.boolean isUseSpatialSearch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseSpatialSearch(boolean useSearch) throws java.io.IOException, AutomationException
useSearch
- The useSearch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.