Uses of Interface
org.citygml4j.model.gml.coverage.RectifiedGridCoverage

Packages that use RectifiedGridCoverage
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type RectifiedGridCoverage
 RectifiedGridCoverageType GMLMarshaller.marshalRectifiedGridCoverage(RectifiedGridCoverage src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return RectifiedGridCoverage
 RectifiedGridCoverage GMLUnmarshaller.unmarshalRectifiedGridCoverage(RectifiedGridCoverageType src)
           
 

Uses of RectifiedGridCoverage in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return RectifiedGridCoverage
 RectifiedGridCoverage GMLFactory.createRectifiedGridCoverage()
           
 

Methods in org.citygml4j.factory with parameters of type RectifiedGridCoverage
 GridProperty CityGMLFactory.createGridProperty(RectifiedGridCoverage rectifiedGridCoverage)
           
 

Uses of RectifiedGridCoverage in org.citygml4j.impl.citygml.relief
 

Methods in org.citygml4j.impl.citygml.relief that return RectifiedGridCoverage
 RectifiedGridCoverage GridPropertyImpl.getRectifiedGridCoverage()
           
 

Methods in org.citygml4j.impl.citygml.relief with parameters of type RectifiedGridCoverage
 void GridPropertyImpl.setRectifiedGridCoverage(RectifiedGridCoverage rectifiedGridCoverage)
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement RectifiedGridCoverage
 class RectifiedGridCoverageImpl
           
 

Uses of RectifiedGridCoverage in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return RectifiedGridCoverage
 RectifiedGridCoverage GridProperty.getRectifiedGridCoverage()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type RectifiedGridCoverage
 void GridProperty.setRectifiedGridCoverage(RectifiedGridCoverage rectifiedGridCoverage)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type RectifiedGridCoverage
 T FeatureFunctor.apply(RectifiedGridCoverage rectifiedGridCoverage)
           
 void FeatureVisitor.visit(RectifiedGridCoverage rectifiedGridCoverage)
           
 

Uses of RectifiedGridCoverage in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type RectifiedGridCoverage
 T GMLFunctionWalker.apply(RectifiedGridCoverage rectifiedGridCoverage)
           
 T FeatureFunctionWalker.apply(RectifiedGridCoverage rectifiedGridCoverage)
           
 void GMLWalker.visit(RectifiedGridCoverage rectifiedGridCoverage)
           
 void FeatureWalker.visit(RectifiedGridCoverage rectifiedGridCoverage)