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

Packages that use RectifiedGrid
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.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 that return types with arguments of type RectifiedGrid
 java.lang.Class<RectifiedGrid> RectifiedGridDomain.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.gml.coverage with parameters of type RectifiedGrid
RectifiedGridDomain(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)