Uses of Class
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.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 Appearance200Marshaller.marshalAppearance(Appearance src)
           
 AppearanceType Appearance100Marshaller.marshalAppearance(Appearance src)
           
 void Appearance200Marshaller.marshalAppearance(Appearance src, AppearanceType dest)
           
 void Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalAppearance(AppearanceType src)
           
 Appearance Appearance100Unmarshaller.unmarshalAppearance(AppearanceType src)
           
 

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

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 that return types with arguments of type Appearance
 java.lang.Class<Appearance> AppearanceProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.appearance with parameters of type Appearance
AppearanceMember(Appearance appearance)
           
AppearanceProperty(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)