Uses of Interface
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.factory   
org.citygml4j.impl.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 Relief100Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src)
           
 ReliefComponentPropertyType Relief040Marshaller.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 Relief100Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 ReliefComponentProperty Relief040Unmarshaller.unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 

Uses of ReliefComponentProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ReliefComponentProperty
 ReliefComponentProperty CityGMLFactory.createReliefComponentProperty()
           
 ReliefComponentProperty CityGMLFactory.createReliefComponentProperty(AbstractReliefComponent reliefComponent)
           
 ReliefComponentProperty CityGMLFactory.createReliefComponentProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement ReliefComponentProperty
 class ReliefComponentPropertyImpl
           
 

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

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

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

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)