Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api | |
com.mapinfo.geocode.interactive |
Modifier and Type | Field and Description |
---|---|
static DistanceUnit |
GeocoderPreferences.DEFAULT_CORNER_OFFSET_UNITS
Default offset unit is meters
|
static DistanceUnit |
GeocoderPreferences.DEFAULT_DISTANCE_UNITS
Default reverse geocode search distance unit is meters
|
static DistanceUnit |
GeocoderPreferences.DEFAULT_STREET_OFFSET_UNITS
Default offset unit is meters
|
Modifier and Type | Method and Description |
---|---|
DistanceUnit |
GeocoderPreferences.getCornerOffsetUnits() |
DistanceUnit |
GeocoderPreferences.getDistanceUnits() |
DistanceUnit |
GeocoderPreferences.getStreetOffsetUnits() |
Modifier and Type | Method and Description |
---|---|
void |
GeocoderPreferences.setCornerOffsetUnits(DistanceUnit units) |
void |
GeocoderPreferences.setDistanceUnits(DistanceUnit LinearUnits) |
void |
GeocoderPreferences.setStreetOffsetUnits(DistanceUnit units) |
Modifier and Type | Method and Description |
---|---|
static DistanceUnit |
DistanceUnit.fromValue(String v)
This attempts to convert the string into a DistanceUnit.
|
static DistanceUnit |
DistanceUnit.fromValueWithDefault(String v)
This attempts to convert the string into a DistanceUnit.
|
DistanceUnit |
Preferences.getCornerOffsetUnits()
Units for the corner offset
|
DistanceUnit |
Distance.getDistanceUnits()
The units for the distance.
|
DistanceUnit |
Preferences.getDistanceUnits()
Units for the distance of the reverse geocode search distance defined with getDistance
|
DistanceUnit |
Preferences.getStreetOffsetUnits()
Units for the street offset
|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Preferences.setCornerOffsetUnits(DistanceUnit units)
Units for the corner offset
|
void |
Distance.setDistanceUnits(DistanceUnit units)
Set distance units
|
void |
Preferences.setDistanceUnits(DistanceUnit units)
Units for the distance of the reverse geocode search distance defined with setDistance
|
void |
Preferences.setStreetOffsetUnits(DistanceUnit units)
Units for the street offset
|
Modifier and Type | Field and Description |
---|---|
static DistanceUnit |
InteractivePreferences.DEFAULT_DISTANCE_UNITS
Default interactive search distance unit is MILES
|
Copyright © 2024. All rights reserved.