org.citygml4j.model.module.gml
Class GMLCoreModule

java.lang.Object
  extended by org.citygml4j.model.module.AbstractModule
      extended by org.citygml4j.model.module.gml.AbstractGMLModule
          extended by org.citygml4j.model.module.gml.GMLCoreModule
All Implemented Interfaces:
GMLModule, Module

public class GMLCoreModule
extends AbstractGMLModule


Field Summary
static GMLCoreModule v3_1_1
           
 
Constructor Summary
GMLCoreModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 
Method Summary
static java.util.List<GMLCoreModule> getInstances()
           
 
Methods inherited from class org.citygml4j.model.module.gml.AbstractGMLModule
getType, getVersion
 
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 

Field Detail

v3_1_1

public static final GMLCoreModule v3_1_1
Constructor Detail

GMLCoreModule

public GMLCoreModule(GMLModuleType type,
                     GMLModuleVersion version,
                     java.lang.String namespaceURI,
                     java.lang.String namespacePrefix,
                     java.lang.String schemaLocation,
                     Module... dependencies)
Method Detail

getInstances

public static java.util.List<GMLCoreModule> getInstances()