Uses of Class
org.citygml4j.model.citygml.transportation.Railway

Packages that use Railway
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of Railway in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type Railway
 RailwayType Transportation200Marshaller.marshalRailway(Railway src)
           
 RailwayType Transportation100Marshaller.marshalRailway(Railway src)
           
 void Transportation200Marshaller.marshalRailway(Railway src, RailwayType dest)
           
 void Transportation100Marshaller.marshalRailway(Railway src, RailwayType dest)
           
 

Uses of Railway in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return Railway
 Railway Transportation200Unmarshaller.unmarshalRailway(RailwayType src)
           
 Railway Transportation100Unmarshaller.unmarshalRailway(RailwayType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type Railway
 void Transportation200Unmarshaller.unmarshalRailway(RailwayType src, Railway dest)
           
 void Transportation100Unmarshaller.unmarshalRailway(RailwayType src, Railway dest)
           
 

Uses of Railway in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Railway
 T FeatureFunctor.apply(Railway railway)
           
 void FeatureVisitor.visit(Railway railway)
           
 

Uses of Railway in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Railway
 T GMLFunctionWalker.apply(Railway railway)
           
 T FeatureFunctionWalker.apply(Railway railway)
           
 void GMLWalker.visit(Railway railway)
           
 void FeatureWalker.visit(Railway railway)