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

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

Methods in org.opengis.geometry.coordinate that return SurfaceBoundary
 SurfaceBoundary Polygon.getBoundary()
          The surface boundary that is the boundary of this polygon.
 

Methods in org.opengis.geometry.coordinate with parameters of type SurfaceBoundary
 Polygon GeometryFactory.createPolygon(SurfaceBoundary boundary)
          Creates a polygon directly from a set of boundary curves (organized into a surface boundary) which shall be defined using coplanar positions as control points.
 Polygon GeometryFactory.createPolygon(SurfaceBoundary boundary, Surface spanSurface)
          Creates a polygon lying on a spanning surface.
 

Uses of SurfaceBoundary in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return SurfaceBoundary
 SurfaceBoundary PrimitiveFactory.createSurfaceBoundary(Ring exterior, List<Ring> interiors)
          Constructs a new surface boundary object representing the boundary of a two-dimensional surface.
 SurfaceBoundary SurfacePatch.getBoundary()
          Returns the boundary of this SurfacePatch represented as a collection of orientable curves organized into rings by a surface boundary.
 

Methods in org.opengis.geometry.primitive with parameters of type SurfaceBoundary
 Surface PrimitiveFactory.createSurface(SurfaceBoundary boundary)
          Constructs a surface by indicating its boundary as a collection of curves organized into the specified surface boundary.
 



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