| Package | Description |
|---|---|
| org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CurveBoundary
The boundary of curves.
|
interface |
SolidBoundary
The boundary of solids.
|
interface |
SurfaceBoundary
The boundary of surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveBoundary |
Primitive.getBoundary()
Returns the boundary of a
Primitive as a set of Primitives. |
PrimitiveBoundary |
Point.getBoundary()
Returns always
null, since point has no boundary. |
Copyright © 1996–2019 Geotools. All rights reserved.