Package | Description |
---|---|
org.citygml4j.model.module | |
org.citygml4j.model.module.citygml | |
org.citygml4j.model.module.gml | |
org.citygml4j.model.module.xal |
Modifier and Type | Method and Description |
---|---|
ModuleType |
Module.getType() |
ModuleType |
AbstractModule.getType() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
AbstractModule(ModuleType type,
ModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
Module... dependencies) |
Modifier and Type | Class and Description |
---|---|
class |
CityGMLModuleType |
Modifier and Type | Class and Description |
---|---|
class |
GMLModuleType |
Modifier and Type | Class and Description |
---|---|
class |
XALModuleType |