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

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

Uses of KnotType in org.opengis.geometry.coordinate
 

Fields in org.opengis.geometry.coordinate declared as KnotType
static KnotType KnotType.PIECEWISE_BEZIER
          The form of knots is appropriate for a piecewise Bezier curve.
static KnotType KnotType.QUASI_UNIFORM
          The form of knots is appropriate for a quasi-uniform B-spline.
static KnotType KnotType.UNIFORM
          The form of knots is appropriate for a uniform B-spline.
 

Methods in org.opengis.geometry.coordinate that return KnotType
 KnotType BSplineSurface.getKnotSpec()
          Gives the type of knot distribution used in defining this spline.
 KnotType BSplineCurve.getKnotSpec()
          Gives the type of knot distribution used in defining this spline.
static KnotType KnotType.valueOf(String code)
          Returns the KnotType that matches the given string, or returns a new one if none match it.
static KnotType[] KnotType.values()
          Returns the list of KnotTypes.
 

Methods in org.opengis.geometry.coordinate with parameters of type KnotType
 BSplineCurve GeometryFactory.createBSplineCurve(int degree, PointArray points, List<Knot> knots, KnotType knotSpec)
          Constructs a B-spline curve.
 BSplineSurface GeometryFactory.createBSplineSurface(List<PointArray> points, int[] degree, List<Knot>[] knots, KnotType knotSpec)
          Constructs a B-spline surface.
 



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