org.citygml4j.model.module.xal
Class XALCoreModule

java.lang.Object
  extended by org.citygml4j.model.module.AbstractModule
      extended by org.citygml4j.model.module.xal.AbstractXALModule
          extended by org.citygml4j.model.module.xal.XALCoreModule
All Implemented Interfaces:
Module, XALModule

public class XALCoreModule
extends AbstractXALModule


Field Summary
static XALCoreModule v2_0
           
 
Constructor Summary
XALCoreModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 
Method Summary
static java.util.List<XALCoreModule> getInstances()
           
 
Methods inherited from class org.citygml4j.model.module.xal.AbstractXALModule
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

v2_0

public static final XALCoreModule v2_0
Constructor Detail

XALCoreModule

public XALCoreModule(XALModuleType type,
                     XALModuleVersion version,
                     java.lang.String namespaceURI,
                     java.lang.String namespacePrefix,
                     java.lang.String schemaLocation,
                     Module... dependencies)
Method Detail

getInstances

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