| 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  | BoundaryThe 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  Geometrys containing all of the points on the boundary of
 thisGeometryand 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  Geometryis contained. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ComplexBoundaryThe boundary of complex objects. | 
| interface  | CompositeA geometric complex with an underlying core geometry that is isomorphic to a primitive. | 
| interface  | CompositeCurveA complex with all the geometric properties of a curve. | 
| interface  | CompositePointA separate class for composite point, included for completeness. | 
| interface  | CompositeSolidA complex with all the geometric properties of a solid. | 
| interface  | CompositeSurfaceA 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  | CurveBoundaryThe boundary of curves. | 
| interface  | PrimitiveBoundaryThe boundary of primitive objects. | 
| interface  | RingRepresent a single connected component of a surface boundary. | 
| interface  | ShellRepresents a single connected component of a solid boundary. | 
| interface  | SolidBoundaryThe boundary of solids. | 
| interface  | SurfaceBoundaryThe boundary of surfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Complex> | Primitive. getComplexes()Returns the set of complexes which contains this primitive. | 
Copyright © 1996–2019 Geotools. All rights reserved.