Uses of Interface
org.apache.commons.geometry.spherical.twod.BoundarySource2S
Packages that use BoundarySource2S
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of BoundarySource2S in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement BoundarySource2SModifier and TypeClassDescriptionclass
BoundarySource2S
implementation that uses boundaries stored in a list.final class
Class representing a convex area in 2D spherical space.final class
Class representing a connected sequence ofGreatArc
instances.class
BSP tree representing regions in 2D spherical space.Methods in org.apache.commons.geometry.spherical.twod that return BoundarySource2SModifier and TypeMethodDescriptionstatic BoundarySource2S
BoundarySource2S.of
(Collection<GreatArc> boundaries) Return aBoundarySource2S
instance containing the given boundaries.static BoundarySource2S
Return aBoundarySource2S
instance containing the given boundaries.