|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.MQObjectCollection
com.mapquest.CoverageStyle
A collection of DTStyle objects. DTStyle objects contain information necessary to display various features on a map.
BaseDTStyle| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
| 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 | |
CoverageStyle()
Default constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
BaseDTStyle |
getAt(int index)
Returns the element at the specified position in this collection. |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
java.lang.String |
getName()
Returns the name of the CoverageStyle. |
int |
hashCode()
Returns a hash code for this CoverageStyle. |
void |
init()
Initializes object. |
void |
setName(java.lang.String strName)
Sets the name of the CoverageStyle. |
| Methods inherited from class com.mapquest.MQObjectCollection |
add, append, get, getSize, remove, removeAll, removeAt |
| 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 CoverageStyle()
| Method Detail |
public void init()
init in class MQObjectCollectionpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic BaseDTStyle getAt(int index)
index - index of element to return.
MQObjectCollection.get(int)public void setName(java.lang.String strName)
strName - The name to which the CoverageStyle is to be set.public java.lang.String getName()
public boolean equals(java.lang.Object otherObject)
equals in class MQObjectCollectionotherObject - the object to compare this CoverageStyle against.
public int hashCode()
hashCode in class MQObjectCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||