|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complex | |
---|---|
org.opengis.geometry | Root package for geometries. |
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. |
Uses of Complex in org.opengis.geometry |
---|
Subinterfaces of Complex in org.opengis.geometry | |
---|---|
interface |
Boundary
The abstract root data type for all the data types used to represent the boundary of geometric objects. |
Methods in org.opengis.geometry that return Complex | |
---|---|
Complex |
Geometry.getClosure()
Returns a finite set of Geometry s containing all of the points on the boundary of
this Geometry and this object (the union of the object and its boundary). |
Uses of Complex in org.opengis.geometry.complex |
---|
Subinterfaces of Complex in org.opengis.geometry.complex | |
---|---|
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. |
Methods in org.opengis.geometry.complex that return Complex | |
---|---|
Complex[] |
Complex.getSubComplexes()
Returns a subset of the primitives of that complex that is, in its own right, a geometric complex. |
Complex[] |
Complex.getSuperComplexes()
Returns a superset of primitives that is also a complex. |
Uses of Complex in org.opengis.geometry.primitive |
---|
Subinterfaces of Complex in org.opengis.geometry.primitive | |
---|---|
interface |
CurveBoundary
The boundary of curves. |
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 |
SolidBoundary
The boundary of solids. |
interface |
SurfaceBoundary
The boundary of surfaces. |
Methods in org.opengis.geometry.primitive that return types with arguments of type Complex | |
---|---|
Set<Complex> |
Primitive.getComplexes()
Returns the set of complexes which contains this primitive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |