Uses of Class
org.citygml4j.model.module.gml.GMLModuleType

Packages that use GMLModuleType
org.citygml4j.model.module   
org.citygml4j.model.module.gml   
 

Uses of GMLModuleType in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module with parameters of type GMLModuleType
static java.util.List<GMLModule> Modules.getGMLModules(GMLModuleType type)
           
 

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

Methods in org.citygml4j.model.module.gml that return GMLModuleType
 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're declared.
 

Constructors in org.citygml4j.model.module.gml with parameters of type GMLModuleType
AbstractGMLModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
GMLCoreModule(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)