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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type MassPointReliefType
 void Relief200Marshaller.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 Relief200Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src)
           
 void Relief200Unmarshaller.unmarshalMassPointRelief(MassPointReliefType src, MassPointRelief dest)
           
 

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

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

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