Package | Description |
---|---|
org.citygml4j.model.module | |
org.citygml4j.model.module.gml |
Modifier and Type | Method and Description |
---|---|
static java.util.List<GMLModule> |
Modules.getGMLModules(GMLModuleType type) |
Module |
ModuleContext.getModule(GMLModuleType type) |
Modifier and Type | Method and Description |
---|---|
GMLModuleType |
GMLModule.getType() |
GMLModuleType |
AbstractGMLModule.getType() |
static GMLModuleType |
GMLModuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMLModuleType[] |
GMLModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractGMLModule(GMLModuleType type,
GMLModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
Module... dependencies) |
XLinkModule(GMLModuleType type,
GMLModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
Module... dependencies) |