Package org.locationtech.jts.triangulate
Interface ConstraintVertexFactory
-
public interface ConstraintVertexFactory
An interface for factories which create aConstraintVertex
- Author:
- Martin Davis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstraintVertex
createVertex(Coordinate p, Segment constraintSeg)
-
-
-
Method Detail
-
createVertex
ConstraintVertex createVertex(Coordinate p, Segment constraintSeg)
-
-