Uses of Interface
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.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.impl.citygml.core   
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 Appearance100Marshaller.marshalAppearanceProperty(AppearanceProperty src)
           
 AppearancePropertyType Appearance040Marshaller.marshalAppearanceProperty(AppearanceProperty src)
           
 void Appearance100Marshaller.marshalAppearanceProperty(AppearanceProperty src, AppearancePropertyType dest)
           
 void Appearance040Marshaller.marshalAppearanceProperty(AppearanceProperty src, AppearancePropertyType dest)
           
 

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

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

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

Uses of AppearanceProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AppearanceProperty
 AppearanceProperty CityGMLFactory.createAppearanceProperty()
           
 AppearanceProperty CityGMLFactory.createAppearanceProperty(Appearance appearance)
           
 AppearanceProperty CityGMLFactory.createAppearanceProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement AppearanceProperty
 class AppearanceMemberImpl
           
 class AppearancePropertyImpl
           
 

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

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

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

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

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

Subinterfaces of AppearanceProperty in org.citygml4j.model.citygml.appearance
 interface 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()