Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.aggregate |
Aggregations of geometric objects.
|
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 | Method and Description |
---|---|
SurfaceBoundary |
GeometryBuilder.createSurfaceBoundary(OrientableCurve curve) |
Modifier and Type | Method and Description |
---|---|
Ring |
GeometryBuilder.createRing(List<OrientableCurve> orientableCurves) |
Modifier and Type | Method and Description |
---|---|
Set<OrientableCurve> |
MultiCurve.getElements()
Returns the set containing the orientable curves that compose
this
MultiCurve . |
Modifier and Type | Method and Description |
---|---|
MultiCurve |
AggregateFactory.createMultiCurve(Set<OrientableCurve> curves)
Creates a multi curve by a set of curves.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeCurve
A complex with all the geometric properties of a curve.
|
Modifier and Type | Method and Description |
---|---|
List<OrientableCurve> |
CompositeCurve.getGenerators()
Returns the list of orientable curves in this composite.
|
Modifier and Type | Method and Description |
---|---|
CompositeCurve |
ComplexFactory.createCompositeCurve(List<OrientableCurve> generator)
Creates a composite curve from a list of orientable curves.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Curve
Curve with a positive orientation.
|
interface |
Ring
Represent a single connected component of a surface boundary.
|
Modifier and Type | Method and Description |
---|---|
OrientableCurve[] |
Curve.getProxy()
Returns the orientable curves associated with this curve.
|
Modifier and Type | Method and Description |
---|---|
Ring |
PrimitiveFactory.createRing(List<OrientableCurve> curves)
Constructs a ring out of its component curves.
|
Copyright © 1996–2019 Geotools. All rights reserved.