Uses of Class
org.opengis.annotation.Association

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
 Collection<? extends Primitive> Composite.getGenerators()
          Returns a homogeneous collection of primitives whose union would be the core geometry of the composite.
 

Uses of Association in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive with annotations of type Association
 Composite Primitive.getComposite()
          Returns the owner of this primitive.
 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.
 OrientablePrimitive[] Point.getProxy()
          Returns always null, since points have no proxy.
 OrientablePrimitive[] Solid.getProxy()
          Returns always null, since solids have no proxy.
 OrientablePrimitive[] Primitive.getProxy()
          Returns the orientable primitives associated with this primitive.
 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.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.