Uses of Class
org.citygml4j.jaxb.citygml._0_4.TINReliefType

Packages that use TINReliefType
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return TINReliefType
 TINReliefType Relief040Marshaller.marshalTINRelief(TINRelief src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type TINReliefType
 void Relief040Marshaller.marshalTINRelief(TINRelief src, TINReliefType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type TINReliefType
 TINRelief Relief040Unmarshaller.unmarshalTINRelief(TINReliefType src)
           
 void Relief040Unmarshaller.unmarshalTINRelief(TINReliefType src, TINRelief dest)
           
 

Uses of TINReliefType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return TINReliefType
 TINReliefType ObjectFactory.createTINReliefType()
          Create an instance of TINReliefType
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TINReliefType
 javax.xml.bind.JAXBElement<TINReliefType> ObjectFactory.createTINRelief(TINReliefType value)
          Create an instance of JAXBElement<TINReliefType>}