Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.complex |
Set of primitive geometric objects whose interiors are disjoint.
|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
Modifier and Type | Method and Description |
---|---|
Solid |
GeometryBuilder.createSolid(SolidBoundary boundary) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeSolid
A complex with all the geometric properties of a solid.
|
Modifier and Type | Method and Description |
---|---|
Set<Solid> |
CompositeSolid.getGenerators()
Returns the set of solids that form the core of this complex.
|
Modifier and Type | Method and Description |
---|---|
Solid |
PrimitiveFactory.createSolid(SolidBoundary boundary)
Constructs a solid by indicating its boundary as a collection of
shells organized into a solid boundary.
|
Copyright © 1996–2019 Geotools. All rights reserved.