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

Packages that use TransportationModule
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.module.citygml   
 

Uses of TransportationModule in org.citygml4j.model.citygml.transportation
 

Methods in org.citygml4j.model.citygml.transportation that return TransportationModule
 TransportationModule TrafficAreaProperty.getCityGMLModule()
           
 TransportationModule AuxiliaryTrafficAreaProperty.getCityGMLModule()
           
 TransportationModule AbstractTransportationObject.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.transportation with parameters of type TransportationModule
AbstractTransportationObject(TransportationModule module)
           
AuxiliaryTrafficArea(TransportationModule module)
           
AuxiliaryTrafficAreaProperty(TransportationModule module)
           
Railway(TransportationModule module)
           
Road(TransportationModule module)
           
Square(TransportationModule module)
           
Track(TransportationModule module)
           
TrafficArea(TransportationModule module)
           
TrafficAreaProperty(TransportationModule module)
           
TransportationComplex(TransportationModule module)
           
 

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

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

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

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