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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeographicCRSType
 GeographicCRSType ObjectFactory.createGeographicCRSType()
          Create an instance of GeographicCRSType
 GeographicCRSType GeographicCRSRefType.getGeographicCRS()
          Gets the value of the geographicCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeographicCRSType
 javax.xml.bind.JAXBElement<GeographicCRSType> ObjectFactory.createGeographicCRS(GeographicCRSType value)
          Create an instance of JAXBElement<GeographicCRSType>}
 void GeographicCRSRefType.setGeographicCRS(GeographicCRSType value)
          Sets the value of the geographicCRS property.