Uses of Interface
org.citygml4j.model.module.citygml.CityGMLModule

Packages that use CityGMLModule
org.citygml4j.impl.citygml.core   
org.citygml4j.model.citygml   
org.citygml4j.model.citygml.ade   
org.citygml4j.model.module   
org.citygml4j.model.module.citygml   
org.citygml4j.xml.schema   
 

Uses of CityGMLModule in org.citygml4j.impl.citygml.core
 

Methods in org.citygml4j.impl.citygml.core that return CityGMLModule
 CityGMLModule TransformationMatrix4x4Impl.getCityGMLModule()
           
 CityGMLModule TransformationMatrix3x4Impl.getCityGMLModule()
           
 CityGMLModule TransformationMatrix2x2Impl.getCityGMLModule()
           
 CityGMLModule AbstractCityObjectImpl.getCityGMLModule()
           
 

Uses of CityGMLModule in org.citygml4j.model.citygml
 

Methods in org.citygml4j.model.citygml that return CityGMLModule
 CityGMLModule CityGML.getCityGMLModule()
           
 

Uses of CityGMLModule in org.citygml4j.model.citygml.ade
 

Methods in org.citygml4j.model.citygml.ade that return CityGMLModule
 CityGMLModule ADEComponent.getCityGMLModule()
           
 

Uses of CityGMLModule in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module that return types with arguments of type CityGMLModule
static java.util.List<CityGMLModule> Modules.getCityGMLModules()
           
 java.util.List<CityGMLModule> ModuleContext.getCityGMLModules()
           
static java.util.List<CityGMLModule> Modules.getCityGMLModules(CityGMLModuleType type)
           
 

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

Classes in org.citygml4j.model.module.citygml that implement CityGMLModule
 class AbstractCityGMLModule
           
 class AppearanceModule
           
 class BuildingModule
           
 class CityFurnitureModule
           
 class CityObjectGroupModule
           
 class CoreModule
           
 class GenericsModule
           
 class LandUseModule
           
 class ReliefModule
           
 class TexturedSurfaceModule
           
 class TransportationModule
           
 class VegetationModule
           
 class WaterBodyModule
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type CityGMLModule
 java.util.List<CityGMLModule> CityGMLVersion.getCityGMLModules()
           
 

Uses of CityGMLModule in org.citygml4j.xml.schema
 

Methods in org.citygml4j.xml.schema with parameters of type CityGMLModule
 javax.xml.transform.Source SchemaHandler.getSchemaSource(CityGMLModule module)