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
org.opengis.observation.sampling   
 

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.
 

Methods in org.opengis.coverage that return types with arguments of type Surface
 DomainObject<Surface> SurfaceValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 

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 OrientableSurface.getPrimitive()
          Returns the primitive associated with this OrientableSurface.
 Surface SurfacePatch.getSurface()
          Returns the patch which own this surface patch.
 

Uses of Surface in org.opengis.observation.sampling
 

Methods in org.opengis.observation.sampling that return Surface
 Surface SamplingSurface.getShape()
          Geometry of the surface.
 



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