Uses of Class
org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector.ConnectableLineSubset
Packages that use AbstractLinePathConnector.ConnectableLineSubset
Package
Description
This package provides classes for working with connected sequences of
line segments and other line subsets.
-
Uses of AbstractLinePathConnector.ConnectableLineSubset in org.apache.commons.geometry.euclidean.twod.path
Methods in org.apache.commons.geometry.euclidean.twod.path that return AbstractLinePathConnector.ConnectableLineSubsetModifier and TypeMethodDescriptionAbstractLinePathConnector.ConnectableLineSubset.getConnectionSearchKey()
Get a new instance used as a search key to help locate other elements with start points matching this instance's end point.AbstractLinePathConnector.ConnectableLineSubset.getSelf()
Return the current instance as the generic type.InteriorAngleLinePathConnector.selectConnection
(AbstractLinePathConnector.ConnectableLineSubset incoming, List<AbstractLinePathConnector.ConnectableLineSubset> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.Methods in org.apache.commons.geometry.euclidean.twod.path with parameters of type AbstractLinePathConnector.ConnectableLineSubsetModifier and TypeMethodDescriptionboolean
AbstractLinePathConnector.ConnectableLineSubset.canConnectTo
(AbstractLinePathConnector.ConnectableLineSubset next) Return true if this instance's end point can be connected to the argument's start point.int
AbstractLinePathConnector.ConnectableLineSubset.compareTo
(AbstractLinePathConnector.ConnectableLineSubset other) boolean
AbstractLinePathConnector.ConnectableLineSubset.endPointsEq
(AbstractLinePathConnector.ConnectableLineSubset other) Return true if the end point of this instance should be considered equivalent to the end point of the argument.double
AbstractLinePathConnector.ConnectableLineSubset.getRelativeAngle
(AbstractLinePathConnector.ConnectableLineSubset next) Return the relative angle between this element and the argument.InteriorAngleLinePathConnector.selectConnection
(AbstractLinePathConnector.ConnectableLineSubset incoming, List<AbstractLinePathConnector.ConnectableLineSubset> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.boolean
AbstractLinePathConnector.ConnectableLineSubset.shouldContinueConnectionSearch
(AbstractLinePathConnector.ConnectableLineSubset candidate, boolean ascending) Return true if the search for possible connections should continue through the sorted set of possible path elements given the current candidate element and search direction.private LinePath
AbstractLinePathConnector.toPath
(AbstractLinePathConnector.ConnectableLineSubset root) Convert the linked list of path elements starting at the argument into aLinePath
.Method parameters in org.apache.commons.geometry.euclidean.twod.path with type arguments of type AbstractLinePathConnector.ConnectableLineSubsetModifier and TypeMethodDescriptionInteriorAngleLinePathConnector.selectConnection
(AbstractLinePathConnector.ConnectableLineSubset incoming, List<AbstractLinePathConnector.ConnectableLineSubset> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.