org.citygml4j.model.module.gml
Interface GMLModule

All Superinterfaces:
Module
All Known Implementing Classes:
AbstractGMLModule, GMLCoreModule, XLinkModule

public interface GMLModule
extends Module


Method Summary
 GMLModuleType getType()
           
 GMLModuleVersion getVersion()
           
 
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 

Method Detail

getType

GMLModuleType getType()
Specified by:
getType in interface Module

getVersion

GMLModuleVersion getVersion()
Specified by:
getVersion in interface Module