Uses of Interface
org.citygml4j.model.citygml.appearance.SurfaceDataProperty

Packages that use SurfaceDataProperty
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
 

Uses of SurfaceDataProperty in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type SurfaceDataProperty
 SurfaceDataPropertyType Appearance100Marshaller.marshalSurfaceDataProperty(SurfaceDataProperty src)
           
 SurfaceDataPropertyType Appearance040Marshaller.marshalSurfaceDataProperty(SurfaceDataProperty src)
           
 

Uses of SurfaceDataProperty in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return SurfaceDataProperty
 SurfaceDataProperty Appearance100Unmarshaller.unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 SurfaceDataProperty Appearance040Unmarshaller.unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 

Uses of SurfaceDataProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SurfaceDataProperty
 SurfaceDataProperty CityGMLFactory.createSurfaceDataProperty()
           
 SurfaceDataProperty CityGMLFactory.createSurfaceDataProperty(AbstractSurfaceData abstractSurfaceData)
           
 SurfaceDataProperty CityGMLFactory.createSurfaceDataProperty(java.lang.String xlink)
           
 

Uses of SurfaceDataProperty in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement SurfaceDataProperty
 class SurfaceDataPropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return types with arguments of type SurfaceDataProperty
 java.util.List<SurfaceDataProperty> AppearanceImpl.getSurfaceDataMember()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type SurfaceDataProperty
 void AppearanceImpl.addSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
           
 boolean AppearanceImpl.unsetSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
           
 

Method parameters in org.citygml4j.impl.citygml.appearance with type arguments of type SurfaceDataProperty
 void AppearanceImpl.setSurfaceDataMember(java.util.List<SurfaceDataProperty> surfaceDataMember)
           
 

Uses of SurfaceDataProperty in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return types with arguments of type SurfaceDataProperty
 java.util.List<SurfaceDataProperty> Appearance.getSurfaceDataMember()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type SurfaceDataProperty
 void Appearance.addSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
           
 boolean Appearance.unsetSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
           
 

Method parameters in org.citygml4j.model.citygml.appearance with type arguments of type SurfaceDataProperty
 void Appearance.setSurfaceDataMember(java.util.List<SurfaceDataProperty> surfaceDataMember)