Class MQPolySearchCriteria
Object
|
+--MQObject
|
+--MQSearchCriteria
|
+--MQPolySearchCriteria
-
Direct Known Subclasses:
-
MQCorridorSearchCriteria
- class
MQPolySearchCriteria
- extends MQSearchCriteria
Defines the criteria for a poly search based on a collection of
MQLatLngs
See:
Defined in mqobjects.js
m_LatLngs
<private> MQLatLngCollection m_LatLngs
Value to represent the MQLatLngCollection
MQPolySearchCriteria
MQPolySearchCriteria()
Constructs a new MQPolySearchCriteria object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
getShapePoints
MQLatLngCollection getShapePoints()
Returns the m_LatLngs 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.
setShapePoints
void setShapePoints(<MQLatLngCollection> latLngs)
Sets the m_LatLngs object.
Parameters:
latLngs - the MQLatLngCollection to set m_LatLngs to.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007