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

Packages that use TexturedSurfaceModule
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.module.citygml   
 

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

Methods in org.citygml4j.impl.citygml.texturedsurface that return TexturedSurfaceModule
 TexturedSurfaceModule _TexturedSurfaceImpl.getCityGMLModule()
           
 TexturedSurfaceModule _ColorImpl.getCityGMLModule()
           
 TexturedSurfaceModule _AppearancePropertyImpl.getCityGMLModule()
           
 TexturedSurfaceModule _AbstractAppearanceImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.texturedsurface with parameters of type TexturedSurfaceModule
_AbstractAppearanceImpl(TexturedSurfaceModule module)
           
_AppearancePropertyImpl(TexturedSurfaceModule module)
           
_ColorImpl(TexturedSurfaceModule module)
           
_MaterialImpl(TexturedSurfaceModule module)
           
_SimpleTextureImpl(TexturedSurfaceModule module)
           
_TexturedSurfaceImpl(TexturedSurfaceModule module)
           
 

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

Methods in org.citygml4j.model.citygml.texturedsurface that return TexturedSurfaceModule
 TexturedSurfaceModule _TextureType.getCityGMLModule()
           
 

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

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

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