Package org.citygml4j.model.module.gml
Class AbstractGMLModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.gml.AbstractGMLModule
-
- Direct Known Subclasses:
GMLCoreModule
,XLinkModule
public abstract class AbstractGMLModule extends AbstractModule implements GMLModule
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Constructor Summary
Constructors Constructor Description AbstractGMLModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GMLModuleType
getType()
GMLModuleVersion
getVersion()
-
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
-
-
-
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()
-
getVersion
public GMLModuleVersion getVersion()
- Specified by:
getVersion
in interfaceGMLModule
- Specified by:
getVersion
in interfaceModule
- Overrides:
getVersion
in classAbstractModule
-
-