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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DerivedCRSTypeType
 DerivedCRSTypeType ObjectFactory.createDerivedCRSTypeType()
          Create an instance of DerivedCRSTypeType
 DerivedCRSTypeType DerivedCRSType.getDerivedCRSType()
          Gets the value of the derivedCRSType property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DerivedCRSTypeType
 javax.xml.bind.JAXBElement<DerivedCRSTypeType> ObjectFactory.createDerivedCRSType(DerivedCRSTypeType value)
          Create an instance of JAXBElement<DerivedCRSTypeType>}
 void DerivedCRSType.setDerivedCRSType(DerivedCRSTypeType value)
          Sets the value of the derivedCRSType property.