java.lang.Object
net.anwiba.spatial.osm.nominatim.schema.v01_0.Place

public class Place extends Object
  • Constructor Details

    • Place

      public Place()
  • Method Details

    • setPlace_id

      public void setPlace_id(Object place_id)
    • getPlace_id

      public Object getPlace_id()
    • setLicence

      public void setLicence(String licence)
    • getLicence

      public String getLicence()
    • setOsm_type

      public void setOsm_type(String osm_type)
    • getOsm_type

      public String getOsm_type()
    • setOsm_id

      public void setOsm_id(Object osm_id)
    • getOsm_id

      public Object getOsm_id()
    • setBoundingbox

      public void setBoundingbox(String[] boundingbox)
    • getBoundingbox

      public String[] getBoundingbox()
    • setLat

      public void setLat(String lat)
    • getLat

      public String getLat()
    • setLon

      public void setLon(String lon)
    • getLon

      public String getLon()
    • setDisplay_name

      public void setDisplay_name(String display_name)
    • getDisplay_name

      public String getDisplay_name()
    • setPlace_rank

      public void setPlace_rank(String place_rank)
    • getPlace_rank

      public String getPlace_rank()
    • setCategory

      public void setCategory(String category)
    • getCategory

      public String getCategory()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setImportance

      public void setImportance(Double importance)
    • getImportance

      public Double getImportance()
    • setAddress

      public void setAddress(Address address)
    • getAddress

      public Address getAddress()
    • setGeojson

      public void setGeojson(Geometry geojson)
    • getGeojson

      public Geometry getGeojson()
    • set

      public void set(String name, Object value)
    • get

      public Map<String,Object> get()