Uses of Class
org.citygml4j.jaxb.gml._3_1_1.BSplineType

Packages that use BSplineType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of BSplineType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of BSplineType in org.citygml4j.jaxb.gml._3_1_1
 class BezierType
          Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return BSplineType
 BSplineType ObjectFactory.createBSplineType()
          Create an instance of BSplineType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type BSplineType
 javax.xml.bind.JAXBElement<BSplineType> ObjectFactory.createBSpline(BSplineType value)
          Create an instance of JAXBElement<BSplineType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type BSplineType
 javax.xml.bind.JAXBElement<BSplineType> ObjectFactory.createBSpline(BSplineType value)
          Create an instance of JAXBElement<BSplineType>}