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

Packages that use _AppearanceProperty
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   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _AppearanceProperty
 AppearancePropertyType TexturedSurface100Marshaller.marshalAppearanceProperty(_AppearanceProperty src)
           
 _AppearancePropertyType TexturedSurface040Marshaller.marshalAppearanceProperty(_AppearanceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _AppearanceProperty
 _AppearanceProperty TexturedSurface040Unmarshaller.unmarshalAppearanceProperty(_AppearancePropertyType src)
           
 _AppearanceProperty TexturedSurface100Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 

Uses of _AppearanceProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return _AppearanceProperty
 _AppearanceProperty CityGMLFactory.create_AppearanceProperty(_AbstractAppearance appearance)
           
 _AppearanceProperty CityGMLFactory.create_AppearanceProperty()
           
 _AppearanceProperty CityGMLFactory.create_AppearanceProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.texturedsurface that implement _AppearanceProperty
 class _AppearancePropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface that return types with arguments of type _AppearanceProperty
 java.util.List<_AppearanceProperty> _TexturedSurfaceImpl.getAppearance()
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface with parameters of type _AppearanceProperty
 void _TexturedSurfaceImpl.addAppearance(_AppearanceProperty appearance)
           
 boolean _TexturedSurfaceImpl.unsetAppearance(_AppearanceProperty appearance)
           
 

Method parameters in org.citygml4j.impl.citygml.texturedsurface with type arguments of type _AppearanceProperty
 void _TexturedSurfaceImpl.setAppearance(java.util.List<_AppearanceProperty> appearance)
           
 

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

Methods in org.citygml4j.model.citygml.texturedsurface that return types with arguments of type _AppearanceProperty
 java.util.List<_AppearanceProperty> _TexturedSurface.getAppearance()
           
 

Methods in org.citygml4j.model.citygml.texturedsurface with parameters of type _AppearanceProperty
 void _TexturedSurface.addAppearance(_AppearanceProperty appearance)
           
 boolean _TexturedSurface.unsetAppearance(_AppearanceProperty appearance)
           
 

Method parameters in org.citygml4j.model.citygml.texturedsurface with type arguments of type _AppearanceProperty
 void _TexturedSurface.setAppearance(java.util.List<_AppearanceProperty> appearance)