| Package | com.mapquest |
| Class | public class BestFit |
| Inheritance | BestFit MapCommand MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
BestFit()
Constructs a new BestFit object.
| BestFit | ||
|
getClassName():String
Returns the text name of this class.
| BestFit | ||
|
Returns the m_DisplayTypes collection.
| BestFit | ||
|
getIncludePrimitives():Boolean
Gets the IncludePrimitives flag
| BestFit | ||
|
getKeepCenter():Boolean
Gets the KeepCenter flag
| BestFit | ||
|
getObjectVersion():Number
Returns the version of this class.
| BestFit | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getScaleAdjustmentFactor():Number
Returns the ScaleAdjustmentFactor of this object.
| BestFit | ||
|
getSnapToZoomLevel():Boolean
Gets the SnapToZoomLevel flag
| BestFit | ||
![]() |
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.
| BestFit | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build an xml string that represents this object.
| BestFit | ||
|
setDisplayTypes(col:DTCollection):void
Sets the m_DisplayTypes collection.
| BestFit | ||
![]() |
Sets the m_Col object.
| MapCommand | |
|
setIncludePrimitives(bFlag:Boolean):void
Sets the IncludePrimitives flag.
| BestFit | ||
|
setKeepCenter(bFlag:Boolean):void
Sets the KeepCenter flag.
| BestFit | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setScaleAdjustmentFactor(val:Number):void
Sets the ScaleAdjustmentFactor of this object.
| BestFit | ||
|
setSnapToZoomLevel(bFlag:Boolean):void
Sets the SnapToZoomLevel flag.
| BestFit | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| BestFit | () | constructor |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDisplayTypes | () | method |
public function getDisplayTypes():DTCollectionReturns the m_DisplayTypes collection.
ReturnsDTCollection —
The m_DisplayTypes collection.
|
| getIncludePrimitives | () | method |
public function getIncludePrimitives():BooleanGets the IncludePrimitives flag
ReturnsBoolean — true if a IncludePrimitives = 1, false otherwise.
|
| getKeepCenter | () | method |
public function getKeepCenter():BooleanGets the KeepCenter flag
ReturnsBoolean — true if a KeepCenter = 1, false otherwise.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getScaleAdjustmentFactor | () | method |
public function getScaleAdjustmentFactor():NumberReturns the ScaleAdjustmentFactor of this object.
ReturnsNumber — The new ScaleAdjustmentFactor of this object.
|
| getSnapToZoomLevel | () | method |
public function getSnapToZoomLevel():BooleanGets the SnapToZoomLevel flag
ReturnsBoolean — true if a SnapToZoomLevel = 1, false otherwise.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — strXml the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild an xml string that represents this object.
ReturnsXML — The xml string.
|
| setDisplayTypes | () | method |
public function setDisplayTypes(col:DTCollection):voidSets the m_DisplayTypes collection.
Parameterscol:DTCollection — col The collection to set m_DisplayTypes to.
|
| setIncludePrimitives | () | method |
public function setIncludePrimitives(bFlag:Boolean):voidSets the IncludePrimitives flag.
ParametersbFlag:Boolean — bFlag The IncludePrimitives flag
|
| setKeepCenter | () | method |
public function setKeepCenter(bFlag:Boolean):voidSets the KeepCenter flag.
ParametersbFlag:Boolean — bFlag The KeepCenter flag
|
| setScaleAdjustmentFactor | () | method |
public function setScaleAdjustmentFactor(val:Number):voidSets the ScaleAdjustmentFactor of this object.
Parametersval:Number — val The new ScaleAdjustmentFactor of this object.
|
| setSnapToZoomLevel | () | method |
public function setSnapToZoomLevel(bFlag:Boolean):voidSets the SnapToZoomLevel flag.
ParametersbFlag:Boolean — bFlag The SnapToZoomLevel flag
|