Class TransportationUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.transportation.TransportationUnmarshaller
-
public class TransportationUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransportationUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
-
-
-
Constructor Detail
-
TransportationUnmarshaller
public TransportationUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalSemantics
public AbstractCityObject unmarshalSemantics(SemanticsType semanticsType, java.util.List<AbstractSurface> surfaces, java.lang.Number lod, AbstractCityObject parent)
-
unmarshalTransportationComplex
public void unmarshalTransportationComplex(AbstractTransportationComplexType src, TransportationComplex dest, CityJSON cityJSON)
-
unmarshalRailway
public void unmarshalRailway(RailwayType src, Railway dest, CityJSON cityJSON)
-
unmarshalRailway
public Railway unmarshalRailway(RailwayType src, CityJSON cityJSON)
-
unmarshalTransportSquare
public void unmarshalTransportSquare(TransportSquareType src, Square dest, CityJSON cityJSON)
-
unmarshalTransportSquare
public Square unmarshalTransportSquare(TransportSquareType src, CityJSON cityJSON)
-
unmarshalTrafficArea
public void unmarshalTrafficArea(SemanticsType src, TrafficArea dest, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalTrafficArea
public TrafficArea unmarshalTrafficArea(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalAuxiliaryTrafficArea
public void unmarshalAuxiliaryTrafficArea(SemanticsType src, AuxiliaryTrafficArea dest, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalAuxiliaryTrafficArea
public AuxiliaryTrafficArea unmarshalAuxiliaryTrafficArea(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
-