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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return GridType
 GridType GMLMarshaller.marshalGrid(Grid src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GridType
 void GMLMarshaller.marshalGrid(Grid src, GridType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type GridType
 Grid GMLUnmarshaller.unmarshalGrid(GridType src)
           
 void GMLUnmarshaller.unmarshalGrid(GridType src, Grid dest)
           
 

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

Subclasses of GridType in org.citygml4j.jaxb.gml._3_1_1
 class RectifiedGridType
          A rectified grid has an origin and vectors that define its post locations.
 

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

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

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