Uses of Interface
micycle.pgs.commons.DiscreteCurveEvolution.DCETerminationCallback
Packages that use DiscreteCurveEvolution.DCETerminationCallback
Package
Description
Processing Geometry Suite is a software project that provides easy access to
geometric algorithms in the form of a Processing library.
The commons package contains all non-core PGS classes (of varying authorship
and either not worth putting in separate package or too long to include
within the calling PGS method itself).
-
Uses of DiscreteCurveEvolution.DCETerminationCallback in micycle.pgs
Methods in micycle.pgs with parameters of type DiscreteCurveEvolution.DCETerminationCallbackModifier and TypeMethodDescriptionstatic processing.core.PShape
PGS_Morphology.simplifyDCE
(processing.core.PShape shape, DiscreteCurveEvolution.DCETerminationCallback terminationCallback) Simplifies a shape via Discrete Curve Evolution. -
Uses of DiscreteCurveEvolution.DCETerminationCallback in micycle.pgs.commons
Methods in micycle.pgs.commons with parameters of type DiscreteCurveEvolution.DCETerminationCallbackModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Coordinate[]
DiscreteCurveEvolution.process
(org.locationtech.jts.geom.LineString lineString, DiscreteCurveEvolution.DCETerminationCallback terminationCallback) Applies the Discrete Curve Evolution (DCE) algorithm to a given polygonal curve defined by aLineString
.