|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MatchType
Constants to specify the type of geocode results wanted.
| Field Summary | |
static MatchType |
AA1
Match Admin - Country |
static MatchType |
AA2
Match Admin - Division |
static MatchType |
AA3
Match Admin - State |
static MatchType |
AA4
Match Admin - County |
static MatchType |
AA5
Match Admin - City |
static MatchType |
AA6
Match Admin - Division (rarely used) |
static MatchType |
AA7
Match Admin - smallest division (rarely used) |
static MatchType |
BLOCK
Match Block |
static MatchType |
INTR
Match Intersection |
static MatchType |
LOC
Match Location |
static MatchType |
MT_AA1
Deprecated. Use AA1 instead. |
static MatchType |
MT_AA2
Deprecated. Use AA2 instead. |
static MatchType |
MT_AA3
Deprecated. Use AA3 instead. |
static MatchType |
MT_AA4
Deprecated. Use AA4 instead. |
static MatchType |
MT_AA5
Deprecated. Use AA5 instead. |
static MatchType |
MT_AA6
Deprecated. Use AA6 instead. |
static MatchType |
MT_AA7
Deprecated. Use AA7 instead. |
static MatchType |
MT_BLOCK
Deprecated. Use BLOCK instead. |
static MatchType |
MT_INTR
Deprecated. Use INTR instead. |
static MatchType |
MT_LOC
Deprecated. Use LOC instead. |
static MatchType |
MT_NEARBLK
Deprecated. Use NEARBLK instead. |
static MatchType |
MT_PC1
Deprecated. Use PC1 instead. |
static MatchType |
MT_PC2
Deprecated. Use PC2 instead. |
static MatchType |
MT_PC3
Deprecated. Use PC3 instead. |
static MatchType |
MT_PC4
Deprecated. Use PC4 instead. |
static MatchType |
MT_POI
Deprecated. Use POI instead. |
static MatchType |
MT_REPBLK
Deprecated. Use REPBLK instead. |
static MatchType |
NEARBLK
Match Block - Nearest numbered |
static MatchType |
PC1
Match Postal - Zip |
static MatchType |
PC2
Match Postal |
static MatchType |
PC3
Match Postal |
static MatchType |
PC4
Match Postal |
static MatchType |
POI
Match POI |
static MatchType |
REPBLK
Match Block - Representative (Centroid) |
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static MatchType |
from_int(int value)
Deprecated. Use fromInt instead. |
static MatchType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this MatchType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final MatchType MT_LOC
LOC instead.
public static final MatchType MT_INTR
INTR instead.
public static final MatchType MT_NEARBLK
NEARBLK instead.
public static final MatchType MT_REPBLK
REPBLK instead.
public static final MatchType MT_BLOCK
BLOCK instead.
public static final MatchType MT_AA1
AA1 instead.
public static final MatchType MT_AA2
AA2 instead.
public static final MatchType MT_AA3
AA3 instead.
public static final MatchType MT_AA4
AA4 instead.
public static final MatchType MT_AA5
AA5 instead.
public static final MatchType MT_AA6
AA6 instead.
public static final MatchType MT_AA7
AA7 instead.
public static final MatchType MT_PC1
PC1 instead.
public static final MatchType MT_PC2
PC2 instead.
public static final MatchType MT_PC3
PC3 instead.
public static final MatchType MT_PC4
PC4 instead.
public static final MatchType MT_POI
POI instead.
public static final MatchType LOC
public static final MatchType INTR
public static final MatchType NEARBLK
public static final MatchType REPBLK
public static final MatchType BLOCK
public static final MatchType AA1
public static final MatchType AA2
public static final MatchType AA3
public static final MatchType AA4
public static final MatchType AA5
public static final MatchType AA6
public static final MatchType AA7
public static final MatchType PC1
public static final MatchType PC2
public static final MatchType PC3
public static final MatchType PC4
public static final MatchType POI
| Method Detail |
public java.lang.String toString()
public int intValue()
public static MatchType fromInt(int value)
public static MatchType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this MatchType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||