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

Packages that use CityGMLModuleType
org.citygml4j.model.module   
org.citygml4j.model.module.citygml   
 

Uses of CityGMLModuleType in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module with parameters of type CityGMLModuleType
static java.util.List<CityGMLModule> Modules.getCityGMLModules(CityGMLModuleType type)
           
 

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

Methods in org.citygml4j.model.module.citygml that return CityGMLModuleType
 CityGMLModuleType CityGMLModule.getType()
           
 CityGMLModuleType AbstractCityGMLModule.getType()
           
static CityGMLModuleType CityGMLModuleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CityGMLModuleType[] CityGMLModuleType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.citygml4j.model.module.citygml with parameters of type CityGMLModuleType
AbstractCityGMLModule(CityGMLModuleType type, CityGMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)