Uses of Class
org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
-
Packages that use VWLineSimplifier.VWVertex Package Description org.locationtech.jts.simplify Classes which implement algorithms for simplifying or generalizing geometries. -
-
Uses of VWLineSimplifier.VWVertex in org.locationtech.jts.simplify
Fields in org.locationtech.jts.simplify declared as VWLineSimplifier.VWVertex Modifier and Type Field Description private VWLineSimplifier.VWVertex
VWLineSimplifier.VWVertex. next
private VWLineSimplifier.VWVertex
VWLineSimplifier.VWVertex. prev
Methods in org.locationtech.jts.simplify that return VWLineSimplifier.VWVertex Modifier and Type Method Description static VWLineSimplifier.VWVertex
VWLineSimplifier.VWVertex. buildLine(Coordinate[] pts)
VWLineSimplifier.VWVertex
VWLineSimplifier.VWVertex. remove()
Methods in org.locationtech.jts.simplify with parameters of type VWLineSimplifier.VWVertex Modifier and Type Method Description void
VWLineSimplifier.VWVertex. setNext(VWLineSimplifier.VWVertex next)
void
VWLineSimplifier.VWVertex. setPrev(VWLineSimplifier.VWVertex prev)
private double
VWLineSimplifier. simplifyVertex(VWLineSimplifier.VWVertex vwLine)
-