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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompoundCRSType
 CompoundCRSType ObjectFactory.createCompoundCRSType()
          Create an instance of CompoundCRSType
 CompoundCRSType CompoundCRSRefType.getCompoundCRS()
          Gets the value of the compoundCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompoundCRSType
 javax.xml.bind.JAXBElement<CompoundCRSType> ObjectFactory.createCompoundCRS(CompoundCRSType value)
          Create an instance of JAXBElement<CompoundCRSType>}
 void CompoundCRSRefType.setCompoundCRS(CompoundCRSType value)
          Sets the value of the compoundCRS property.