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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoCurveType
 TopoCurveType ObjectFactory.createTopoCurveType()
          Create an instance of TopoCurveType
 TopoCurveType TopoCurvePropertyType.getTopoCurve()
          Gets the value of the topoCurve property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoCurveType
 javax.xml.bind.JAXBElement<TopoCurveType> ObjectFactory.createTopoCurve(TopoCurveType value)
          Create an instance of JAXBElement<TopoCurveType>}
 void TopoCurvePropertyType.setTopoCurve(TopoCurveType value)
          Sets the value of the topoCurve property.