Package org.citygml4j.model.module.gml
Interface GMLModule
-
- All Superinterfaces:
Module
,java.io.Serializable
- All Known Implementing Classes:
AbstractGMLModule
,GMLCoreModule
,XLinkModule
public interface GMLModule extends Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GMLModuleType
getType()
GMLModuleVersion
getVersion()
-
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
-
-
-
Method Detail
-
getType
GMLModuleType getType()
-
getVersion
GMLModuleVersion getVersion()
- Specified by:
getVersion
in interfaceModule
-
-