Uses of Class
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.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 Relief200Marshaller.marshalAbstractReliefComponent(AbstractReliefComponent src, AbstractReliefComponentType dest)
           
 void Relief100Marshaller.marshalAbstractReliefComponent(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 Relief200Unmarshaller.unmarshalAbstractReliefComponent(AbstractReliefComponentType src, AbstractReliefComponent dest)
           
 void Relief100Unmarshaller.unmarshalAbstractReliefComponent(AbstractReliefComponentType src, AbstractReliefComponent dest)
           
 

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

Subclasses of AbstractReliefComponent in org.citygml4j.model.citygml.relief
 class BreaklineRelief
           
 class MassPointRelief
           
 class RasterRelief
           
 class TINRelief
           
 

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

Methods in org.citygml4j.model.citygml.relief that return types with arguments of type AbstractReliefComponent
 java.lang.Class<AbstractReliefComponent> ReliefComponentProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.relief with parameters of type AbstractReliefComponent
ReliefComponentProperty(AbstractReliefComponent abstractReliefComponent)
           
 

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)