|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.FeatureSpecifier
Describes FeatureSpecifier annotations to be placed on the map. The FeatureSpecifier is converted into latitude/longitude points so it can be placed in the same geographical location after the map is manipulated.
FeatureSpeciferAttributeType| 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 | |
FeatureSpecifier()
Default constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
FeatureSpeciferAttributeType |
getAttributeType()
Get attribute type member of the FeatureSpecifier. |
java.lang.String |
getAttributeValue()
Get attribute value member of the FeatureSpecifier. |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
int |
hashCode()
Returns a hash code for this FeatureSpecifier. |
void |
init()
Initializes object. |
void |
setAttributeType(FeatureSpeciferAttributeType lType)
Set attribute type member of the FeatureSpecifier. |
void |
setAttributeValue(java.lang.String szValue)
Set attribute value member of the FeatureSpecifier. |
| 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 FeatureSpecifier()
| Method Detail |
public void init()
init in class MQObjectpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic FeatureSpeciferAttributeType getAttributeType()
public void setAttributeType(FeatureSpeciferAttributeType lType)
lType - the new Attribute Type of this feature specifierpublic java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String szValue)
szValue - The new Attribute Valuepublic boolean equals(java.lang.Object otherObject)
equals in class MQObjectotherObject - the object to compare this FeatureSpecifier against.
public int hashCode()
hashCode in class MQObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||