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

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

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

Subclasses of ArcByCenterPointType in org.citygml4j.jaxb.gml._3_1_1
 class CircleByCenterPointType
          A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle.
 

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

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

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