Uses of Interface
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.factory   
org.citygml4j.impl.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 Relief100Marshaller.marshalReliefFeature(ReliefFeature src)
           
 ReliefFeatureType Relief040Marshaller.marshalReliefFeature(ReliefFeature src)
           
 void Relief100Marshaller.marshalReliefFeature(ReliefFeature src, ReliefFeatureType dest)
           
 void Relief040Marshaller.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 Relief100Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src)
           
 ReliefFeature Relief040Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src)
           
 

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

Uses of ReliefFeature in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ReliefFeature
 ReliefFeature CityGMLFactory.createReliefFeature()
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement ReliefFeature
 class ReliefFeatureImpl
           
 

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)