Uses of Interface
org.citygml4j.model.citygml.relief.AbstractReliefComponent

Packages that use AbstractReliefComponent
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.citygml.relief   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type AbstractReliefComponent
 void Relief040Marshaller.marshalReliefComponent(AbstractReliefComponent src, _ReliefComponentType dest)
           
 void Relief100Marshaller.marshalReliefComponent(AbstractReliefComponent src, AbstractReliefComponentType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type AbstractReliefComponent
 void Relief040Unmarshaller.unmarshalReliefComponent(_ReliefComponentType src, AbstractReliefComponent dest)
           
 void Relief100Unmarshaller.unmarshalReliefComponent(AbstractReliefComponentType src, AbstractReliefComponent dest)
           
 

Uses of AbstractReliefComponent in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractReliefComponent
 ReliefComponentProperty CityGMLFactory.createReliefComponentProperty(AbstractReliefComponent reliefComponent)
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement AbstractReliefComponent
 class AbstractReliefComponentImpl
           
 class BreaklineReliefImpl
           
 class MassPointReliefImpl
           
 class RasterReliefImpl
           
 class TINReliefImpl
           
 

Methods in org.citygml4j.impl.citygml.relief that return AbstractReliefComponent
 AbstractReliefComponent ReliefComponentPropertyImpl.getReliefComponent()
           
 

Methods in org.citygml4j.impl.citygml.relief with parameters of type AbstractReliefComponent
 void ReliefComponentPropertyImpl.setReliefComponent(AbstractReliefComponent reliefComponent)
           
 

Uses of AbstractReliefComponent in org.citygml4j.model.citygml.relief
 

Subinterfaces of AbstractReliefComponent in org.citygml4j.model.citygml.relief
 interface BreaklineRelief
           
 interface MassPointRelief
           
 interface RasterRelief
           
 interface TINRelief
           
 

Methods in org.citygml4j.model.citygml.relief that return AbstractReliefComponent
 AbstractReliefComponent ReliefComponentProperty.getReliefComponent()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type AbstractReliefComponent
 void ReliefComponentProperty.setReliefComponent(AbstractReliefComponent reliefComponent)
           
 

Uses of AbstractReliefComponent in org.citygml4j.util.walker
 

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