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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type ReliefFeature
 ReliefFeatureType Relief200Marshaller.marshalReliefFeature(ReliefFeature src)
           
 ReliefFeatureType Relief100Marshaller.marshalReliefFeature(ReliefFeature src)
           
 void Relief200Marshaller.marshalReliefFeature(ReliefFeature src, ReliefFeatureType dest)
           
 void Relief100Marshaller.marshalReliefFeature(ReliefFeature src, ReliefFeatureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return ReliefFeature
 ReliefFeature Relief200Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src)
           
 ReliefFeature Relief100Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type ReliefFeature
 void Relief200Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src, ReliefFeature dest)
           
 void Relief100Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src, ReliefFeature dest)
           
 

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

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

Uses of ReliefFeature in org.citygml4j.util.walker
 

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