Package org.citygml4j.model.module.gml
Class GMLCoreModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.gml.AbstractGMLModule
-
- org.citygml4j.model.module.gml.GMLCoreModule
-
public class GMLCoreModule extends AbstractGMLModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static GMLCoreModule
v3_1_1
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GMLCoreModule
getInstance(GMLModuleVersion version)
static java.util.List<GMLCoreModule>
getInstances()
boolean
hasFeatureProperty(java.lang.String name)
-
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, 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, isDependentOn, isTopLevelFeature
-
-
-
-
Field Detail
-
v3_1_1
public static final GMLCoreModule v3_1_1
-
-
Method Detail
-
getInstances
public static java.util.List<GMLCoreModule> getInstances()
-
getInstance
public static GMLCoreModule getInstance(GMLModuleVersion version)
-
hasFeatureProperty
public boolean hasFeatureProperty(java.lang.String name)
- Specified by:
hasFeatureProperty
in interfaceModule
- Overrides:
hasFeatureProperty
in classAbstractModule
-
-