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 classAbstractLinePathConnectorAbstract class for joining collections of line subsets into connected paths.classInteriorAngleLinePathConnectorLine subset connector that selects between multiple connection options based on the resulting interior angle.static classInteriorAngleLinePathConnector.MaximizeImplementation ofInteriorAngleLinePathConnectorthat chooses line subset connections that produce the largest interior angles.static classInteriorAngleLinePathConnector.MinimizeImplementation ofInteriorAngleLinePathConnectorthat 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 classAbstractGreatArcConnectorAbstract class for joining collections of great arcs into connected paths.classInteriorAngleGreatArcConnectorGreat arc connector that selects between multiple connection options based on the resulting interior angle.static classInteriorAngleGreatArcConnector.MaximizeImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the largest interior angles.static classInteriorAngleGreatArcConnector.MinimizeImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the smallest interior angles.
-