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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return RectifiedGridType
 RectifiedGridType GMLMarshaller.marshalRectifiedGrid(RectifiedGrid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type RectifiedGridType
 RectifiedGrid GMLUnmarshaller.unmarshalRectifiedGrid(RectifiedGridType src)
           
 

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

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

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

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