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 |
Point.getBoundary()
Returns always
null , since point has no boundary. |
PrimitiveBoundary |
Primitive.getBoundary()
Returns the boundary of a
Primitive as a set of Primitive s. |
Copyright © 1996–2022 Geotools. All rights reserved.