Uses of Interface
org.citygml4j.model.module.ModuleType

Packages that use ModuleType
org.citygml4j.model.module   
org.citygml4j.model.module.citygml   
org.citygml4j.model.module.gml   
org.citygml4j.model.module.xal   
 

Uses of ModuleType in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module that return ModuleType
 ModuleType Module.getType()
           
 ModuleType AbstractModule.getType()
           
 

Methods in org.citygml4j.model.module with parameters of type ModuleType
 boolean AbstractModuleConfiguration.contains(ModuleType type, ModuleVersion version)
           
 Module ModuleContext.getModule(ModuleType type)
           
 Module AbstractModuleConfiguration.getModule(ModuleType type)
           
static Module Modules.getModule(ModuleType type, ModuleVersion version)
           
 

Constructors in org.citygml4j.model.module with parameters of type ModuleType
AbstractModule(ModuleType type, ModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 

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

Classes in org.citygml4j.model.module.citygml that implement ModuleType
 class CityGMLModuleType
           
 

Uses of ModuleType in org.citygml4j.model.module.gml
 

Classes in org.citygml4j.model.module.gml that implement ModuleType
 class GMLModuleType
           
 

Uses of ModuleType in org.citygml4j.model.module.xal
 

Classes in org.citygml4j.model.module.xal that implement ModuleType
 class XALModuleType