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

Packages that use Grid
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.grids   
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.factory
 

Methods in org.citygml4j.factory that return Grid
 Grid GMLFactory.createGrid()
           
 

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

Classes in org.citygml4j.impl.gml.grids that implement Grid
 class GridImpl
           
 class RectifiedGridImpl
           
 

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
 

Subinterfaces of Grid in org.citygml4j.model.gml.grids
 interface 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)