|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.AutoMapCovSwitch
Stores map coverage switching parameters. Add this object to a Session to enable automatic map coverage switching for the session.
IntCollection| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
static int |
nDataVendorCode_AND
Deprecated. Use DataVendorCode.AND instead. |
static int |
nDataVendorCode_CA
Deprecated. Use DataVendorCode.CA instead. |
static int |
nDataVendorCode_CRITCHLOW
Deprecated. Use DataVendorCode.CRITCHLOW instead. |
static int |
nDataVendorCode_DMTI
Deprecated. Use DataVendorCode.DMTI instead. |
static int |
nDataVendorCode_ETAK
Deprecated. Use DataVendorCode.ETAK instead. |
static int |
nDataVendorCode_GDT
Deprecated. Use DataVendorCode.GDT instead. |
static int |
nDataVendorCode_LEADDOG
Deprecated. Use DataVendorCode.LEADDOG instead. |
static int |
nDataVendorCode_MQ
Deprecated. Use DataVendorCode.MQ instead. |
static int |
nDataVendorCode_NT
Deprecated. Use DataVendorCode.NT instead. |
static int |
nDataVendorCode_TA
Deprecated. Use DataVendorCode.TA instead. |
static int |
nDataVendorCode_TIGER
Deprecated. Use DataVendorCode.TIGER instead. |
static int |
nDataVendorCode_UNKNOWN
Deprecated. Use DataVendorCode.UNKNOWN instead. |
static int |
nDataVendorCode_VOYAGER
Deprecated. Use DataVendorCode.VOYAGER instead. |
static int |
nDataVendorCodeUsage_Exclude
Deprecated. Use DataVendorCode.USAGE_EXCLUDE instead. |
static int |
nDataVendorCodeUsage_Include
Deprecated. Use DataVendorCode.USAGE_INCLUDE instead. |
| 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 | |
AutoMapCovSwitch()
|
|
| 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. |
IntCollection |
getDataVendorCodes()
Returns a collection of map data vendor codes. |
long |
getDataVendorCodeUsage()
Gets the vendor name usage. |
java.lang.String |
getName()
Gets the name of the coverage switching rules being used. |
java.lang.String |
getStyle()
Gets the name of the style alias to be selected for the selected mapping coverage or blank for default. |
IntCollection |
getZoomLevels()
Returns a reference to the collection of zoom level scales. |
int |
hashCode()
Returns a hash code for this AutoMapCovSwitch. |
void |
init()
Initializes object. |
void |
setDataVendorCodeUsage(long nDataVendorCodeUsage)
Sets the data vendor code usage, which specifies how the vendor codes listed in getDataVendorCodes() are to be used. |
void |
setName(java.lang.String strName)
Sets the name of the coverage switching rules to use. |
void |
setStyle(java.lang.String strStyle)
Sets the name of the style alias to be selected for the selected mapping coverage or blank for default. |
| 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
public static final int nDataVendorCodeUsage_Include
DataVendorCode.USAGE_INCLUDE instead.
public static final int nDataVendorCodeUsage_Exclude
DataVendorCode.USAGE_EXCLUDE instead.
public static final int nDataVendorCode_UNKNOWN
DataVendorCode.UNKNOWN instead.
public static final int nDataVendorCode_NT
DataVendorCode.NT instead.
public static final int nDataVendorCode_GDT
DataVendorCode.GDT instead.
public static final int nDataVendorCode_DMTI
DataVendorCode.DMTI instead.
public static final int nDataVendorCode_MQ
DataVendorCode.MQ instead.
public static final int nDataVendorCode_CA
DataVendorCode.CA instead.
public static final int nDataVendorCode_TIGER
DataVendorCode.TIGER instead.
public static final int nDataVendorCode_ETAK
DataVendorCode.ETAK instead.
public static final int nDataVendorCode_TA
DataVendorCode.TA instead.
public static final int nDataVendorCode_AND
DataVendorCode.AND instead.
public static final int nDataVendorCode_VOYAGER
DataVendorCode.VOYAGER instead.
public static final int nDataVendorCode_CRITCHLOW
DataVendorCode.CRITCHLOW instead.
public static final int nDataVendorCode_LEADDOG
DataVendorCode.LEADDOG instead.
| Constructor Detail |
public AutoMapCovSwitch()
| Method Detail |
public void init()
init in class MQObjectpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic void setName(java.lang.String strName)
strName - Name of coverage switching rules to use.public java.lang.String getName()
public IntCollection getDataVendorCodes()
public void setDataVendorCodeUsage(long nDataVendorCodeUsage)
nDataVendorCodeUsage - a DataVendorCodeUsage_ flagpublic long getDataVendorCodeUsage()
public IntCollection getZoomLevels()
public java.lang.String getStyle()
public void setStyle(java.lang.String strStyle)
strStyle - Style Aliaspublic boolean equals(java.lang.Object otherObject)
equals in class MQObjectotherObject - the object to compare this AutoMapCovSwitch against.
public int hashCode()
hashCode in class MQObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||