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

Packages that use Surface
org.opengis.coverage Coverages (generate a value for any point). 
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 Surface in org.opengis.coverage
 

Methods in org.opengis.coverage that return Surface
 Surface ThiessenPolygonCoverage.getClipArea()
          Returns the extent of the Thiessen polygon network.
 

Uses of Surface in org.opengis.geometry.coordinate
 

Subinterfaces of Surface 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.
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type Surface
 List<Surface> Polygon.getSpanningSurface()
          Provides a mechanism for spanning the interior of the polygon.
 

Methods in org.opengis.geometry.coordinate with parameters of type Surface
 Polygon GeometryFactory.createPolygon(SurfaceBoundary boundary, Surface spanSurface)
          Creates a polygon lying on a spanning surface.
 

Uses of Surface in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return Surface
 Surface PrimitiveFactory.createSurface(List<SurfacePatch> surfaces)
          Takes a list of surface patches with the appropriate side-toside relationships and creates a surface.
 Surface PrimitiveFactory.createSurface(SurfaceBoundary boundary)
          Constructs a surface by indicating its boundary as a collection of curves organized into the specified surface boundary.
 Surface SurfacePatch.getSurface()
          Returns the patch which own this surface patch.
 



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