JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.locationtech.jts.triangulate
ConstraintVertexFactory
Contents
Description
Method Summary
Method Details
createVertex(Coordinate, Segment)
Hide sidebar
Show sidebar
Interface ConstraintVertexFactory
public interface
ConstraintVertexFactory
An interface for factories which create a
ConstraintVertex
Author:
Martin Davis
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ConstraintVertex
createVertex
(
Coordinate
p,
Segment
constraintSeg)
Method Details
createVertex
ConstraintVertex
createVertex
(
Coordinate
p,
Segment
constraintSeg)