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 CoordinategetCoordinate()static CoordinategetCoordinate(Polygon poly)static CoordinategetCoordinate(Polygon poly, Envelope constraint)static CoordinategetCoordinate(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()
-
-