Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
Modifier and Type | Method and Description |
---|---|
Ring |
GeometryBuilder.createRing(List<OrientableCurve> orientableCurves) |
Modifier and Type | Method and Description |
---|---|
SurfaceBoundary |
GeometryBuilder.createSurfaceBoundary(Ring exterior) |
SurfaceBoundary |
GeometryBuilder.createSurfaceBoundary(Ring exterior,
List interiors) |
Modifier and Type | Method and Description |
---|---|
Ring |
PrimitiveFactory.createRing(List<OrientableCurve> curves)
Constructs a ring out of its component curves.
|
Ring |
SurfaceBoundary.getExterior()
Returns the exterior ring, or
null if none. |
Modifier and Type | Method and Description |
---|---|
List<Ring> |
SurfaceBoundary.getInteriors()
Returns the interior rings.
|
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.
|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.