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

Packages that use RectifiedGrid
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.grids   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.coverage   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type RectifiedGrid
 RectifiedGridType GMLMarshaller.marshalRectifiedGrid(RectifiedGrid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return RectifiedGrid
 RectifiedGrid GMLUnmarshaller.unmarshalRectifiedGrid(RectifiedGridType src)
           
 

Uses of RectifiedGrid in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return RectifiedGrid
 RectifiedGrid GMLFactory.createRectifiedGrid()
           
 

Uses of RectifiedGrid in org.citygml4j.impl.gml.coverage
 

Methods in org.citygml4j.impl.gml.coverage that return RectifiedGrid
 RectifiedGrid RectifiedGridDomainImpl.getRectifiedGrid()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type RectifiedGrid
 void RectifiedGridDomainImpl.setRectifiedGrid(RectifiedGrid rectifiedGrid)
           
 

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

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

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

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

Uses of RectifiedGrid in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return RectifiedGrid
 RectifiedGrid RectifiedGridDomain.getRectifiedGrid()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type RectifiedGrid
 void RectifiedGridDomain.setRectifiedGrid(RectifiedGrid rectifiedGrid)
           
 

Uses of RectifiedGrid in org.citygml4j.util.walker
 

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