Package | Description |
---|---|
org.opengis.geometry.aggregate |
Aggregations of geometric objects.
|
org.opengis.geometry.complex |
Set of primitive geometric objects whose interiors are disjoint.
|
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 |
---|---|
Set<OrientableSurface> |
MultiSurface.getElements()
Returns the set containing the orientable surfaces that
compose this
MultiSurface . |
Modifier and Type | Method and Description |
---|---|
MultiSurface |
AggregateFactory.createMultiSurface(Set<OrientableSurface> surfaces)
Creates a multi surface by a set of surfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeSurface
A complex with all the geometric properties of a surface.
|
Modifier and Type | Method and Description |
---|---|
Set<OrientableSurface> |
CompositeSurface.getGenerators()
Returns the set of orientable surfaces that form the core of this complex.
|
Modifier and Type | Method and Description |
---|---|
CompositeSurface |
ComplexFactory.createCompositeSurface(List<OrientableSurface> generator)
Creates a composite surface from a list of orientable surfaces.
|
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 | Interface and Description |
---|---|
interface |
Shell
Represents a single connected component of a solid boundary.
|
interface |
Surface
Surface with a positive orientation.
|
Modifier and Type | Method and Description |
---|---|
OrientableSurface[] |
Surface.getProxy()
Returns the orientable surfaces associated with this surface.
|
Copyright © 1996–2019 Geotools. All rights reserved.