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 TypeClassDescriptionclassBoundarySource2Simplementation that uses boundaries stored in a list.final classClass representing a convex area in 2D spherical space.final classClass representing a connected sequence ofGreatArcinstances.classBSP tree representing regions in 2D spherical space.Methods in org.apache.commons.geometry.spherical.twod that return BoundarySource2SModifier and TypeMethodDescriptionstatic BoundarySource2SBoundarySource2S.of(Collection<GreatArc> boundaries) Return aBoundarySource2Sinstance containing the given boundaries.static BoundarySource2SReturn aBoundarySource2Sinstance containing the given boundaries.