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

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

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

Methods in org.citygml4j.model.citygml.texturedsurface that return TexturedSurfaceModule
 TexturedSurfaceModule _TextureType.getCityGMLModule()
           
 TexturedSurfaceModule _TexturedSurface.getCityGMLModule()
           
 TexturedSurfaceModule _Color.getCityGMLModule()
           
 TexturedSurfaceModule _AppearanceProperty.getCityGMLModule()
           
 TexturedSurfaceModule _AbstractAppearance.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.texturedsurface with parameters of type TexturedSurfaceModule
_AbstractAppearance(TexturedSurfaceModule module)
           
_AppearanceProperty(TexturedSurfaceModule module)
           
_Color(TexturedSurfaceModule module)
           
_Material(TexturedSurfaceModule module)
           
_SimpleTexture(TexturedSurfaceModule module)
           
_TexturedSurface(TexturedSurfaceModule module)
           
 

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

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

Methods in org.citygml4j.model.module.citygml that return TexturedSurfaceModule
static TexturedSurfaceModule TexturedSurfaceModule.getInstance(CityGMLModuleVersion version)
           
 

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