Package | Description |
---|---|
org.apache.commons.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Class and 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 of
GreatArc instances. |
class |
RegionBSPTree2S
BSP tree representing regions in 2D spherical space.
|
Modifier and Type | Method and Description |
---|---|
static BoundarySource2S |
BoundarySource2S.of(Collection<GreatArc> boundaries)
Return a
BoundarySource2S instance containing the given boundaries. |
static BoundarySource2S |
BoundarySource2S.of(GreatArc... boundaries)
Return a
BoundarySource2S instance containing the given boundaries. |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.