Uses of Interface
org.opengis.geometry.coordinate.GenericSurface

Packages that use GenericSurface
org.opengis.geometry.coordinate Core package needed to investigate coordinate-defined geometry. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of GenericSurface in org.opengis.geometry.coordinate
 

Subinterfaces of GenericSurface in org.opengis.geometry.coordinate
 interface BicubicGrid
          A gridded surface that uses cubic polynomial splines as the horizontal and vertical curves.
 interface BilinearGrid
          A gridded surface that uses line strings as the horizontal and vertical curves.
 interface BSplineSurface
          A rational or polynomial parametric surface that is represented by control points, basis functions and possibly weights.
 interface Cone
          A gridded surface given as a family of conic sections whose control points vary linearly.
 interface Cylinder
          A gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape.
 interface GriddedSurface
          A parametric curve surface defined from a rectangular grid in the parameter space.
 interface ParametricCurveSurface
          The surface patches that make up the parametric curve surfaces.
 interface Polygon
          A surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.
 interface PolyhedralSurface
          A surface composed of polygon surfaces connected along their common boundary curves.
 interface Sphere
          A gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whose radius varies in proportion to the cosine function of the central angle.
 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 Triangle
          A planar polygon defined by 3 corners.
 interface TriangulatedSurface
          A polyhedral surface that is composed only of triangles.
 

Uses of GenericSurface in org.opengis.geometry.primitive
 

Subinterfaces of GenericSurface in org.opengis.geometry.primitive
 interface Surface
          Surface with a positive orientation.
 interface SurfacePatch
          Defines a homogeneous portion of a surface.
 



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