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

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

Uses of Knot in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type Knot
 List<Knot> SplineCurve.getKnots()
          The sequence of distinct knots used to define the spline basis functions.
 

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



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