Package org.apache.sedona.common.utils
Class InscribedCircle
java.lang.Object
org.apache.sedona.common.utils.InscribedCircle
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInscribedCircle(org.locationtech.jts.geom.Geometry center, org.locationtech.jts.geom.Geometry nearest, double radius) -
Method Summary
-
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