| Package | com.mapquest |
| Class | public class LinePrimitive |
| Inheritance | LinePrimitive Primitive MQObject |
| Subclasses | PolygonPrimitive |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new LinePrimitive object.
| LinePrimitive | ||
|
getClassName():String
Returns the text name of this class.
| LinePrimitive | ||
|
Gets the m_Color
| LinePrimitive | ||
![]() |
Gets the CoordinateType
| Primitive | |
![]() |
Gets the DrawTrigger
| Primitive | |
![]() |
getKey():String
Gets the key.
| Primitive | |
|
Gets the m_LLArray
| LinePrimitive | ||
|
getObjectVersion():Number
Returns the version of this class.
| LinePrimitive | ||
![]() |
getOpacity():String
Gets the Opacity.
| Primitive | |
|
Gets the m_XYArray
| LinePrimitive | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Gets the m_Style
| LinePrimitive | ||
|
getWidth():int
Returns the value representing the width of this object.
| LinePrimitive | ||
![]() |
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.
| LinePrimitive | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| LinePrimitive | ||
|
setColor(obj:ColorStyle):void
Sets the m_Color
| LinePrimitive | ||
![]() |
setCoordinateType(dt:CoordinateType):void
Sets the CoordinateType
| Primitive | |
![]() |
setDrawTrigger(dt:DrawTrigger):void
Sets the DrawTrigger
| Primitive | |
![]() |
setKey(strKey:String):void
Sets the key.
| Primitive | |
|
setLatLngs(obj:LatLngCollection):void
Sets the m_LLArray
| LinePrimitive | ||
![]() |
setOpacity(strOpacity:String):void
Sets the Opacity.
| Primitive | |
|
setPoints(obj:PointCollection):void
Sets the m_XYArray
| LinePrimitive | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
Sets the m_Style
| LinePrimitive | ||
|
setWidth(width:int):void
Sets the value representing the width of this object.
| LinePrimitive | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| LinePrimitive | () | constructor |
public function LinePrimitive()Constructs a new LinePrimitive object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getColor | () | method |
| getLatLngs | () | method |
public function getLatLngs():LatLngCollectionGets the m_LLArray
ReturnsLatLngCollection —
The m_LLArray object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getPoints | () | method |
public function getPoints():PointCollectionGets the m_XYArray
ReturnsPointCollection —
The m_XYArray object.
|
| getStyle | () | method |
| getWidth | () | method |
public function getWidth():intReturns the value representing the width of this object.
Returnsint — The Width of this object.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|
| setColor | () | method |
public function setColor(obj:ColorStyle):voidSets the m_Color
Parametersobj:ColorStyle — obj the ColorStyle to set m_Color to.
|
| setLatLngs | () | method |
public function setLatLngs(obj:LatLngCollection):voidSets the m_LLArray
Parametersobj:LatLngCollection — obj the LatLngCollection to set m_LLArray to.
|
| setPoints | () | method |
public function setPoints(obj:PointCollection):voidSets the m_XYArray
Parametersobj:PointCollection — obj the PointCollection to set m_XYArray to.
|
| setStyle | () | method |
public function setStyle(obj:PenStyle):voidSets the m_Style
Parametersobj:PenStyle — obj the PenStyle to set m_Style to.
|
| setWidth | () | method |
public function setWidth(width:int):voidSets the value representing the width of this object.
Parameterswidth:int — width The new Width to be assigned to this object.
|