Uses of Class
org.citygml4j.model.citygml.appearance.AppearanceProperty

Packages that use AppearanceProperty
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.core   
org.citygml4j.xml.io.reader   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return AppearanceProperty
 AppearanceProperty Appearance200Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyElement src)
           
 AppearanceProperty Appearance200Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 AppearanceProperty Appearance100Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 AppearanceProperty Appearance200Unmarshaller.unmarshalAppearanceProperty(FeaturePropertyType src)
           
 

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

Uses of AppearanceProperty in org.citygml4j.model.citygml.appearance
 

Subclasses of AppearanceProperty in org.citygml4j.model.citygml.appearance
 class AppearanceMember
           
 

Uses of AppearanceProperty in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type AppearanceProperty
 java.util.List<AppearanceProperty> AbstractCityObject.getAppearance()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type AppearanceProperty
 void AbstractCityObject.addAppearance(AppearanceProperty appearance)
           
 boolean AbstractCityObject.unsetAppearance(AppearanceProperty appearance)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type AppearanceProperty
 void AbstractCityObject.setAppearance(java.util.List<AppearanceProperty> appearance)
           
 

Uses of AppearanceProperty in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return types with arguments of type AppearanceProperty
 java.util.List<? extends AppearanceProperty> ParentInfo.getAppearance()