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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EngineeringCRSType
 EngineeringCRSType ObjectFactory.createEngineeringCRSType()
          Create an instance of EngineeringCRSType
 EngineeringCRSType EngineeringCRSRefType.getEngineeringCRS()
          Gets the value of the engineeringCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EngineeringCRSType
 javax.xml.bind.JAXBElement<EngineeringCRSType> ObjectFactory.createEngineeringCRS(EngineeringCRSType value)
          Create an instance of JAXBElement<EngineeringCRSType>}
 void EngineeringCRSRefType.setEngineeringCRS(EngineeringCRSType value)
          Sets the value of the engineeringCRS property.