Uses of Class
org.citygml4j.jaxb.citygml.dem._1.BreaklineReliefType

Packages that use BreaklineReliefType
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.jaxb.citygml.dem._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return BreaklineReliefType
 BreaklineReliefType Relief100Marshaller.marshalBreaklineRelief(BreaklineRelief src)
           
 

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

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

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

Uses of BreaklineReliefType in org.citygml4j.jaxb.citygml.dem._1
 

Methods in org.citygml4j.jaxb.citygml.dem._1 that return BreaklineReliefType
 BreaklineReliefType ObjectFactory.createBreaklineReliefType()
          Create an instance of BreaklineReliefType
 

Methods in org.citygml4j.jaxb.citygml.dem._1 that return types with arguments of type BreaklineReliefType
 javax.xml.bind.JAXBElement<BreaklineReliefType> ObjectFactory.createBreaklineRelief(BreaklineReliefType value)
          Create an instance of JAXBElement<BreaklineReliefType>}
 

Methods in org.citygml4j.jaxb.citygml.dem._1 with parameters of type BreaklineReliefType
 javax.xml.bind.JAXBElement<BreaklineReliefType> ObjectFactory.createBreaklineRelief(BreaklineReliefType value)
          Create an instance of JAXBElement<BreaklineReliefType>}