Uses of Class
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.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 Appearance200Marshaller.marshalSurfaceDataProperty(SurfaceDataProperty src)
           
 SurfaceDataPropertyType Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 SurfaceDataProperty Appearance100Unmarshaller.unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 

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)