|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Knot | |
---|---|
org.deegree.geometry | |
org.deegree.geometry.primitive.segments | |
org.deegree.geometry.standard.curvesegments |
Uses of Knot in org.deegree.geometry |
---|
Methods in org.deegree.geometry with parameters of type Knot | |
---|---|
Bezier |
GeometryFactory.createBezier(Points points,
int degree,
Knot knot1,
Knot knot2)
Creates a Bezier curve segment. |
Method parameters in org.deegree.geometry with type arguments of type Knot | |
---|---|
BSpline |
GeometryFactory.createBSpline(Points points,
int degree,
List<Knot> knots,
boolean isPolynomial)
Creates a BSpline curve segment. |
Uses of Knot in org.deegree.geometry.primitive.segments |
---|
Methods in org.deegree.geometry.primitive.segments that return Knot | |
---|---|
Knot |
Bezier.getKnot1()
Returns the first knot that defines the spline's basis functions. |
Knot |
Bezier.getKnot2()
Returns the second knot that defines the spline's basis functions. |
Methods in org.deegree.geometry.primitive.segments that return types with arguments of type Knot | |
---|---|
List<Knot> |
BSpline.getKnots()
Returns the knots that define the spline basis functions. |
Uses of Knot in org.deegree.geometry.standard.curvesegments |
---|
Methods in org.deegree.geometry.standard.curvesegments that return Knot | |
---|---|
Knot |
DefaultBezier.getKnot1()
|
Knot |
DefaultBezier.getKnot2()
|
Methods in org.deegree.geometry.standard.curvesegments that return types with arguments of type Knot | |
---|---|
List<Knot> |
DefaultBezier.getKnots()
|
List<Knot> |
DefaultBSpline.getKnots()
|
Constructors in org.deegree.geometry.standard.curvesegments with parameters of type Knot | |
---|---|
DefaultBezier(Points controlPoints,
int polynomialDegree,
Knot knot1,
Knot knot2)
Creates a new DefaultBezier instance from the given parameters. |
Constructor parameters in org.deegree.geometry.standard.curvesegments with type arguments of type Knot | |
---|---|
DefaultBSpline(Points controlPoints,
int polynomialDegree,
List<Knot> knots,
boolean isPolynomial)
Creates a new DefaultBSpline instance from the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |