Uses of Class
org.citygml4j.model.module.citygml.AppearanceModule

Packages that use AppearanceModule
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.module.citygml   
 

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

Methods in org.citygml4j.impl.citygml.appearance that return AppearanceModule
 AppearanceModule WorldToTextureImpl.getCityGMLModule()
           
 AppearanceModule TextureCoordinatesImpl.getCityGMLModule()
           
 AppearanceModule TextureAssociationImpl.getCityGMLModule()
           
 AppearanceModule SurfaceDataPropertyImpl.getCityGMLModule()
           
 AppearanceModule ColorPlusOpacityImpl.getCityGMLModule()
           
 AppearanceModule ColorImpl.getCityGMLModule()
           
 AppearanceModule AppearancePropertyImpl.getCityGMLModule()
           
 AppearanceModule AppearanceImpl.getCityGMLModule()
           
 AppearanceModule AbstractTextureParameterizationImpl.getCityGMLModule()
           
 AppearanceModule AbstractSurfaceDataImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.appearance with parameters of type AppearanceModule
AbstractSurfaceDataImpl(AppearanceModule module)
           
AbstractTextureImpl(AppearanceModule module)
           
AbstractTextureParameterizationImpl(AppearanceModule module)
           
AppearanceImpl(AppearanceModule module)
           
AppearanceMemberImpl(AppearanceModule module)
           
AppearancePropertyImpl(AppearanceModule module)
           
ColorImpl(AppearanceModule module)
           
ColorPlusOpacityImpl(AppearanceModule module)
           
GeoreferencedTextureImpl(AppearanceModule module)
           
ParameterizedTextureImpl(AppearanceModule module)
           
SurfaceDataPropertyImpl(AppearanceModule module)
           
TexCoordGenImpl(AppearanceModule module)
           
TexCoordListImpl(AppearanceModule module)
           
TextureAssociationImpl(AppearanceModule module)
           
TextureCoordinatesImpl(AppearanceModule module)
           
WorldToTextureImpl(AppearanceModule module)
           
X3DMaterialImpl(AppearanceModule module)
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return AppearanceModule
 AppearanceModule WrapMode.getCityGMLModule()
           
 AppearanceModule TextureType.getCityGMLModule()
           
 

Uses of AppearanceModule in org.citygml4j.model.module.citygml
 

Fields in org.citygml4j.model.module.citygml declared as AppearanceModule
static AppearanceModule AppearanceModule.v0_4_0
           
static AppearanceModule AppearanceModule.v1_0_0
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type AppearanceModule
static java.util.List<AppearanceModule> AppearanceModule.getInstances()