Class OSMLookupCoordinatesResult
- java.lang.Object
-
- com.openindex.openestate.tool.utils.geo.LookupCoordinatesResult
-
- com.openindex.openestate.tool.utils.geo.osm.OSMLookupCoordinatesResult
-
public class OSMLookupCoordinatesResult extends LookupCoordinatesResult
OSMLookupCoordinatesResult.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description String
extCity
String
extCityDistrict
String
extCounty
String
extHouseNr
Long
extOsmId
OSMType
extOsmType
Long
extPlaceId
String
extPostCode
String
extRoad
String
extState
String
extStateDistrict
String
extSuburb
String
extVillage
-
Fields inherited from class com.openindex.openestate.tool.utils.geo.LookupCoordinatesResult
countryCode, countryName, latitude, longitude
-
-
Constructor Summary
Constructors Constructor Description OSMLookupCoordinatesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
writeName()
-
Methods inherited from class com.openindex.openestate.tool.utils.geo.LookupCoordinatesResult
writeCoordinates, writeDescription
-
-
-
-
Field Detail
-
extOsmId
public Long extOsmId
-
extOsmType
public OSMType extOsmType
-
extPlaceId
public Long extPlaceId
-
extCity
public String extCity
-
extCityDistrict
public String extCityDistrict
-
extCounty
public String extCounty
-
extHouseNr
public String extHouseNr
-
extPostCode
public String extPostCode
-
extRoad
public String extRoad
-
extState
public String extState
-
extStateDistrict
public String extStateDistrict
-
extSuburb
public String extSuburb
-
extVillage
public String extVillage
-
-
Method Detail
-
writeName
public String writeName()
- Overrides:
writeName
in classLookupCoordinatesResult
-
-