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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoordinateSystemAxisRefType
 javax.xml.bind.JAXBElement<CoordinateSystemAxisRefType> ObjectFactory.createCoordinateSystemAxisRef(CoordinateSystemAxisRefType value)
          Create an instance of JAXBElement<CoordinateSystemAxisRefType>}
 javax.xml.bind.JAXBElement<CoordinateSystemAxisRefType> ObjectFactory.createUsesAxis(CoordinateSystemAxisRefType value)
          Create an instance of JAXBElement<CoordinateSystemAxisRefType>}
 java.util.List<CoordinateSystemAxisRefType> AbstractCoordinateSystemType.getUsesAxis()
          Ordered sequence of associations to the coordinate system axes included in this coordinate system.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CoordinateSystemAxisRefType
 void AbstractCoordinateSystemType.setUsesAxis(java.util.List<CoordinateSystemAxisRefType> usesAxis)
          Ordered sequence of associations to the coordinate system axes included in this coordinate system.