Class Geometry

java.lang.Object
com.alibaba.fastjson2.support.geo.Geometry
Direct Known Subclasses:
Feature, FeatureCollection, GeometryCollection, LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon

public abstract class Geometry extends Object
Since:
1.2.68
  • Constructor Details

    • Geometry

      protected Geometry(String type)
  • Method Details

    • getType

      public String getType()
    • getBbox

      public double[] getBbox()
    • setBbox

      public void setBbox(double[] bbox)