Class MQPolygonFeature
Object
|
+--MQObject
|
+--MQFeature
|
+--MQPointFeature
|
+--MQPolygonFeature
-
Direct Known Subclasses:
-
MQLineFeature
- class
MQPolygonFeature
- extends MQPointFeature
See:
Defined in mqobjects.js
|
Constructor Summary |
MQPolygonFeature
()
Constructs a new MQPolygonFeature object.
|
| Methods inherited from class MQFeature |
getDistance, setDistance, getName, setName, getSourceLayerName, setSourceLayerName, getKey, setKey, setGEFID, getGEFID, setDT, getDT
|
m_LatLngs
<private> MQLatLngCollection m_LatLngs
Value to represent the MQLatLngCollection
m_Points
<private> MQPointCollection m_Points
Value to represent the MQPointCollection
MQPolygonFeature
MQPolygonFeature()
Constructs a new MQPolygonFeature object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getLatLngs
MQLatLngCollection getLatLngs()
Returns the m_LatLngs object.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
getPoints
MQPointCollection getPoints()
Returns the m_Points object.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
setLatLngs
void setLatLngs(<MQLatLngCollection> latLngs)
Sets the m_LatLngs object.
Parameters:
latLngs - the MQLatLngCollection to set m_LatLngs to.
setPoints
void setPoints(<MQPointCollection> pts)
Sets the m_Points object.
Parameters:
pts - the MQPointCollection to set m_Points to.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007