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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return KnotTypesType
static KnotTypesType KnotTypesType.fromValue(java.lang.String v)
           
 KnotTypesType BSplineType.getKnotType()
          Ruft den Wert der knotType-Eigenschaft ab.
static KnotTypesType KnotTypesType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KnotTypesType[] KnotTypesType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type KnotTypesType
 void BSplineType.setKnotType(KnotTypesType value)
          Legt den Wert der knotType-Eigenschaft fest.