|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransfiniteSet | |
---|---|
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. |
Uses of TransfiniteSet in org.opengis.geometry |
---|
Subinterfaces of TransfiniteSet in org.opengis.geometry | |
---|---|
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. |
Methods in org.opengis.geometry that return TransfiniteSet | |
---|---|
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 . |
Methods in org.opengis.geometry with parameters of type TransfiniteSet | |
---|---|
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 . |
Uses of TransfiniteSet in org.opengis.geometry.aggregate |
---|
Subinterfaces of TransfiniteSet in org.opengis.geometry.aggregate | |
---|---|
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
Specialization of the Aggregate interface that restricts the elements to only being of type Primitive. |
interface |
MultiSurface
An aggregate class containing only instances of OrientableSurface . |
Uses of TransfiniteSet in org.opengis.geometry.complex |
---|
Subinterfaces of TransfiniteSet in org.opengis.geometry.complex | |
---|---|
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. |
Uses of TransfiniteSet in org.opengis.geometry.coordinate |
---|
Subinterfaces of TransfiniteSet in org.opengis.geometry.coordinate | |
---|---|
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. |
Uses of TransfiniteSet in org.opengis.geometry.primitive |
---|
Subinterfaces of TransfiniteSet in org.opengis.geometry.primitive | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |