org.opengis.geometry.coordinate
Class BSplineSurfaceForm

Object
  extended by CodeList<BSplineSurfaceForm>
      extended by BSplineSurfaceForm
All Implemented Interfaces:
Serializable, Comparable<BSplineSurfaceForm>

@UML(identifier="GM_BSplineSurfaceForm",
     specification=ISO_19107)
public class BSplineSurfaceForm
extends CodeList<BSplineSurfaceForm>

Indicates a particular geometric form represented by a BSplineSurface.

Since:
GeoAPI 2.1
Author:
Martin Desruisseaux (IRD)
See Also:
Serialized Form

Field Summary
static BSplineSurfaceForm CONICAL
          A bounded portion of the surface of a right circular cone represented by a B-spline surface.
static BSplineSurfaceForm CYLINDRICAL
          A bounded portion of a cylindrical surface represented by a B-spline surface.
static BSplineSurfaceForm PLANAR
          A bounded portion of a plane represented by a B-spline surface of degree 1 in each parameter.
static BSplineSurfaceForm SPHERICAL
          A bounded portion of a sphere, or a complete sphere represented by a B-spline surface.
static BSplineSurfaceForm TOROIDAL
          A torus or a portion of a torus represented by a B-spline surface.
static BSplineSurfaceForm UNSPECIFIED
          No particular surface is specified..
 
Method Summary
 BSplineSurfaceForm[] family()
          Returns the list of enumerations of the same kind than this enum.
static BSplineSurfaceForm valueOf(String code)
          Returns the B-spline surface form that matches the given string, or returns a new one if none match it.
static BSplineSurfaceForm[] values()
          Returns the list of BSplineSurfaceForms.
 
Methods inherited from class CodeList
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLANAR

@UML(identifier="planar",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm PLANAR
A bounded portion of a plane represented by a B-spline surface of degree 1 in each parameter.


CYLINDRICAL

@UML(identifier="cylindrical",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm CYLINDRICAL
A bounded portion of a cylindrical surface represented by a B-spline surface.


CONICAL

@UML(identifier="conical",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm CONICAL
A bounded portion of the surface of a right circular cone represented by a B-spline surface.


SPHERICAL

@UML(identifier="spherical",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm SPHERICAL
A bounded portion of a sphere, or a complete sphere represented by a B-spline surface.


TOROIDAL

@UML(identifier="toroidal",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm TOROIDAL
A torus or a portion of a torus represented by a B-spline surface.


UNSPECIFIED

@UML(identifier="unspecified",
     obligation=CONDITIONAL,
     specification=ISO_19107)
public static final BSplineSurfaceForm UNSPECIFIED
No particular surface is specified..

Method Detail

values

public static BSplineSurfaceForm[] values()
Returns the list of BSplineSurfaceForms.

Returns:
The list of codes declared in the current JVM.

family

public BSplineSurfaceForm[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<BSplineSurfaceForm>
Returns:
The codes of the same kind than this code.

valueOf

public static BSplineSurfaceForm valueOf(String code)
Returns the B-spline surface form that matches the given string, or returns a new one if none match it.

Parameters:
code - The name of the code to fetch or to create.
Returns:
A code matching the given name.


Copyright © 1996-2014 Geotools. All Rights Reserved.