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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return ReliefComponentPropertyType
 ReliefComponentPropertyType Relief200Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type ReliefComponentPropertyType
 ReliefComponentProperty Relief200Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.dem._2 that return types with arguments of type ReliefComponentPropertyType
 java.util.List<ReliefComponentPropertyType> ReliefFeatureType.getReliefComponent()
          Gets the value of the reliefComponent property.
 

Method parameters in org.citygml4j.jaxb.citygml.dem._2 with type arguments of type ReliefComponentPropertyType
 void ReliefFeatureType.setReliefComponent(java.util.List<ReliefComponentPropertyType> reliefComponent)
          Sets the value of the reliefComponent property.