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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type RasterReliefType
 void Relief040Marshaller.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 Relief040Unmarshaller.unmarshalRasterRelief(RasterReliefType src)
           
 void Relief040Unmarshaller.unmarshalRasterRelief(RasterReliefType src, RasterRelief dest)
           
 

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

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

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