Uses of Class
org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
Packages that use VWLineSimplifier.VWVertex
Package
Description
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.VWVertexModifier and TypeFieldDescriptionprivate VWLineSimplifier.VWVertexVWLineSimplifier.VWVertex.nextprivate VWLineSimplifier.VWVertexVWLineSimplifier.VWVertex.prevMethods in org.locationtech.jts.simplify that return VWLineSimplifier.VWVertexModifier and TypeMethodDescriptionstatic VWLineSimplifier.VWVertexVWLineSimplifier.VWVertex.buildLine(Coordinate[] pts) VWLineSimplifier.VWVertex.remove()Methods in org.locationtech.jts.simplify with parameters of type VWLineSimplifier.VWVertexModifier and TypeMethodDescriptionvoidVWLineSimplifier.VWVertex.setNext(VWLineSimplifier.VWVertex next) voidVWLineSimplifier.VWVertex.setPrev(VWLineSimplifier.VWVertex prev) private doubleVWLineSimplifier.simplifyVertex(VWLineSimplifier.VWVertex vwLine)