Class AppearanceModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.citygml.AbstractCityGMLModule
-
- org.citygml4j.model.module.citygml.AppearanceModule
-
- All Implemented Interfaces:
java.io.Serializable
,CityGMLModule
,Module
public class AppearanceModule extends AbstractCityGMLModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AppearanceModule
v1_0_0
static AppearanceModule
v2_0_0
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AppearanceModule
getInstance(CityGMLModuleVersion version)
static java.util.List<AppearanceModule>
getInstances()
-
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, 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, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn, isTopLevelFeature
-
-
-
-
Field Detail
-
v2_0_0
public static final AppearanceModule v2_0_0
-
v1_0_0
public static final AppearanceModule v1_0_0
-
-
Method Detail
-
getInstances
public static java.util.List<AppearanceModule> getInstances()
-
getInstance
public static AppearanceModule getInstance(CityGMLModuleVersion version)
-
-