Uses of Class
org.citygml4j.jaxb.citygml.tex._2.AppearancePropertyType

Packages that use AppearancePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.jaxb.citygml.tex._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return AppearancePropertyType
 AppearancePropertyType TexturedSurface200Marshaller.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 TexturedSurface200Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 

Uses of AppearancePropertyType in org.citygml4j.jaxb.citygml.tex._2
 

Methods in org.citygml4j.jaxb.citygml.tex._2 that return AppearancePropertyType
 AppearancePropertyType ObjectFactory.createAppearancePropertyType()
          Create an instance of AppearancePropertyType
 

Methods in org.citygml4j.jaxb.citygml.tex._2 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.tex._2 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.tex._2 with type arguments of type AppearancePropertyType
 void TexturedSurfaceType.setAppearance(java.util.List<AppearancePropertyType> appearance)
          Sets the value of the appearance property.