Uses of Interface
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.factory   
org.citygml4j.impl.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 Relief100Marshaller.marshalMassPointRelief(MassPointRelief src)
           
 MassPointReliefType Relief040Marshaller.marshalMassPointRelief(MassPointRelief src)
           
 void Relief100Marshaller.marshalMassPointRelief(MassPointRelief src, MassPointReliefType dest)
           
 void Relief040Marshaller.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 Relief100Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 MassPointRelief Relief040Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 

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

Uses of MassPointRelief in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MassPointRelief
 MassPointRelief CityGMLFactory.createMassPointRelief()
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement MassPointRelief
 class MassPointReliefImpl
           
 

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)