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

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

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

Subclasses of ArcStringType in org.citygml4j.jaxb.gml._3_1_1
 class ArcType
          An Arc is an arc string with only one arc unit, i.e. three control points.
 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 ArcStringType
 ArcStringType ObjectFactory.createArcStringType()
          Create an instance of ArcStringType
 

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

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