Class TransportationMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.transportation.TransportationMarshaller
-
public class TransportationMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransportationMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalAbstractTransportationObject(AbstractTransportationObject src, AbstractCityObjectType dest, CityJSON cityJSON)
RailwayType
marshalRailway(Railway src, CityJSON cityJSON)
void
marshalRailway(Railway src, RailwayType dest, CityJSON cityJSON)
RoadType
marshalRoad(Road src, CityJSON cityJSON)
void
marshalRoad(Road src, RoadType dest, CityJSON cityJSON)
SemanticsType
marshalSemantics(AbstractCityObject cityObject)
TransportSquareType
marshalSquare(Square src, CityJSON cityJSON)
void
marshalSquare(Square src, TransportSquareType dest, CityJSON cityJSON)
void
marshalTransportationComplex(TransportationComplex src, AbstractTransportationComplexType dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
TransportationMarshaller
public TransportationMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
marshalAbstractTransportationObject
public void marshalAbstractTransportationObject(AbstractTransportationObject src, AbstractCityObjectType dest, CityJSON cityJSON)
-
marshalTransportationComplex
public void marshalTransportationComplex(TransportationComplex src, AbstractTransportationComplexType dest, CityJSON cityJSON)
-
marshalRailway
public void marshalRailway(Railway src, RailwayType dest, CityJSON cityJSON)
-
marshalRailway
public RailwayType marshalRailway(Railway src, CityJSON cityJSON)
-
marshalSquare
public void marshalSquare(Square src, TransportSquareType dest, CityJSON cityJSON)
-
marshalSquare
public TransportSquareType marshalSquare(Square src, CityJSON cityJSON)
-
-