Uses of Interface
org.citygml4j.model.citygml.appearance.Appearance

Packages that use Appearance
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type Appearance
 AppearanceType Appearance100Marshaller.marshalAppearance(Appearance src)
           
 AppearanceType Appearance040Marshaller.marshalAppearance(Appearance src)
           
 void Appearance100Marshaller.marshalAppearance(Appearance src, AppearanceType dest)
           
 void Appearance040Marshaller.marshalAppearance(Appearance src, AppearanceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return Appearance
 Appearance Appearance100Unmarshaller.unmarshalAppearance(AppearanceType src)
           
 Appearance Appearance040Unmarshaller.unmarshalAppearance(AppearanceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type Appearance
 void Appearance100Unmarshaller.unmarshalAppearance(AppearanceType src, Appearance dest)
           
 void Appearance040Unmarshaller.unmarshalAppearance(AppearanceType src, Appearance dest)
           
 

Uses of Appearance in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Appearance
 Appearance CityGMLFactory.createAppearance()
           
 

Methods in org.citygml4j.factory with parameters of type Appearance
 AppearanceMember CityGMLFactory.createAppearanceMember(Appearance appearance)
           
 AppearanceProperty CityGMLFactory.createAppearanceProperty(Appearance appearance)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement Appearance
 class AppearanceImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return Appearance
 Appearance AppearancePropertyImpl.getAppearance()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type Appearance
 void AppearancePropertyImpl.setAppearance(Appearance appearance)
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return Appearance
 Appearance AppearanceProperty.getAppearance()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type Appearance
 void AppearanceProperty.setAppearance(Appearance appearance)
           
 

Uses of Appearance in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Appearance
 T FeatureFunctor.apply(Appearance appearance)
           
 void FeatureVisitor.visit(Appearance appearance)
           
 

Uses of Appearance in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Appearance
 T GMLFunctionWalker.apply(Appearance appearance)
           
 T FeatureFunctionWalker.apply(Appearance appearance)
           
 void GMLWalker.visit(Appearance appearance)
           
 void FeatureWalker.visit(Appearance appearance)