|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.NetworkDirections
public class NetworkDirections
A container for describing and using network directions.
Java class for NetworkDirections complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkDirections"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DefaultOutputLengthUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkAttributeUnits"/> <element name="LengthAttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TimeAttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RoadClassAttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SignpostFeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SignpostStreetsTableName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="AttributeMappings" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDirectionsAttributeMapping" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>A container for describing and using network directions.
Constructor Summary | |
---|---|
NetworkDirections()
NetworkDirections default constructor. |
|
NetworkDirections(EsriNetworkAttributeUnits defaultOutputLengthUnits,
java.lang.String lengthAttributeName,
java.lang.String timeAttributeName,
java.lang.String roadClassAttributeName,
java.lang.String signpostFeatureClassName,
java.lang.String signpostStreetsTableName,
javax.xml.bind.JAXBElement attributeMappings)
Deprecated. |
Method Summary | |
---|---|
javax.xml.bind.JAXBElement |
getAttributeMappings()
The collection of directions attribute mapping. |
EsriNetworkAttributeUnits |
getDefaultOutputLengthUnits()
The default length units that will be used for reporting distances in driving directions. |
java.lang.String |
getLengthAttributeName()
The name of the network attribute to be used for reporting travel distances. |
java.lang.String |
getRoadClassAttributeName()
The name of the network attribute to be used for road classification. |
java.lang.String |
getSignpostFeatureClassName()
The name of the feature class containing the signposts. |
java.lang.String |
getSignpostStreetsTableName()
The name of the indexed table of signpost street references. |
java.lang.String |
getTimeAttributeName()
The name of the network attribute to be used for reporting travel time. |
void |
setAttributeMappings(javax.xml.bind.JAXBElement value)
The collection of directions attribute mapping. |
void |
setDefaultOutputLengthUnits(EsriNetworkAttributeUnits value)
The default length units that will be used for reporting distances in driving directions. |
void |
setLengthAttributeName(java.lang.String value)
The name of the network attribute to be used for reporting travel distances. |
void |
setRoadClassAttributeName(java.lang.String value)
The name of the network attribute to be used for road classification. |
void |
setSignpostFeatureClassName(java.lang.String value)
The name of the feature class containing the signposts. |
void |
setSignpostStreetsTableName(java.lang.String value)
The name of the indexed table of signpost street references. |
void |
setTimeAttributeName(java.lang.String value)
The name of the network attribute to be used for reporting travel time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public NetworkDirections(EsriNetworkAttributeUnits defaultOutputLengthUnits, java.lang.String lengthAttributeName, java.lang.String timeAttributeName, java.lang.String roadClassAttributeName, java.lang.String signpostFeatureClassName, java.lang.String signpostStreetsTableName, javax.xml.bind.JAXBElement attributeMappings)
public NetworkDirections()
Method Detail |
---|
public EsriNetworkAttributeUnits getDefaultOutputLengthUnits()
EsriNetworkAttributeUnits
public void setDefaultOutputLengthUnits(EsriNetworkAttributeUnits value)
value
- allowed object is
EsriNetworkAttributeUnits
public java.lang.String getLengthAttributeName()
String
public void setLengthAttributeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeAttributeName()
String
public void setTimeAttributeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRoadClassAttributeName()
String
public void setRoadClassAttributeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSignpostFeatureClassName()
String
public void setSignpostFeatureClassName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSignpostStreetsTableName()
String
public void setSignpostStreetsTableName(java.lang.String value)
value
- allowed object is
String
public javax.xml.bind.JAXBElement getAttributeMappings()
JAXBElement
<
[]
>
public void setAttributeMappings(javax.xml.bind.JAXBElement value)
value
- allowed object is
JAXBElement
<
[]
>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |