| Package | com.mapquest |
| Class | public class AutoGeocodeCovSwitch |
| Inheritance | AutoGeocodeCovSwitch MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new AutoGeocodeCovSwitch.
| AutoGeocodeCovSwitch | ||
|
getClassName():String
Returns the text name of this class.
| AutoGeocodeCovSwitch | ||
|
getMaxMatches():Number
Gets the maximum matches to be returned for this object.
| AutoGeocodeCovSwitch | ||
|
getName():String
Gets the name of the Geocode coverage switching rules being used.
| AutoGeocodeCovSwitch | ||
|
getObjectVersion():Number
Returns the version of this class.
| AutoGeocodeCovSwitch | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
setMaxMatches(lMaxMatches:Number):void
Sets the maximum matches to be returned for this object.
| AutoGeocodeCovSwitch | ||
|
setName(strName:String):void
Sets the name of the Geocode coverage switching rules to use.
| AutoGeocodeCovSwitch | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| AutoGeocodeCovSwitch | () | constructor |
public function AutoGeocodeCovSwitch()Constructs a new AutoGeocodeCovSwitch.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getMaxMatches | () | method |
public function getMaxMatches():NumberGets the maximum matches to be returned for this object.
ReturnsNumber — The max matches for this object
|
| getName | () | method |
public function getName():StringGets the name of the Geocode coverage switching rules being used.
ReturnsString — The value of Name
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setMaxMatches | () | method |
public function setMaxMatches(lMaxMatches:Number):voidSets the maximum matches to be returned for this object.
ParameterslMaxMatches:Number — matches for this object
|
| setName | () | method |
public function setName(strName:String):voidSets the name of the Geocode coverage switching rules to use. Names of coverage switching rules are defined in the mqserver.ini file.
ParametersstrName:String — strName Name of coverage switching rules to use.
|