Uses of Class
org.citygml4j.jaxb.citygml.app._2.AppearancePropertyElement

Packages that use AppearancePropertyElement
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._2   
org.citygml4j.jaxb.citygml.core._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return AppearancePropertyElement
 AppearancePropertyElement Appearance200Marshaller.marshalAppearancePropertyElement(AppearanceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AppearancePropertyElement
 AppearanceProperty Appearance200Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyElement src)
           
 

Uses of AppearancePropertyElement in org.citygml4j.jaxb.citygml.app._2
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return AppearancePropertyElement
 AppearancePropertyElement ObjectFactory.createAppearancePropertyElement(AppearancePropertyType value)
          Create an instance of AppearancePropertyElement}
 

Uses of AppearancePropertyElement in org.citygml4j.jaxb.citygml.core._2
 

Methods in org.citygml4j.jaxb.citygml.core._2 that return types with arguments of type AppearancePropertyElement
 java.util.List<AppearancePropertyElement> AbstractCityObjectType.getAppearance()
          Gets the value of the appearance property.
 

Method parameters in org.citygml4j.jaxb.citygml.core._2 with type arguments of type AppearancePropertyElement
 void AbstractCityObjectType.setAppearance(java.util.List<AppearancePropertyElement> appearance)
          Sets the value of the appearance property.