Uses of Class
org.citygml4j.model.citygml.relief.ReliefComponentProperty

Packages that use ReliefComponentProperty
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.model.citygml.relief   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type ReliefComponentProperty
 ReliefComponentPropertyType Relief200Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src)
           
 ReliefComponentPropertyType Relief100Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return ReliefComponentProperty
 ReliefComponentProperty Relief200Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 ReliefComponentProperty Relief100Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 

Uses of ReliefComponentProperty in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return types with arguments of type ReliefComponentProperty
 java.util.List<ReliefComponentProperty> ReliefFeature.getReliefComponent()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type ReliefComponentProperty
 void ReliefFeature.addReliefComponent(ReliefComponentProperty reliefComponent)
           
 boolean ReliefFeature.unsetReliefComponent(ReliefComponentProperty reliefComponent)
           
 

Method parameters in org.citygml4j.model.citygml.relief with type arguments of type ReliefComponentProperty
 void ReliefFeature.setReliefComponent(java.util.List<ReliefComponentProperty> reliefComponent)