Package org.citygml4j.model.module.gml
Class XLinkModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.gml.AbstractGMLModule
-
- org.citygml4j.model.module.gml.XLinkModule
-
public class XLinkModule extends AbstractGMLModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static XLinkModule
v3_1_1
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Constructor Summary
Constructors Constructor Description XLinkModule(GMLModuleType type, GMLModuleVersion 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 XLinkModule
getInstance(GMLModuleVersion version)
static java.util.List<XLinkModule>
getInstances()
-
Methods inherited from class org.citygml4j.model.module.gml.AbstractGMLModule
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
-
v3_1_1
public static final XLinkModule v3_1_1
-
-
Constructor Detail
-
XLinkModule
public XLinkModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
-
-
Method Detail
-
getInstances
public static java.util.List<XLinkModule> getInstances()
-
getInstance
public static XLinkModule getInstance(GMLModuleVersion version)
-
-