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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return MassPointReliefType
 MassPointReliefType Relief100Marshaller.marshalMassPointRelief(MassPointRelief src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type MassPointReliefType
 void Relief100Marshaller.marshalMassPointRelief(MassPointRelief src, MassPointReliefType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type MassPointReliefType
 MassPointRelief Relief100Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 void Relief100Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src, MassPointRelief dest)
           
 

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

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

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

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