Class BridgeModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.citygml.AbstractCityGMLModule
-
- org.citygml4j.model.module.citygml.BridgeModule
-
- All Implemented Interfaces:
java.io.Serializable
,CityGMLModule
,Module
public class BridgeModule extends AbstractCityGMLModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BridgeModule
v2_0_0
-
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 BridgeModule
getInstance(CityGMLModuleVersion version)
static java.util.List<BridgeModule>
getInstances()
boolean
isTopLevelFeature(java.lang.String name)
-
Methods inherited from class org.citygml4j.model.module.citygml.AbstractCityGMLModule
getFeatureClass, getFeatureName, getFeatures, getType, getVersion, hasFeature, hasFeatureProperty
-
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
-
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, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
-
-
-
-
Field Detail
-
v2_0_0
public static final BridgeModule v2_0_0
-
-
Method Detail
-
getInstances
public static java.util.List<BridgeModule> getInstances()
-
getInstance
public static BridgeModule getInstance(CityGMLModuleVersion version)
-
isTopLevelFeature
public boolean isTopLevelFeature(java.lang.String name)
- Specified by:
isTopLevelFeature
in interfaceModule
- Overrides:
isTopLevelFeature
in classAbstractModule
-
-