org.citygml4j.model.module.gml
Class AbstractGMLModule

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

public abstract class AbstractGMLModule
extends AbstractModule
implements GMLModule


Constructor Summary
AbstractGMLModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 
Method Summary
 GMLModuleType getType()
           
 GMLModuleVersion 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
 

Constructor Detail

AbstractGMLModule

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

getType

public GMLModuleType getType()
Specified by:
getType in interface GMLModule
Specified by:
getType in interface Module
Overrides:
getType in class AbstractModule

getVersion

public GMLModuleVersion getVersion()
Specified by:
getVersion in interface GMLModule
Specified by:
getVersion in interface Module
Overrides:
getVersion in class AbstractModule