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 | Interface and Description |
---|---|
interface |
Boundary
The abstract root data type for all the data types used to represent the boundary of geometric
objects.
|
Modifier and Type | Method and Description |
---|---|
Complex |
Geometry.getClosure()
Returns a finite set of
Geometry s containing all of the points on the boundary of
this Geometry and this object (the union of the object and its boundary). |
Modifier and Type | Method and Description |
---|---|
Set<? extends Complex> |
Geometry.getMaximalComplex()
Returns the set of maximal complexes within which this
Geometry is contained. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexBoundary
The boundary of complex objects.
|
interface |
Composite
A geometric complex with an underlying core geometry that is isomorphic to a primitive.
|
interface |
CompositeCurve
A complex with all the geometric properties of a curve.
|
interface |
CompositePoint
A separate class for composite point, included for completeness.
|
interface |
CompositeSolid
A complex with all the geometric properties of a solid.
|
interface |
CompositeSurface
A complex with all the geometric properties of a surface.
|
Modifier and Type | Method and Description |
---|---|
Complex[] |
Complex.getSubComplexes()
Returns a subset of the primitives of that complex that is, in its own right, a geometric
complex.
|
Complex[] |
Complex.getSuperComplexes()
Returns a superset of primitives that is also a complex.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CurveBoundary
The boundary of curves.
|
interface |
PrimitiveBoundary
The boundary of primitive objects.
|
interface |
Ring
Represent a single connected component of a surface boundary.
|
interface |
Shell
Represents a single connected component of a solid boundary.
|
interface |
SolidBoundary
The boundary of solids.
|
interface |
SurfaceBoundary
The boundary of surfaces.
|
Modifier and Type | Method and Description |
---|---|
Set<Complex> |
Primitive.getComplexes()
Returns the set of complexes which contains this primitive.
|
Copyright © 1996–2022 Geotools. All rights reserved.