Class InscribedCircle

java.lang.Object
org.apache.sedona.common.utils.InscribedCircle

public class InscribedCircle extends Object
  • Field Details

    • center

      public final org.locationtech.jts.geom.Geometry center
    • nearest

      public final org.locationtech.jts.geom.Geometry nearest
    • radius

      public final double radius
  • Constructor Details

    • InscribedCircle

      public InscribedCircle(org.locationtech.jts.geom.Geometry center, org.locationtech.jts.geom.Geometry nearest, double radius)
  • Method Details