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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CRSRefType
 CRSRefType ObjectFactory.createCRSRefType()
          Create an instance of CRSRefType
 CRSRefType AbstractCoordinateOperationType.getSourceCRS()
          Gets the value of the sourceCRS property.
 CRSRefType AbstractCoordinateOperationType.getTargetCRS()
          Gets the value of the targetCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CRSRefType
 javax.xml.bind.JAXBElement<CRSRefType> ObjectFactory.createCrsRef(CRSRefType value)
          Create an instance of JAXBElement<CRSRefType>}
 javax.xml.bind.JAXBElement<CRSRefType> ObjectFactory.createSourceCRS(CRSRefType value)
          Create an instance of JAXBElement<CRSRefType>}
 javax.xml.bind.JAXBElement<CRSRefType> ObjectFactory.createTargetCRS(CRSRefType value)
          Create an instance of JAXBElement<CRSRefType>}
 void AbstractCoordinateOperationType.setSourceCRS(CRSRefType value)
          Sets the value of the sourceCRS property.
 void AbstractCoordinateOperationType.setTargetCRS(CRSRefType value)
          Sets the value of the targetCRS property.