| Package | com.mapquest |
| Class | public class CorridorSearchCriteria |
| Inheritance | CorridorSearchCriteria PolySearchCriteria SearchCriteria MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new CorridorSearchCriteria object.
| CorridorSearchCriteria | ||
|
getClassName():String
Returns the text name of this class.
| CorridorSearchCriteria | ||
|
getCorrExactLinks():Boolean
Returns the exactLinks-whether to use generalization in determining corridor
| CorridorSearchCriteria | ||
|
getCorridorBufferWidth(lUnits:DistanceUnits):Number
Returns the width of the corridor buffer which defines the extent of the
generalization.
| CorridorSearchCriteria | ||
|
getCorridorWidth(lUnits:DistanceUnits):Number
Returns the width of the corridor which defines the extent of the search
area.
| CorridorSearchCriteria | ||
![]() |
getMaxMatches():int
Gets the data member of this object which indicates the maximum number
of matches that are to be returned by the search.
| SearchCriteria | |
|
getObjectVersion():Number
Returns the version of this class.
| CorridorSearchCriteria | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Returns the m_LatLngs object.
| PolySearchCriteria | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| PolySearchCriteria | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
Build xml that represents this object.
| PolySearchCriteria | |
|
setCorrExactLinks(bExactLinks:Boolean):void
Sets exactLinks-whether to use generalization in determining corridor
| CorridorSearchCriteria | ||
|
setCorridorBufferWidth(dBufferWidth:Number, lUnits:DistanceUnits):void
Sets the buffer width which defines the amount to generalize.
| CorridorSearchCriteria | ||
|
setCorridorWidth(dCorrWidth:Number, lUnits:DistanceUnits):void
Sets the Corridor width (miles) which defines the extent of the search
area.
| CorridorSearchCriteria | ||
![]() |
setMaxMatches(nMax:int):void
Sets the data member of this object which indicates the maximum number
of matches that are to be returned by the search.
| SearchCriteria | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setShapePoints(latLngs:LatLngCollection):void
Sets the m_LatLngs object.
| PolySearchCriteria | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| CorridorSearchCriteria | () | constructor |
public function CorridorSearchCriteria()Constructs a new CorridorSearchCriteria object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getCorrExactLinks | () | method |
public function getCorrExactLinks():BooleanReturns the exactLinks-whether to use generalization in determining corridor
ReturnsBoolean — The exactLinks-whether to use generalization in determining corridor
|
| getCorridorBufferWidth | () | method |
public function getCorridorBufferWidth(lUnits:DistanceUnits):NumberReturns the width of the corridor buffer which defines the extent of the generalization.
ParameterslUnits:DistanceUnits — lUnits DistanceUnits Miles or KiloMeters
|
Number — The width of the corridor buffer which defines the extent of
the generalization.
|
| getCorridorWidth | () | method |
public function getCorridorWidth(lUnits:DistanceUnits):NumberReturns the width of the corridor which defines the extent of the search area.
ParameterslUnits:DistanceUnits — lUnits The DistanceUnits Miles or KiloMeters
|
Number — The width of the corridor which defines the extent of
the search area.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setCorrExactLinks | () | method |
public function setCorrExactLinks(bExactLinks:Boolean):voidSets exactLinks-whether to use generalization in determining corridor
ParametersbExactLinks:Boolean — bExactLinks Enables/disables generalization in the server.
|
| setCorridorBufferWidth | () | method |
public function setCorridorBufferWidth(dBufferWidth:Number, lUnits:DistanceUnits):voidSets the buffer width which defines the amount to generalize. Returns the width it was set to.
ParametersdBufferWidth:Number — dBufferWidth The corridor buffer that this object is to be
set to.
|
|
lUnits:DistanceUnits — lUnits The DistanceUnits Miles or KiloMeters.
|
| setCorridorWidth | () | method |
public function setCorridorWidth(dCorrWidth:Number, lUnits:DistanceUnits):voidSets the Corridor width (miles) which defines the extent of the search area. Returns the width it was set to.
ParametersdCorrWidth:Number — {Double} dCorrWidth The corridor width that this object is to be set to.
|
|
lUnits:DistanceUnits — {DistanceUnits} lUnits DistanceUnits Miles or KiloMeters.
|