Package | Description |
---|---|
org.opengis.geometry |
Root package for geometries.
|
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 |
---|---|
Boundary |
Geometry.getBoundary()
Returns a finite set of
Geometry s containing all of the direct positions on the
boundary of this Geometry . |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexBoundary
The boundary of complex objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CurveBoundary
The boundary of curves.
|
interface |
PrimitiveBoundary
The boundary of primitive objects.
|
interface |
SolidBoundary
The boundary of solids.
|
interface |
SurfaceBoundary
The boundary of surfaces.
|
Copyright © 1996–2019 Geotools. All rights reserved.