Uses of Class
nl.b3p.csw.jaxb.gml.BSplineType
-
Packages that use BSplineType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of BSplineType in nl.b3p.csw.jaxb.gml
Subclasses of BSplineType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classBezierTypeBezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.Methods in nl.b3p.csw.jaxb.gml that return BSplineType Modifier and Type Method Description BSplineTypeObjectFactory. createBSplineType()Create an instance ofBSplineTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type BSplineType Modifier and Type Method Description BSplineObjectFactory. createBSpline(BSplineType value)Create an instance ofBSpline}Constructors in nl.b3p.csw.jaxb.gml with parameters of type BSplineType Constructor Description BSpline(BSplineType value)
-