Uses of Class
org.citygml4j.jaxb.citygml._0_4.ReliefComponentPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return ReliefComponentPropertyType
 ReliefComponentPropertyType Relief040Marshaller.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 Relief040Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 

Uses of ReliefComponentPropertyType in org.citygml4j.jaxb.citygml._0_4
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with type arguments of type ReliefComponentPropertyType
 void ReliefFeatureType.setReliefComponent(java.util.List<ReliefComponentPropertyType> reliefComponent)
          Sets the value of the reliefComponent property.