Uses of Interface
org.opengis.geometry.primitive.OrientablePrimitive

Packages that use OrientablePrimitive
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 OrientablePrimitive in org.opengis.geometry.complex
 

Subinterfaces of OrientablePrimitive in org.opengis.geometry.complex
 interface CompositeCurve
          A complex with all the geometric properties of a curve.
 interface CompositeSurface
          A complex with all the geometric properties of a surface.
 

Uses of OrientablePrimitive in org.opengis.geometry.coordinate
 

Subinterfaces of OrientablePrimitive 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 OrientablePrimitive in org.opengis.geometry.primitive
 

Subinterfaces of OrientablePrimitive in org.opengis.geometry.primitive
 interface Curve
          Curve with a positive orientation.
 interface OrientableCurve
          A curve and an orientation inherited from OrientablePrimitive.
 interface OrientableSurface
          A surface and an orientation inherited from OrientablePrimitive.
 interface Ring
          Represent a single connected component of a surface boundary.
 interface Shell
          Represents a single connected component of a solid boundary.
 interface Surface
          Surface with a positive orientation.
 

Methods in org.opengis.geometry.primitive that return 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.
 



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