|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.BaseDTStyle
com.mapquest.DTFeatureStyleEx
Contains the appearance characteristics of all features for a given 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 DTFeatureStyleEx 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.
FeatureSpecifierCollection| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
| Fields inherited from class com.mapquest.BaseDTStyle |
DT_NULL |
| Fields inherited from class com.mapquest.MQObject |
DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION |
| Constructor Summary | |
DTFeatureStyleEx()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
FeatureSpecifierCollection |
getFeatureSpecifiers()
Get the FeatureSpecifierList. |
java.lang.String |
getStyleString()
|
int |
hashCode()
Returns a hash code for this DTFeatureStyleEx. |
void |
init()
Initializes object. |
void |
setFeatureSpecifiers(FeatureSpecifierCollection newColl)
Set the FeatureSpecifierList. |
void |
setStyleString(java.lang.String newString)
Set the Style String for this Display Type. |
| Methods inherited from class com.mapquest.BaseDTStyle |
getDT, getHighScale, getLowScale, setDT, setHighScale, setLowScale |
| Methods inherited from class com.mapquest.MQObject |
clone, getFormat, getIdWithVersion, getNameWithVersion, getObjectVersion, getTypeId, getTypeName, getVerboseConsoleOutput, setFormat, setObjectVersion, setVerboseConsoleOutput, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CLASS_ID
public static final java.lang.String CLASS_NAME
| Constructor Detail |
public DTFeatureStyleEx()
| Method Detail |
public void init()
init in class BaseDTStylepublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic java.lang.String getStyleString()
public void setStyleString(java.lang.String newString)
newString - The Style String for this Display Typepublic FeatureSpecifierCollection getFeatureSpecifiers()
public void setFeatureSpecifiers(FeatureSpecifierCollection newColl)
newColl - new FeatureSpecifier Collectionpublic boolean equals(java.lang.Object otherObject)
equals in class BaseDTStyleotherObject - the object to compare this DTFeatureStyleEx against.
public int hashCode()
hashCode in class BaseDTStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||