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

Packages that use CoreModule
org.citygml4j.model.citygml.core   
org.citygml4j.model.module.citygml   
 

Uses of CoreModule in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return CoreModule
 CoreModule XalAddressProperty.getCityGMLModule()
           
 CoreModule RelativeToWater.getCityGMLModule()
           
 CoreModule RelativeToTerrain.getCityGMLModule()
           
 CoreModule ImplicitRepresentationProperty.getCityGMLModule()
           
 CoreModule ImplicitGeometry.getCityGMLModule()
           
 CoreModule GeneralizationRelation.getCityGMLModule()
           
 CoreModule ExternalReference.getCityGMLModule()
           
 CoreModule ExternalObject.getCityGMLModule()
           
 CoreModule CityObjectMember.getCityGMLModule()
           
 CoreModule CityModel.getCityGMLModule()
           
 CoreModule AddressProperty.getCityGMLModule()
           
 CoreModule Address.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.core with parameters of type CoreModule
Address(CoreModule module)
           
AddressProperty(CoreModule module)
           
CityModel(CoreModule module)
           
CityObjectMember(CoreModule module)
           
ExternalObject(CoreModule module)
           
ExternalReference(CoreModule module)
           
GeneralizationRelation(CoreModule module)
           
ImplicitGeometry(CoreModule module)
           
ImplicitRepresentationProperty(CoreModule module)
           
TransformationMatrix2x2(CoreModule module)
           
TransformationMatrix3x4(CoreModule module)
           
TransformationMatrix4x4(CoreModule module)
           
XalAddressProperty(CoreModule module)
           
 

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

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

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

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