| Package | Description | 
|---|---|
| org.geotools.geometry | org.geotools.geometry.Geometry implementation. | 
| org.opengis.geometry.coordinate | Set of geometric objects. | 
| org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into
  other primitives. | 
| Modifier and Type | Method and Description | 
|---|---|
| SurfaceBoundary | GeometryBuilder. createSurfaceBoundary(OrientableCurve curve) | 
| SurfaceBoundary | GeometryBuilder. createSurfaceBoundary(PointArray points) | 
| SurfaceBoundary | GeometryBuilder. createSurfaceBoundary(Ring exterior) | 
| SurfaceBoundary | GeometryBuilder. createSurfaceBoundary(Ring exterior,
                     List interiors) | 
| Modifier and Type | Method and Description | 
|---|---|
| Polygon | GeometryBuilder. createPolygon(SurfaceBoundary boundary) | 
| Polygon | GeometryBuilder. createPolygon(SurfaceBoundary boundary,
             Surface spanSurface) | 
| Surface | GeometryBuilder. createSurface(SurfaceBoundary boundary) | 
| Modifier and Type | Method and Description | 
|---|---|
| SurfaceBoundary | Polygon. getBoundary()The surface boundary that is the boundary of this polygon. | 
| Modifier and Type | Method and Description | 
|---|---|
| Polygon | GeometryFactory. createPolygon(SurfaceBoundary boundary)Creates a polygon directly from a set of boundary curves (organized into a surface boundary)
 which shall be defined using coplanar positions as control points. | 
| Polygon | GeometryFactory. createPolygon(SurfaceBoundary boundary,
             Surface spanSurface)Creates a polygon lying on a spanning surface. | 
| Modifier and Type | Method and Description | 
|---|---|
| SurfaceBoundary | PrimitiveFactory. createSurfaceBoundary(Ring exterior,
                     List<Ring> interiors)Constructs a new surface boundary object representing the
 boundary of a two-dimensional surface. | 
| SurfaceBoundary | OrientableSurface. getBoundary()Returns the set of circular sequences of orientable curve that
 limit the extent of this  OrientableSurface. | 
| SurfaceBoundary | SurfacePatch. getBoundary()Returns the boundary of this  SurfacePatchrepresented as a collection of orientable curves organized into rings by a surface boundary. | 
| Modifier and Type | Method and Description | 
|---|---|
| Surface | PrimitiveFactory. createSurface(SurfaceBoundary boundary)Constructs a surface by indicating its boundary as a collection of
 curves organized into the specified surface
 boundary. | 
Copyright © 1996–2019 Geotools. All rights reserved.