Uses of Class
org.citygml4j.jaxb.citygml.app._1.SurfaceDataPropertyType

Packages that use SurfaceDataPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return SurfaceDataPropertyType
 SurfaceDataPropertyType Appearance100Marshaller.marshalSurfaceDataProperty(SurfaceDataProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type SurfaceDataPropertyType
 SurfaceDataProperty Appearance100Unmarshaller.unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 

Uses of SurfaceDataPropertyType in org.citygml4j.jaxb.citygml.app._1
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return SurfaceDataPropertyType
 SurfaceDataPropertyType ObjectFactory.createSurfaceDataPropertyType()
          Create an instance of SurfaceDataPropertyType
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return types with arguments of type SurfaceDataPropertyType
 java.util.List<SurfaceDataPropertyType> AppearanceType.getSurfaceDataMember()
          Gets the value of the surfaceDataMember property.
 

Method parameters in org.citygml4j.jaxb.citygml.app._1 with type arguments of type SurfaceDataPropertyType
 void AppearanceType.setSurfaceDataMember(java.util.List<SurfaceDataPropertyType> surfaceDataMember)
          Sets the value of the surfaceDataMember property.