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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AppearancePropertyType
 void Appearance100Marshaller.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
 AppearanceMember Appearance100Unmarshaller.unmarshalAppearanceMember(AppearancePropertyType src)
           
 AppearanceProperty Appearance100Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 void Appearance100Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src, AppearanceProperty dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.app._1 that return types with arguments of type AppearancePropertyType
 javax.xml.bind.JAXBElement<AppearancePropertyType> ObjectFactory.createAppearance(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 javax.xml.bind.JAXBElement<AppearancePropertyType> ObjectFactory.createAppearanceMember(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 

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

Uses of AppearancePropertyType in org.citygml4j.jaxb.citygml.core._1
 

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

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