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

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

Methods in org.opengis.geometry.aggregate that return types with arguments of type OrientableSurface
 Set<OrientableSurface> MultiSurface.getElements()
          Returns the set containing the orientable surfaces that compose this MultiSurface.
 

Method parameters in org.opengis.geometry.aggregate with type arguments of type OrientableSurface
 MultiSurface AggregateFactory.createMultiSurface(Set<OrientableSurface> surfaces)
          Creates a multi surface by a set of surfaces.
 

Uses of OrientableSurface in org.opengis.geometry.complex
 

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

Method parameters in org.opengis.geometry.complex with type arguments of type OrientableSurface
 CompositeSurface ComplexFactory.createCompositeSurface(List<OrientableSurface> generator)
          Creates a composite surface from a list of orientable surfaces.
 

Uses of OrientableSurface in org.opengis.geometry.coordinate
 

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

Subinterfaces of OrientableSurface in org.opengis.geometry.primitive
 interface Shell
          Represents a single connected component of a solid boundary.
 interface Surface
          Surface with a positive orientation.
 



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