Uses of Class
org.citygml4j.jaxb.citygml._0_4._AppearancePropertyType

Packages that use _AppearancePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of _AppearancePropertyType in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return _AppearancePropertyType
 _AppearancePropertyType TexturedSurface040Marshaller.marshalAppearanceProperty(_AppearanceProperty src)
           
 

Uses of _AppearancePropertyType in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type _AppearancePropertyType
 _AppearanceProperty TexturedSurface040Unmarshaller.unmarshalAppearanceProperty(_AppearancePropertyType src)
           
 

Uses of _AppearancePropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return _AppearancePropertyType
 _AppearancePropertyType ObjectFactory.create_AppearancePropertyType()
          Create an instance of _AppearancePropertyType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type _AppearancePropertyType
 javax.xml.bind.JAXBElement<_AppearancePropertyType> ObjectFactory.createAppearance(_AppearancePropertyType value)
          Create an instance of JAXBElement<_AppearancePropertyType>}
 java.util.List<_AppearancePropertyType> TexturedSurfaceType.getAppearance()
          Gets the value of the appearance property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type _AppearancePropertyType
 javax.xml.bind.JAXBElement<_AppearancePropertyType> ObjectFactory.createAppearance(_AppearancePropertyType value)
          Create an instance of JAXBElement<_AppearancePropertyType>}
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type _AppearancePropertyType
 void TexturedSurfaceType.setAppearance(java.util.List<_AppearancePropertyType> appearance)
          Sets the value of the appearance property.