Package org.citygml4j.model.module.xal
Class XALCoreModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.xal.AbstractXALModule
-
- org.citygml4j.model.module.xal.XALCoreModule
-
public class XALCoreModule extends AbstractXALModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static XALCoreModule
v2_0
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Constructor Summary
Constructors Constructor Description XALCoreModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XALCoreModule
getInstance(XALModuleVersion version)
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, 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
-
-
-
-
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()
-
getInstance
public static XALCoreModule getInstance(XALModuleVersion version)
-
-