Class MQDTFeatureStyleEx
Object
|
+--MQObject
|
+--MQBaseDTStyle
|
+--MQDTStyleEx
|
+--MQDTFeatureStyleEx
- class
MQDTFeatureStyleEx
- extends MQDTStyleEx
Contains the appearance characteristics of all features for a given
display type. These characteristics include the icon name, icon type
(Raster or Metafile), icon visible, label visible, low scale index,
and high scale index. The scale indexes indicate the range of map
scales at which the display type style applies. If the user desires
to create his own icon, it must be a .BMP, which is a raster image.
The MQDTFeatureStyleEx class is very similar to DTStyleEx, but lets
developers specify what map features to override by providing its
name or unique ID (GEF ID) within a map data set.
See:
Defined in mqobjects.js
m_Col
<private> MQFeatureSpecifierCollection m_Col
Value to represent Feature Specifier Collection
MQDTFeatureStyleEx
MQDTFeatureStyleEx()
Constructs a new MQDTFeatureStyleEx object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getFeatureSpecifiers
MQFeatureSpecifierCollection getFeatureSpecifiers()
Returns the m_Col object.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
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.
setFeatureSpecifiers
void setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)
Parameters:
col - the MQFeatureSpecifierCollection to set m_Col to.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007