org.citygml4j.model.module.citygml
Class CityFurnitureModule

java.lang.Object
  extended by org.citygml4j.model.module.AbstractModule
      extended by org.citygml4j.model.module.citygml.AbstractCityGMLModule
          extended by org.citygml4j.model.module.citygml.CityFurnitureModule
All Implemented Interfaces:
CityGMLModule, Module

public class CityFurnitureModule
extends AbstractCityGMLModule


Field Summary
static CityFurnitureModule v1_0_0
           
static CityFurnitureModule v2_0_0
           
 
Method Summary
static CityFurnitureModule getInstance(CityGMLModuleVersion version)
           
static java.util.List<CityFurnitureModule> getInstances()
           
 
Methods inherited from class org.citygml4j.model.module.citygml.AbstractCityGMLModule
getFeatureElementClass, getType, getVersion, hasFeatureElement, hasFeaturePropertyElement
 
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 
Methods inherited from class java.lang.Object
equals, 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 CityFurnitureModule v2_0_0

v1_0_0

public static final CityFurnitureModule v1_0_0
Method Detail

getInstances

public static java.util.List<CityFurnitureModule> getInstances()

getInstance

public static CityFurnitureModule getInstance(CityGMLModuleVersion version)