Class EnvelopeClipper
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.EnvelopeClipper
-
public class EnvelopeClipper extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvelopeClipper(Envelope env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineSegment
clip(Coordinate p0, Coordinate p1)
-
-
-
Constructor Detail
-
EnvelopeClipper
public EnvelopeClipper(Envelope env)
-
-
Method Detail
-
clip
public LineSegment clip(Coordinate p0, Coordinate p1)
-
-