Package | Description |
---|---|
org.citygml4j.model.module | |
org.citygml4j.model.module.citygml |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CityGMLModule> |
Modules.getCityGMLModules(CityGMLModuleType type) |
Module |
ModuleContext.getModule(CityGMLModuleType type) |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
CityGMLModule |
CityGMLVersion.getCityGMLModule(CityGMLModuleType type) |
Constructor and Description |
---|
AbstractCityGMLModule(CityGMLModuleType type,
CityGMLModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
Module... dependencies) |