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

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

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

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

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

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