|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.BaseDTStyle
This is the base class for the DTStyle and DTStyleEx objects.
DTStyle,
DTStyleEx| Field Summary | |
static int |
DT_NULL
Defines a NULL DT. |
| Fields inherited from class com.mapquest.MQObject |
CLASS_ID, CLASS_NAME, DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION |
| Constructor Summary | |
BaseDTStyle()
Default Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
int |
getDT()
Get the Display Type |
long |
getHighScale()
Get the Maximum Scale for this Display Type. |
long |
getLowScale()
Get the Minimum Scale for this Display Type. |
int |
hashCode()
Returns a hash code for this BaseDTStyle. |
void |
init()
Initializes object. |
void |
setDT(int nDT)
Set the Display Type |
void |
setHighScale(long lHighScale)
Set the Maximum Scale for this Display Type. |
void |
setLowScale(long lLowScale)
Set the Minimum Scale for this Display Type. |
| Methods inherited from class com.mapquest.MQObject |
clone, getClassId, getClassName, 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 DT_NULL
| Constructor Detail |
public BaseDTStyle()
| Method Detail |
public void init()
init in class MQObjectpublic void setLowScale(long lLowScale)
lLowScale - The minimum scale for this Display Typepublic long getLowScale()
public void setHighScale(long lHighScale)
lHighScale - The maximum scale for this Display Typepublic long getHighScale()
public boolean equals(java.lang.Object otherObject)
equals in class MQObjectotherObject - the object to compare this BaseDTStyle against.
public int hashCode()
hashCode in class MQObjectpublic void setDT(int nDT)
nDT - The Display Typepublic int getDT()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||