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

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

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

Methods in org.citygml4j.impl.citygml.transportation that return TransportationModule
 TransportationModule TrafficAreaPropertyImpl.getCityGMLModule()
           
 TransportationModule AuxiliaryTrafficAreaPropertyImpl.getCityGMLModule()
           
 TransportationModule AbstractTransportationObjectImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.transportation with parameters of type TransportationModule
AbstractTransportationObjectImpl(TransportationModule module)
           
AuxiliaryTrafficAreaImpl(TransportationModule module)
           
AuxiliaryTrafficAreaPropertyImpl(TransportationModule module)
           
RailwayImpl(TransportationModule module)
           
RoadImpl(TransportationModule module)
           
SquareImpl(TransportationModule module)
           
TrackImpl(TransportationModule module)
           
TrafficAreaImpl(TransportationModule module)
           
TrafficAreaPropertyImpl(TransportationModule module)
           
TransportationComplexImpl(TransportationModule module)
           
 

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

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

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