Uses of Class
org.opengis.geometry.coordinate.BSplineSurfaceForm

Packages that use BSplineSurfaceForm
org.opengis.geometry.coordinate Set of geometric objects. 
 

Uses of BSplineSurfaceForm in org.opengis.geometry.coordinate
 

Fields in org.opengis.geometry.coordinate declared as BSplineSurfaceForm
static BSplineSurfaceForm BSplineSurfaceForm.CONICAL
          A bounded portion of the surface of a right circular cone represented by a B-spline surface.
static BSplineSurfaceForm BSplineSurfaceForm.CYLINDRICAL
          A bounded portion of a cylindrical surface represented by a B-spline surface.
static BSplineSurfaceForm BSplineSurfaceForm.PLANAR
          A bounded portion of a plane represented by a B-spline surface of degree 1 in each parameter.
static BSplineSurfaceForm BSplineSurfaceForm.SPHERICAL
          A bounded portion of a sphere, or a complete sphere represented by a B-spline surface.
static BSplineSurfaceForm BSplineSurfaceForm.TOROIDAL
          A torus or a portion of a torus represented by a B-spline surface.
static BSplineSurfaceForm BSplineSurfaceForm.UNSPECIFIED
          No particular surface is specified..
 

Methods in org.opengis.geometry.coordinate that return BSplineSurfaceForm
 BSplineSurfaceForm BSplineSurface.getSurfaceForm()
          Identifies particular types of surface which this spline is being used to approximate.
static BSplineSurfaceForm BSplineSurfaceForm.valueOf(String code)
          Returns the BSplineSurfaceForm that matches the given string, or returns a new one if none match it.
static BSplineSurfaceForm[] BSplineSurfaceForm.values()
          Returns the list of BSplineSurfaceForms.
 



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