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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordinateSystemRefType
 CoordinateSystemRefType ObjectFactory.createCoordinateSystemRefType()
          Create an instance of CoordinateSystemRefType
 CoordinateSystemRefType EngineeringCRSType.getUsesCS()
          Gets the value of the usesCS property.
 CoordinateSystemRefType DerivedCRSType.getUsesCS()
          Gets the value of the usesCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordinateSystemRefType
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createCoordinateSystemRef(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createUsesCS(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 void EngineeringCRSType.setUsesCS(CoordinateSystemRefType value)
          Sets the value of the usesCS property.
 void DerivedCRSType.setUsesCS(CoordinateSystemRefType value)
          Sets the value of the usesCS property.