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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type BreaklineRelief
 BreaklineReliefType Relief100Marshaller.marshalBreaklineRelief(BreaklineRelief src)
           
 BreaklineReliefType Relief040Marshaller.marshalBreaklineRelief(BreaklineRelief src)
           
 void Relief100Marshaller.marshalBreaklineRelief(BreaklineRelief src, BreaklineReliefType dest)
           
 void Relief040Marshaller.marshalBreaklineRelief(BreaklineRelief src, BreaklineReliefType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return BreaklineRelief
 BreaklineRelief Relief100Unmarshaller.unmarshalBreaklineRelief(BreaklineReliefType src)
           
 BreaklineRelief Relief040Unmarshaller.unmarshalBreaklineRelief(BreaklineReliefType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type BreaklineRelief
 void Relief100Unmarshaller.unmarshalBreaklineRelief(BreaklineReliefType src, BreaklineRelief dest)
           
 void Relief040Unmarshaller.unmarshalBreaklineRelief(BreaklineReliefType src, BreaklineRelief dest)
           
 

Uses of BreaklineRelief in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BreaklineRelief
 BreaklineRelief CityGMLFactory.createBreaklineRelief()
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement BreaklineRelief
 class BreaklineReliefImpl
           
 

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

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

Uses of BreaklineRelief in org.citygml4j.util.walker
 

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