Uses of Class
org.citygml4j.model.citygml.relief.MassPointRelief

Packages that use MassPointRelief
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of MassPointRelief in org.citygml4j.builder.jaxb.marshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type MassPointRelief
 MassPointReliefType Relief200Marshaller.marshalMassPointRelief(MassPointRelief src)
           
 MassPointReliefType Relief100Marshaller.marshalMassPointRelief(MassPointRelief src)
           
 void Relief200Marshaller.marshalMassPointRelief(MassPointRelief src, MassPointReliefType dest)
           
 void Relief100Marshaller.marshalMassPointRelief(MassPointRelief src, MassPointReliefType dest)
           
 

Uses of MassPointRelief in org.citygml4j.builder.jaxb.unmarshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return MassPointRelief
 MassPointRelief Relief200Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 MassPointRelief Relief100Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type MassPointRelief
 void Relief200Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src, MassPointRelief dest)
           
 void Relief100Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src, MassPointRelief dest)
           
 

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

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

Uses of MassPointRelief in org.citygml4j.util.walker
 

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