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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordinateSystemAxisType
 CoordinateSystemAxisType ObjectFactory.createCoordinateSystemAxisType()
          Create an instance of CoordinateSystemAxisType
 CoordinateSystemAxisType CoordinateSystemAxisRefType.getCoordinateSystemAxis()
          Gets the value of the coordinateSystemAxis property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordinateSystemAxisType
 javax.xml.bind.JAXBElement<CoordinateSystemAxisType> ObjectFactory.createCoordinateSystemAxis(CoordinateSystemAxisType value)
          Create an instance of JAXBElement<CoordinateSystemAxisType>}
 void CoordinateSystemAxisRefType.setCoordinateSystemAxis(CoordinateSystemAxisType value)
          Sets the value of the coordinateSystemAxis property.