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 |
---|---|
Surface |
GeometryBuilder.createSurface(List surfaces) |
Surface |
GeometryBuilder.createSurface(SurfaceBoundary boundary) |
Modifier and Type | Method and Description |
---|---|
Polygon |
GeometryBuilder.createPolygon(SurfaceBoundary boundary,
Surface spanSurface) |
Modifier and Type | Interface and Description |
---|---|
interface |
PolyhedralSurface
A surface composed of polygon surfaces connected along their common boundary
curves.
|
interface |
Tin
A triangulated surface that uses the Delaunay algorithm or a similar algorithm complemented with
consideration for breaklines, stoplines and maximum length of triangle sides.
|
interface |
TriangulatedSurface
A polyhedral surface that is composed only of triangles.
|
Modifier and Type | Method and Description |
---|---|
List<Surface> |
Polygon.getSpanningSurface()
Provides a mechanism for spanning the interior of the polygon.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
GeometryFactory.createPolygon(SurfaceBoundary boundary,
Surface spanSurface)
Creates a polygon lying on a spanning surface.
|
Modifier and Type | Method and Description |
---|---|
Surface |
PrimitiveFactory.createSurface(List<SurfacePatch> surfaces)
Takes a list of surface patches with the appropriate side-toside
relationships and creates a surface.
|
Surface |
PrimitiveFactory.createSurface(SurfaceBoundary boundary)
Constructs a surface by indicating its boundary as a collection of
curves organized into the specified surface
boundary.
|
Surface |
OrientableSurface.getPrimitive()
Returns the primitive associated with this
OrientableSurface . |
Surface |
SurfacePatch.getSurface()
Returns the patch which own this surface patch.
|
Copyright © 1996–2019 Geotools. All rights reserved.