Uses of Class
org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector.ConnectableGreatArc
-
Packages that use AbstractGreatArcConnector.ConnectableGreatArc Package Description org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractGreatArcConnector.ConnectableGreatArc in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return AbstractGreatArcConnector.ConnectableGreatArc Modifier and Type Method Description AbstractGreatArcConnector.ConnectableGreatArc
AbstractGreatArcConnector.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.protected AbstractGreatArcConnector.ConnectableGreatArc
AbstractGreatArcConnector.ConnectableGreatArc. getSelf()
Return the current instance as the generic type.protected AbstractGreatArcConnector.ConnectableGreatArc
InteriorAngleGreatArcConnector. selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, java.util.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.ConnectableGreatArc Modifier and Type Method Description boolean
AbstractGreatArcConnector.ConnectableGreatArc. canConnectTo(AbstractGreatArcConnector.ConnectableGreatArc next)
Return true if this instance's end point can be connected to the argument's start point.int
AbstractGreatArcConnector.ConnectableGreatArc. compareTo(AbstractGreatArcConnector.ConnectableGreatArc other)
boolean
AbstractGreatArcConnector.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.double
AbstractGreatArcConnector.ConnectableGreatArc. getRelativeAngle(AbstractGreatArcConnector.ConnectableGreatArc other)
Return the relative angle between this element and the argument.protected AbstractGreatArcConnector.ConnectableGreatArc
InteriorAngleGreatArcConnector. selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, java.util.List<AbstractGreatArcConnector.ConnectableGreatArc> outgoing)
Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.boolean
AbstractGreatArcConnector.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 GreatArcPath
AbstractGreatArcConnector. 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.ConnectableGreatArc Modifier and Type Method Description protected AbstractGreatArcConnector.ConnectableGreatArc
InteriorAngleGreatArcConnector. selectConnection(AbstractGreatArcConnector.ConnectableGreatArc incoming, java.util.List<AbstractGreatArcConnector.ConnectableGreatArc> outgoing)
Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.
-