|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Association | |
|---|---|
| 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 Association in org.opengis.geometry.complex |
|---|
| Methods in org.opengis.geometry.complex with annotations of type Association | |
|---|---|
List<Point> |
CompositePoint.getGenerators()
Returns the single point in this composite. |
List<OrientableCurve> |
CompositeCurve.getGenerators()
Returns the list of orientable curves in this composite. |
Collection<? extends Primitive> |
Composite.getGenerators()
Returns a homogeneous collection of primitives whose union would be the core geometry of the composite. |
Set<Solid> |
CompositeSolid.getGenerators()
Returns the set of solids that form the core of this complex. |
Set<OrientableSurface> |
CompositeSurface.getGenerators()
Returns the set of orientable surfaces that form the core of this complex. |
| Uses of Association in org.opengis.geometry.primitive |
|---|
| Methods in org.opengis.geometry.primitive with annotations of type Association | |
|---|---|
CompositeCurve |
OrientableCurve.getComposite()
Returns the owner of this orientable curve. |
Composite |
Primitive.getComposite()
Returns the owner of this primitive. |
CompositeSurface |
OrientableSurface.getComposite()
Returns the owner of this orientable surface. |
Curve |
CurveSegment.getCurve()
Returns the curve which own this curve segment. |
List<? extends SurfacePatch> |
Surface.getPatches()
Relates this Surface to a set of surface patches that
shall be joined together to form this surface. |
Primitive |
OrientablePrimitive.getPrimitive()
Returns the primitive associated with this OrientablePrimitive. |
Curve |
OrientableCurve.getPrimitive()
Returns the primitive associated with this OrientableCurve. |
Surface |
OrientableSurface.getPrimitive()
Returns the primitive associated with this OrientableSurface. |
OrientablePrimitive[] |
Solid.getProxy()
Returns always null, since solids have no proxy. |
OrientablePrimitive[] |
Point.getProxy()
Returns always null, since points have no proxy. |
OrientablePrimitive[] |
Primitive.getProxy()
Returns the orientable primitives associated with this primitive. |
OrientableSurface[] |
Surface.getProxy()
Returns the orientable surfaces associated with this surface. |
OrientableCurve[] |
Curve.getProxy()
Returns the orientable curves associated with this curve. |
List<? extends CurveSegment> |
Curve.getSegments()
Lists the components curve segments of Curve, each
of which defines the direct position of points along a portion of the curve. |
Surface |
SurfacePatch.getSurface()
Returns the patch which own this surface patch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||