Class OSMLookupNameResult
- java.lang.Object
-
- com.openindex.openestate.tool.utils.geo.LookupNameResult
-
- com.openindex.openestate.tool.utils.geo.osm.OSMLookupNameResult
-
public class OSMLookupNameResult extends LookupNameResult
OSMLookupNameResult.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description StringextCityStringextCityDistrictStringextClassStringextCountyStringextHouseNrLongextOsmIdOSMTypeextOsmTypeLongextPlaceIdIntegerextPlaceRankStringextPostCodeStringextRoadStringextStateStringextStateDistrictStringextSuburbStringextTypeStringextVillage-
Fields inherited from class com.openindex.openestate.tool.utils.geo.LookupNameResult
countryCode, countryName, latitude, longitude
-
-
Constructor Summary
Constructors Constructor Description OSMLookupNameResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringwriteName()-
Methods inherited from class com.openindex.openestate.tool.utils.geo.LookupNameResult
writeCoordinates, writeDescription
-
-
-
-
Field Detail
-
extOsmId
public Long extOsmId
-
extOsmType
public OSMType extOsmType
-
extPlaceId
public Long extPlaceId
-
extPlaceRank
public Integer extPlaceRank
-
extClass
public String extClass
-
extType
public String extType
-
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:
writeNamein classLookupNameResult
-
-