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

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

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

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

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

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

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

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