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

Packages that use RectifiedGridCoverageType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of RectifiedGridCoverageType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return RectifiedGridCoverageType
 RectifiedGridCoverageType GMLMarshaller.marshalRectifiedGridCoverage(RectifiedGridCoverage src)
           
 

Uses of RectifiedGridCoverageType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type RectifiedGridCoverageType
 RectifiedGridCoverage GMLUnmarshaller.unmarshalRectifiedGridCoverage(RectifiedGridCoverageType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return RectifiedGridCoverageType
 RectifiedGridCoverageType ObjectFactory.createRectifiedGridCoverageType()
          Create an instance of RectifiedGridCoverageType
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type RectifiedGridCoverageType
 javax.xml.bind.JAXBElement<RectifiedGridCoverageType> ObjectFactory.createRectifiedGridCoverage(RectifiedGridCoverageType value)
          Create an instance of JAXBElement<RectifiedGridCoverageType>}