Uses of Class
org.citygml4j.model.gml.grids.Grid

Packages that use Grid
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.grids   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Grid
 Grid GMLUnmarshaller.unmarshalGrid(GridType src)
           
 

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

Uses of Grid in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Grid
 T GeometryFunctor.apply(Grid grid)
           
 void GeometryVisitor.visit(Grid grid)
           
 

Uses of Grid in org.citygml4j.model.gml.grids
 

Subclasses of Grid in org.citygml4j.model.gml.grids
 class RectifiedGrid
           
 

Uses of Grid in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Grid
 T GMLFunctionWalker.apply(Grid grid)
           
 T GeometryFunctionWalker.apply(Grid grid)
           
 void GMLWalker.visit(Grid grid)
           
 void GeometryWalker.visit(Grid grid)