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 class
BoundaryList2S
BoundarySource2S
implementation that uses boundaries stored in a list.class
ConvexArea2S
Class representing a convex area in 2D spherical space.class
GreatArcPath
Class representing a connected sequence ofGreatArc
instances.class
RegionBSPTree2S
BSP tree representing regions in 2D spherical space.Methods in org.apache.commons.geometry.spherical.twod that return BoundarySource2S Modifier and Type Method Description static BoundarySource2S
BoundarySource2S. of(java.util.Collection<GreatArc> boundaries)
Return aBoundarySource2S
instance containing the given boundaries.static BoundarySource2S
BoundarySource2S. of(GreatArc... boundaries)
Return aBoundarySource2S
instance containing the given boundaries.
-