Class ConstrainedInteriorPoint
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPoint
-
public class ConstrainedInteriorPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstrainedInteriorPoint(Polygon poly)
ConstrainedInteriorPoint(Polygon poly, Envelope constraint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate
getCoordinate()
static Coordinate
getCoordinate(Polygon poly)
static Coordinate
getCoordinate(Polygon poly, Envelope constraint)
static Coordinate
getCoordinate(Polygon poly, Geometry constraint)
-
-
-
Method Detail
-
getCoordinate
public static Coordinate getCoordinate(Polygon poly)
-
getCoordinate
public static Coordinate getCoordinate(Polygon poly, Envelope constraint)
-
getCoordinate
public static Coordinate getCoordinate(Polygon poly, Geometry constraint)
-
getCoordinate
public Coordinate getCoordinate()
-
-