|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.DirectionsLandmarkSource
public class DirectionsLandmarkSource
Directions source information for landmark source feature classes.
Java class for DirectionsLandmarkSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionsLandmarkSource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="LabelFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="LevelFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SearchTolerance" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="SearchToleranceUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriUnits"/> <element name="UseSpatialSearch" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>Directions source information for landmark source feature classes.
Constructor Summary | |
---|---|
DirectionsLandmarkSource()
DirectionsLandmarkSource default constructor. |
|
DirectionsLandmarkSource(java.lang.String featureClassName,
java.lang.String labelFieldName,
java.lang.String levelFieldName,
double searchTolerance,
EsriUnits searchToleranceUnits,
boolean useSpatialSearch)
Deprecated. |
Method Summary | |
---|---|
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. |
EsriUnits |
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 value)
The name of the landmarks feature class. |
void |
setLabelFieldName(java.lang.String value)
The name of the landmarks feature class field which is used to access the landmark display name. |
void |
setLevelFieldName(java.lang.String value)
The name of the landmarks feature class field which is used to access the landmark Z-level value. |
void |
setSearchTolerance(double value)
The search tolerance value used to find landmarks along the route using spatial search. |
void |
setSearchToleranceUnits(EsriUnits value)
The search tolerance value unit type. |
void |
setUseSpatialSearch(boolean value)
Indicates if spatial search should be used to locate landmarks along the route. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public DirectionsLandmarkSource(java.lang.String featureClassName, java.lang.String labelFieldName, java.lang.String levelFieldName, double searchTolerance, EsriUnits searchToleranceUnits, boolean useSpatialSearch)
public DirectionsLandmarkSource()
Method Detail |
---|
public java.lang.String getFeatureClassName()
String
public void setFeatureClassName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabelFieldName()
String
public void setLabelFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLevelFieldName()
String
public void setLevelFieldName(java.lang.String value)
value
- allowed object is
String
public double getSearchTolerance()
public void setSearchTolerance(double value)
public EsriUnits getSearchToleranceUnits()
EsriUnits
public void setSearchToleranceUnits(EsriUnits value)
value
- allowed object is
EsriUnits
public boolean isUseSpatialSearch()
public void setUseSpatialSearch(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |