Package | Description |
---|---|
org.opengis.geometry |
Root package for geometries.
|
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 | Interface and Description |
---|---|
interface |
Boundary
The abstract root data type for all the data types used to represent the boundary of geometric
objects.
|
interface |
Geometry
Root class of the geometric object taxonomy.
|
Modifier and Type | Method and Description |
---|---|
TransfiniteSet |
TransfiniteSet.difference(TransfiniteSet pointSet)
Returns the set theoretic difference of this
TransfiniteSet and the passed TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.intersection(TransfiniteSet pointSet)
Returns the set theoretic intersection of this
TransfiniteSet and the passed TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.symmetricDifference(TransfiniteSet pointSet)
Returns the set theoretic symmetric difference of this
TransfiniteSet and the passed
TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.union(TransfiniteSet pointSet)
Returns the set theoretic union of this
TransfiniteSet and the passed TransfiniteSet . |
Modifier and Type | Method and Description |
---|---|
boolean |
TransfiniteSet.contains(TransfiniteSet pointSet)
Returns
true if this TransfiniteSet contains another TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.difference(TransfiniteSet pointSet)
Returns the set theoretic difference of this
TransfiniteSet and the passed TransfiniteSet . |
boolean |
TransfiniteSet.equals(TransfiniteSet pointSet)
Returns
true if this TransfiniteSet is equal to another TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.intersection(TransfiniteSet pointSet)
Returns the set theoretic intersection of this
TransfiniteSet and the passed TransfiniteSet . |
boolean |
TransfiniteSet.intersects(TransfiniteSet pointSet)
Returns
true if this TransfiniteSet intersects another TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.symmetricDifference(TransfiniteSet pointSet)
Returns the set theoretic symmetric difference of this
TransfiniteSet and the passed
TransfiniteSet . |
TransfiniteSet |
TransfiniteSet.union(TransfiniteSet pointSet)
Returns the set theoretic union of this
TransfiniteSet and the passed TransfiniteSet . |
Modifier and Type | Interface and Description |
---|---|
interface |
Aggregate
Geometry that is an aggregate of other geometries.
|
interface |
MultiCurve
An aggregate class containing only instances of
OrientableCurve . |
interface |
MultiPoint
An aggregate class containing only instances of
Point . |
interface |
MultiPrimitive
|
interface |
MultiSurface
An aggregate class containing only instances of
OrientableSurface . |
Modifier and Type | Interface and Description |
---|---|
interface |
Complex
A collection of geometrically disjoint, simple primitives.
|
interface |
ComplexBoundary
The boundary of complex objects.
|
interface |
Composite
A geometric complex with an underlying core geometry that is isomorphic to a primitive.
|
interface |
CompositeCurve
A complex with all the geometric properties of a curve.
|
interface |
CompositePoint
A separate class for composite point, included for completeness.
|
interface |
CompositeSolid
A complex with all the geometric properties of a solid.
|
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 |
CurveBoundary
The boundary of curves.
|
interface |
OrientableCurve
A curve and an orientation inherited from
OrientablePrimitive . |
interface |
OrientablePrimitive
Primitives that can be mirrored into new geometric objects in terms of their internal local
coordinate systems (manifold charts).
|
interface |
OrientableSurface
A surface and an orientation inherited from
OrientablePrimitive . |
interface |
Point
Basic data type for a geometric object consisting of one and only one point.
|
interface |
Primitive
Abstract root class of the geometric primitives.
|
interface |
PrimitiveBoundary
The boundary of primitive objects.
|
interface |
Ring
Represent a single connected component of a surface boundary.
|
interface |
Shell
Represents a single connected component of a solid boundary.
|
interface |
Solid
Basis for 3-dimensional geometry.
|
interface |
SolidBoundary
The boundary of solids.
|
interface |
Surface
Surface with a positive orientation.
|
interface |
SurfaceBoundary
The boundary of surfaces.
|
Copyright © 1996–2019 Geotools. All rights reserved.