Uses of Class
org.citygml4j.jaxb.xlink.ArcType

Packages that use ArcType
org.citygml4j.jaxb.xlink   
 

Uses of ArcType in org.citygml4j.jaxb.xlink
 

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

Methods in org.citygml4j.jaxb.xlink 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.xlink with parameters of type ArcType
 javax.xml.bind.JAXBElement<ArcType> ObjectFactory.createArc(ArcType value)
          Create an instance of JAXBElement<ArcType>}