Uses of Class
org.citygml4j.jaxb.citygml.dem._2.RasterReliefType

Packages that use RasterReliefType
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.jaxb.citygml.dem._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return RasterReliefType
 RasterReliefType Relief200Marshaller.marshalRasterRelief(RasterRelief src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type RasterReliefType
 void Relief200Marshaller.marshalRasterRelief(RasterRelief src, RasterReliefType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type RasterReliefType
 RasterRelief Relief200Unmarshaller.unmarshalRasterRelief(RasterReliefType src)
           
 void Relief200Unmarshaller.unmarshalRasterRelief(RasterReliefType src, RasterRelief dest)
           
 

Uses of RasterReliefType in org.citygml4j.jaxb.citygml.dem._2
 

Methods in org.citygml4j.jaxb.citygml.dem._2 that return RasterReliefType
 RasterReliefType ObjectFactory.createRasterReliefType()
          Create an instance of RasterReliefType
 

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

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