Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
CompositeCurve
A complex with all the geometric properties of a curve.
|
interface |
CompositeSurface
A complex with all the geometric properties of a surface.
|
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 |
Curve
Curve with a positive orientation.
|
interface |
OrientableCurve
A curve and an orientation inherited from
OrientablePrimitive . |
interface |
OrientableSurface
A surface and an orientation inherited from
OrientablePrimitive . |
interface |
Ring
Represent a single connected component of a surface boundary.
|
interface |
Shell
Represents a single connected component of a solid boundary.
|
interface |
Surface
Surface with a positive orientation.
|
Modifier and Type | Method and Description |
---|---|
OrientablePrimitive[] |
Primitive.getProxy()
Returns the orientable primitives associated with this primitive.
|
OrientablePrimitive[] |
Solid.getProxy()
Returns always
null , since solids have no proxy. |
OrientablePrimitive[] |
Point.getProxy()
Returns always
null , since points have no proxy. |
Copyright © 1996–2019 Geotools. All rights reserved.