Class MQFeatureSpecifier
Object
|
+--MQObject
|
+--MQFeatureSpecifier
- class
MQFeatureSpecifier
- extends MQObject
Describes FeatureSpecifier annotations to be placed on the map. The FeatureSpecifier is
converted into latitude/longitude points so it can be placed in the
same geographical location after the map is manipulated.
See:
Defined in mqobjects.js
m_Type
<private> MQFeatureSpeciferAttributeType m_Type
Value to represent the Feature Specifer Attribute Type to be used
MQFeatureSpecifier
MQFeatureSpecifier()
Constructs a new MQFeatureSpecifier object.
getAttributeType
MQFeatureSpeciferAttributeType getAttributeType()
Gets the Feature Specifer Attribute Type.
getAttributeValue
String getAttributeValue()
Get attribute value member of the FeatureSpecifier.
Returns:
The new value member of the FeatureSpecifier.
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.
setAttributeType
void setAttributeType(<MQFeatureSpeciferAttributeType> obj)
Sets the Feature Specifer Attribute Type.
Parameters:
obj - The MQFeatureSpeciferAttributeType to set m_Type to.
setAttributeValue
void setAttributeValue(<String> val)
Set attribute value member of the FeatureSpecifier.
Parameters:
val - The value member of the FeatureSpecifier.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007