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

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

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

Subclasses of ArcType in org.citygml4j.jaxb.gml._3_1_1
 class CircleType
          A Circle is an arc whose ends coincide to form a simple closed loop.
 

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

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

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