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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AppearancePropertyType
 void Appearance200Marshaller.marshalAppearanceProperty(AppearanceProperty src, AppearancePropertyType dest)
           
 

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

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

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

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

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

Constructors in org.citygml4j.jaxb.citygml.app._2 with parameters of type AppearancePropertyType
AppearancePropertyElement(AppearancePropertyType value)