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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type TINReliefType
 void Relief100Marshaller.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 Relief100Unmarshaller.unmarshalTINRelief(TINReliefType src)
           
 void Relief100Unmarshaller.unmarshalTINRelief(TINReliefType src, TINRelief dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.dem._1 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.dem._1 with parameters of type TINReliefType
 javax.xml.bind.JAXBElement<TINReliefType> ObjectFactory.createTINRelief(TINReliefType value)
          Create an instance of JAXBElement<TINReliefType>}