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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DerivedCRSType
 DerivedCRSType ObjectFactory.createDerivedCRSType()
          Create an instance of DerivedCRSType
 DerivedCRSType DerivedCRSRefType.getDerivedCRS()
          Ruft den Wert der derivedCRS-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DerivedCRSType
 javax.xml.bind.JAXBElement<DerivedCRSType> ObjectFactory.createDerivedCRS(DerivedCRSType value)
          Create an instance of JAXBElement<DerivedCRSType>}
 void DerivedCRSRefType.setDerivedCRS(DerivedCRSType value)
          Legt den Wert der derivedCRS-Eigenschaft fest.