Class Feature

java.lang.Object
com.alibaba.fastjson2.support.geo.Geometry
com.alibaba.fastjson2.support.geo.Feature

public class Feature extends Geometry
Since:
1.2.68
  • Constructor Details

    • Feature

      public Feature()
  • Method Details

    • getGeometry

      public Geometry getGeometry()
    • setGeometry

      public void setGeometry(Geometry geometry)
    • getProperties

      public Map<String,String> getProperties()
    • setProperties

      public void setProperties(Map<String,String> properties)
    • getId

      public String getId()
    • setId

      public void setId(String id)