Class OSMLookupPostalResult
- java.lang.Object
-
- com.openindex.openestate.tool.utils.geo.LookupPostalResult
-
- com.openindex.openestate.tool.utils.geo.osm.OSMLookupPostalResult
-
public class OSMLookupPostalResult extends LookupPostalResult
OSMLookupPostalResult.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description Double[]
extBoundingBox
String
extClass
String
extCountry
Long
extOsmId
OSMType
extOsmType
Long
extPlaceId
Integer
extPlaceRank
String
extState
String
extStateDistrict
String
extType
-
Fields inherited from class com.openindex.openestate.tool.utils.geo.LookupPostalResult
countryCode, latitude, longitude, postalCode
-
-
Constructor Summary
Constructors Constructor Description OSMLookupPostalResult()
-
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.LookupPostalResult
writeCoordinates, writeDescription
-
-
-
-
Field Detail
-
extOsmId
public Long extOsmId
-
extOsmType
public OSMType extOsmType
-
extPlaceId
public Long extPlaceId
-
extPlaceRank
public Integer extPlaceRank
-
extBoundingBox
public Double[] extBoundingBox
-
extClass
public String extClass
-
extType
public String extType
-
extState
public String extState
-
extStateDistrict
public String extStateDistrict
-
extCountry
public String extCountry
-
-
Method Detail
-
writeName
public String writeName()
- Overrides:
writeName
in classLookupPostalResult
-
-