Uses of Class
org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector.ConnectableGreatArc
Packages that use AbstractGreatArcConnector.ConnectableGreatArc
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of AbstractGreatArcConnector.ConnectableGreatArc in org.apache.commons.geometry.spherical.twod
Subclasses with type arguments of type AbstractGreatArcConnector.ConnectableGreatArc in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionclassAbstract class for joining collections of great arcs into connected paths.protected static classInternal class for connectingGreatArcs intoGreatArcPaths.Methods in org.apache.commons.geometry.spherical.twod that return AbstractGreatArcConnector.ConnectableGreatArcModifier and TypeMethodDescriptionAbstractGreatArcConnector.ConnectableGreatArc.getConnectionSearchKey()Get a new instance used as a search key to help locate other elements with start points matching this instance's end point.AbstractGreatArcConnector.ConnectableGreatArc.getSelf()Return the current instance as the generic type.InteriorAngleGreatArcConnector.selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, List<AbstractGreatArcConnector.ConnectableGreatArc> 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.spherical.twod with parameters of type AbstractGreatArcConnector.ConnectableGreatArcModifier and TypeMethodDescriptionbooleanAbstractGreatArcConnector.ConnectableGreatArc.canConnectTo(AbstractGreatArcConnector.ConnectableGreatArc next) Return true if this instance's end point can be connected to the argument's start point.intAbstractGreatArcConnector.ConnectableGreatArc.compareTo(AbstractGreatArcConnector.ConnectableGreatArc other) booleanAbstractGreatArcConnector.ConnectableGreatArc.endPointsEq(AbstractGreatArcConnector.ConnectableGreatArc other) Return true if the end point of this instance should be considered equivalent to the end point of the argument.doubleAbstractGreatArcConnector.ConnectableGreatArc.getRelativeAngle(AbstractGreatArcConnector.ConnectableGreatArc other) Return the relative angle between this element and the argument.InteriorAngleGreatArcConnector.selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, List<AbstractGreatArcConnector.ConnectableGreatArc> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.booleanAbstractGreatArcConnector.ConnectableGreatArc.shouldContinueConnectionSearch(AbstractGreatArcConnector.ConnectableGreatArc 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 GreatArcPathAbstractGreatArcConnector.toPath(AbstractGreatArcConnector.ConnectableGreatArc root) Convert the linked list of path elements starting at the argument into aGreatArcPath.Method parameters in org.apache.commons.geometry.spherical.twod with type arguments of type AbstractGreatArcConnector.ConnectableGreatArcModifier and TypeMethodDescriptionInteriorAngleGreatArcConnector.selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, List<AbstractGreatArcConnector.ConnectableGreatArc> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.