Uses of Interface
org.tinfour.common.IPolyline
-
Packages that use IPolyline Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project.org.tinfour.utils Provides both high-level and general utilities for using the Tinfour packages. -
-
Uses of IPolyline in org.tinfour.common
Subinterfaces of IPolyline in org.tinfour.common Modifier and Type Interface Description interfaceIConstraintDefines the interface for constraints that can be added to instances of the Incremental TIN classes.Classes in org.tinfour.common that implement IPolyline Modifier and Type Class Description classLinearConstraintAn implementation of the IConstraint interface intended to store constraints comprised of a chain of connected line segments.classPolygonConstraintAn implementation of the IConstraint interface intended to store constraints comprised of a polygon.classPolyLineConstraintAdapterAn implementation of the IConstraint interface intended to store constraints comprised of a chain of connected line segments.Methods in org.tinfour.common that return IPolyline Modifier and Type Method Description IPolylineIPolyline. refactor(Iterable<Vertex> geometry)Creates a new polyline feature with the specified geometry and transfers any data elements defined by the implementing class from the current object to the newly created one. -
Uses of IPolyline in org.tinfour.utils
Methods in org.tinfour.utils that return IPolyline Modifier and Type Method Description IPolylinePolylineThinner. thinPoints(IPolyline feature, List<IPolyline> neighborList, double threshold)Given a feature, apply Visvalingam's algorithm to reduce the complexity of the feature geometry.Methods in org.tinfour.utils with parameters of type IPolyline Modifier and Type Method Description IPolylinePolylineThinner. thinPoints(IPolyline feature, List<IPolyline> neighborList, double threshold)Given a feature, apply Visvalingam's algorithm to reduce the complexity of the feature geometry.Method parameters in org.tinfour.utils with type arguments of type IPolyline Modifier and Type Method Description IPolylinePolylineThinner. thinPoints(IPolyline feature, List<IPolyline> neighborList, double threshold)Given a feature, apply Visvalingam's algorithm to reduce the complexity of the feature geometry.
-