Uses of Class
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.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 TexturedSurface200Marshaller.marshalAbstractAppearance(_AbstractAppearance src, AbstractAppearanceType dest)
           
 void TexturedSurface100Marshaller.marshalAbstractAppearance(_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 TexturedSurface200Unmarshaller.unmarshalAbstractAppearance(AbstractAppearanceType src, _AbstractAppearance dest)
           
 void TexturedSurface100Unmarshaller.unmarshalAbstractAppearance(AbstractAppearanceType src, _AbstractAppearance dest)
           
 

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

Subclasses of _AbstractAppearance in org.citygml4j.model.citygml.texturedsurface
 class _Material
           
 class _SimpleTexture
           
 

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

Methods in org.citygml4j.model.citygml.texturedsurface that return types with arguments of type _AbstractAppearance
 java.lang.Class<_AbstractAppearance> _AppearanceProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.texturedsurface with parameters of type _AbstractAppearance
_AppearanceProperty(_AbstractAppearance _abstractAppearance)
           
 

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)