Uses of Interface
org.apache.commons.geometry.spherical.twod.BoundarySource2S
-
Packages that use BoundarySource2S Package Description org.apache.commons.geometry.spherical.twod 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 BoundarySource2S Modifier and Type Class Description classBoundaryList2SBoundarySource2Simplementation that uses boundaries stored in a list.classConvexArea2SClass representing a convex area in 2D spherical space.classGreatArcPathClass representing a connected sequence ofGreatArcinstances.classRegionBSPTree2SBSP tree representing regions in 2D spherical space.Methods in org.apache.commons.geometry.spherical.twod that return BoundarySource2S Modifier and Type Method Description static BoundarySource2SBoundarySource2S. of(java.util.Collection<GreatArc> boundaries)Return aBoundarySource2Sinstance containing the given boundaries.static BoundarySource2SBoundarySource2S. of(GreatArc... boundaries)Return aBoundarySource2Sinstance containing the given boundaries.
-