All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AbstractCityObject |
unmarshal(AbstractCityObjectType src,
CityJSON cityJSON) |
void |
unmarshalAuxiliaryTrafficArea(SemanticsType src,
AuxiliaryTrafficArea dest,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
AuxiliaryTrafficArea |
unmarshalAuxiliaryTrafficArea(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
Railway |
unmarshalRailway(RailwayType src,
CityJSON cityJSON) |
Road |
unmarshalRoad(RoadType src,
CityJSON cityJSON) |
void |
unmarshalSemantics(AbstractSemanticsObject src,
java.util.Map<java.lang.Integer,java.util.List<AbstractSurface>> surfaces,
java.lang.Number lod,
AbstractCityObject parent) |
TrafficArea |
unmarshalTrafficArea(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
void |
unmarshalTrafficArea(SemanticsType src,
TrafficArea dest,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
void |
unmarshalTransportationComplex(AbstractTransportationComplexType src,
TransportationComplex dest) |
Square |
unmarshalTransportSquare(TransportSquareType src,
CityJSON cityJSON) |