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

Packages that use RectifiedGridCoverage
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.model.citygml.relief
 

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

Methods in org.citygml4j.model.citygml.relief that return types with arguments of type RectifiedGridCoverage
 java.lang.Class<RectifiedGridCoverage> GridProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.relief with parameters of type RectifiedGridCoverage
GridProperty(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)