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

Packages that use TINRelief
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 TINRelief in org.citygml4j.builder.jaxb.marshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type TINRelief
 TINReliefType Relief200Marshaller.marshalTINRelief(TINRelief src)
           
 TINReliefType Relief100Marshaller.marshalTINRelief(TINRelief src)
           
 void Relief200Marshaller.marshalTINRelief(TINRelief src, TINReliefType dest)
           
 void Relief100Marshaller.marshalTINRelief(TINRelief src, TINReliefType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return TINRelief
 TINRelief Relief200Unmarshaller.unmarshalTINRelief(TINReliefType src)
           
 TINRelief Relief100Unmarshaller.unmarshalTINRelief(TINReliefType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type TINRelief
 void Relief200Unmarshaller.unmarshalTINRelief(TINReliefType src, TINRelief dest)
           
 void Relief100Unmarshaller.unmarshalTINRelief(TINReliefType src, TINRelief dest)
           
 

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

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

Uses of TINRelief in org.citygml4j.util.walker
 

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