Uses of Class
org.apache.commons.geometry.euclidean.internal.AbstractPathConnector
-
Packages that use AbstractPathConnector Package Description org.apache.commons.geometry.euclidean.twod.path This package provides classes for working with connected sequences of line segments and other line subsets.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractPathConnector in org.apache.commons.geometry.euclidean.twod.path
Subclasses of AbstractPathConnector in org.apache.commons.geometry.euclidean.twod.path Modifier and Type Class Description class
AbstractLinePathConnector
Abstract class for joining collections of line subsets into connected paths.class
InteriorAngleLinePathConnector
Line subset connector that selects between multiple connection options based on the resulting interior angle.static class
InteriorAngleLinePathConnector.Maximize
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the largest interior angles.static class
InteriorAngleLinePathConnector.Minimize
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the smallest interior angles. -
Uses of AbstractPathConnector in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractPathConnector in org.apache.commons.geometry.spherical.twod Modifier and Type Class Description class
AbstractGreatArcConnector
Abstract class for joining collections of great arcs into connected paths.class
InteriorAngleGreatArcConnector
Great arc connector that selects between multiple connection options based on the resulting interior angle.static class
InteriorAngleGreatArcConnector.Maximize
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the largest interior angles.static class
InteriorAngleGreatArcConnector.Minimize
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the smallest interior angles.
-