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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return ReliefFeatureType
 ReliefFeatureType Relief100Marshaller.marshalReliefFeature(ReliefFeature src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type ReliefFeatureType
 void Relief100Marshaller.marshalReliefFeature(ReliefFeature src, ReliefFeatureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type ReliefFeatureType
 ReliefFeature Relief100Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src)
           
 void Relief100Unmarshaller.unmarshalReliefFeature(ReliefFeatureType src, ReliefFeature dest)
           
 

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

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

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

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