public interface BoundarySource2S extends BoundarySource<GreatArc>
BoundarySource
interface for spherical 2D
space.Modifier and Type | Method and Description |
---|---|
static BoundarySource2S |
of(Collection<GreatArc> boundaries)
Return a
BoundarySource2S instance containing the given boundaries. |
static BoundarySource2S |
of(GreatArc... boundaries)
Return a
BoundarySource2S instance containing the given boundaries. |
default BoundaryList2S |
toList()
Return a
BoundaryList2S containing the boundaries in this instance. |
default RegionBSPTree2S |
toTree()
Return a BSP tree constructed from the boundaries contained in this
instance.
|
boundaryStream
default BoundaryList2S toList()
BoundaryList2S
containing the boundaries in this instance.BoundaryList2S
containing the boundaries in this instancedefault RegionBSPTree2S toTree()
static BoundarySource2S of(GreatArc... boundaries)
BoundarySource2S
instance containing the given boundaries.boundaries
- boundaries to include in the boundary sourcestatic BoundarySource2S of(Collection<GreatArc> boundaries)
BoundarySource2S
instance containing the given boundaries. The given
collection is used directly as the source of the line subsets; no copy is made.boundaries
- boundaries to include in the boundary sourceCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.