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()
          Ruft den Wert der sourceCRS-Eigenschaft ab.
 CRSRefType AbstractCoordinateOperationType.getTargetCRS()
          Ruft den Wert der targetCRS-Eigenschaft ab.
 

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)
          Legt den Wert der sourceCRS-Eigenschaft fest.
 void AbstractCoordinateOperationType.setTargetCRS(CRSRefType value)
          Legt den Wert der targetCRS-Eigenschaft fest.