Uses of Interface
org.citygml4j.model.citygml.texturedsurface._AbstractAppearance

Packages that use _AbstractAppearance
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.factory   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.util.walker   
 

Uses of _AbstractAppearance in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _AbstractAppearance
 void TexturedSurface040Marshaller.marshalAppearance(_AbstractAppearance src, _AppearanceType dest)
           
 void TexturedSurface100Marshaller.marshalAppearance(_AbstractAppearance src, AbstractAppearanceType dest)
           
 

Uses of _AbstractAppearance in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type _AbstractAppearance
 void TexturedSurface040Unmarshaller.unmarshalAppearance(_AppearanceType src, _AbstractAppearance dest)
           
 void TexturedSurface100Unmarshaller.unmarshalAppearance(AbstractAppearanceType src, _AbstractAppearance dest)
           
 

Uses of _AbstractAppearance in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type _AbstractAppearance
 _AppearanceProperty CityGMLFactory.create_AppearanceProperty(_AbstractAppearance appearance)
           
 

Uses of _AbstractAppearance in org.citygml4j.impl.citygml.texturedsurface
 

Classes in org.citygml4j.impl.citygml.texturedsurface that implement _AbstractAppearance
 class _AbstractAppearanceImpl
           
 class _MaterialImpl
           
 class _SimpleTextureImpl
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface that return _AbstractAppearance
 _AbstractAppearance _AppearancePropertyImpl.getAppearance()
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface with parameters of type _AbstractAppearance
 void _AppearancePropertyImpl.setAppearance(_AbstractAppearance _appearance)
           
 

Uses of _AbstractAppearance in org.citygml4j.model.citygml.texturedsurface
 

Subinterfaces of _AbstractAppearance in org.citygml4j.model.citygml.texturedsurface
 interface _Material
           
 interface _SimpleTexture
           
 

Methods in org.citygml4j.model.citygml.texturedsurface that return _AbstractAppearance
 _AbstractAppearance _AppearanceProperty.getAppearance()
           
 

Methods in org.citygml4j.model.citygml.texturedsurface with parameters of type _AbstractAppearance
 void _AppearanceProperty.setAppearance(_AbstractAppearance _appearance)
           
 

Uses of _AbstractAppearance in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type _AbstractAppearance
 T GMLFunctionWalker.apply(_AbstractAppearance abstractAppearance)
           
 void GMLWalker.visit(_AbstractAppearance abstractAppearance)