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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type KnotPropertyType
 java.util.List<KnotPropertyType> BSplineType.getKnot()
          Gets the value of the knot property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type KnotPropertyType
 void BSplineType.setKnot(java.util.List<KnotPropertyType> knot)
          Sets the value of the knot property.