Uses of Class
org.citygml4j.model.module.citygml.GenericsModule

Packages that use GenericsModule
org.citygml4j.model.citygml.generics   
org.citygml4j.model.module.citygml   
 

Uses of GenericsModule in org.citygml4j.model.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics that return GenericsModule
 GenericsModule GenericCityObject.getCityGMLModule()
           
 GenericsModule AbstractGenericAttribute.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.generics with parameters of type GenericsModule
AbstractGenericAttribute(GenericsModule module)
           
DateAttribute(GenericsModule module)
           
DoubleAttribute(GenericsModule module)
           
GenericAttributeSet(GenericsModule module)
           
GenericCityObject(GenericsModule module)
           
IntAttribute(GenericsModule module)
           
MeasureAttribute(GenericsModule module)
           
StringAttribute(GenericsModule module)
           
UriAttribute(GenericsModule module)
           
 

Uses of GenericsModule in org.citygml4j.model.module.citygml
 

Fields in org.citygml4j.model.module.citygml declared as GenericsModule
static GenericsModule GenericsModule.v1_0_0
           
static GenericsModule GenericsModule.v2_0_0
           
 

Methods in org.citygml4j.model.module.citygml that return GenericsModule
static GenericsModule GenericsModule.getInstance(CityGMLModuleVersion version)
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type GenericsModule
static java.util.List<GenericsModule> GenericsModule.getInstances()