|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.GeocodeOptions
Class for specifying geocode parameters.
MatchType,
QualityType| 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 | |
GeocodeOptions()
Default constructor. |
|
GeocodeOptions(QualityType qt,
long mm,
MatchType mt)
Constructor used to initialize the members. |
|
GeocodeOptions(QualityType qt,
long mm,
MatchType mt,
java.lang.String cn)
Constructor used to initialize the members. |
|
| 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. |
java.lang.String |
getCoverageName()
Gets the name of the coverage that this option applies to |
MatchType |
getMatchType()
Gets the MatchType for this object. |
long |
getMaxMatches()
Gets the maximum matches to be returned for this object. |
QualityType |
getQualityType()
Gets the QualityType set for this object. |
int |
hashCode()
Returns a hash code for this GeocodeOptions. |
void |
init()
Initializes object. |
void |
setCoverageName(java.lang.String covName)
Sets the name of the coverage that this option applies to |
void |
setMatchType(MatchType lMatchType)
Sets the MatchType for this object. |
void |
setMaxMatches(long lMaxMatches)
Sets the maximum matches to be returned for this object. |
void |
setQualityType(QualityType lQualityType)
Sets the QualityType set for this object. |
| 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 GeocodeOptions()
public GeocodeOptions(QualityType qt,
long mm,
MatchType mt)
public GeocodeOptions(QualityType qt,
long mm,
MatchType mt,
java.lang.String cn)
| Method Detail |
public void init()
init in class MQObjectpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObjectpublic QualityType getQualityType()
public void setQualityType(QualityType lQualityType)
lQualityType - QualityType for this object.public long getMaxMatches()
public void setMaxMatches(long lMaxMatches)
lMaxMatches - max matches for this objectpublic MatchType getMatchType()
public void setMatchType(MatchType lMatchType)
lMatchType - MatchType for this objectpublic java.lang.String getCoverageName()
public void setCoverageName(java.lang.String covName)
covName - The name of the coveragepublic boolean equals(java.lang.Object otherObject)
equals in class MQObjectotherObject - the object to compare this GeocodeOptions against.
public int hashCode()
hashCode in class MQObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||