Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.transportation._2.TransportationComplexType |
Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src) |
net.opengis.citygml.transportation._1.TransportationComplexType |
Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src) |
void |
Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src,
net.opengis.citygml.transportation._2.TransportationComplexType dest) |
void |
Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src,
net.opengis.citygml.transportation._1.TransportationComplexType dest) |
Modifier and Type | Method and Description |
---|---|
TransportationComplex |
Transportation200Unmarshaller.unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src) |
TransportationComplex |
Transportation100Unmarshaller.unmarshalTransportationComplex(net.opengis.citygml.transportation._1.TransportationComplexType src) |
Modifier and Type | Method and Description |
---|---|
void |
Transportation200Unmarshaller.unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src,
TransportationComplex dest) |
void |
Transportation100Unmarshaller.unmarshalTransportationComplex(net.opengis.citygml.transportation._1.TransportationComplexType src,
TransportationComplex dest) |
Modifier and Type | Class and Description |
---|---|
class |
Railway |
class |
Road |
class |
Square |
class |
Track |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(TransportationComplex transportationComplex) |
void |
FeatureVisitor.visit(TransportationComplex transportationComplex) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(TransportationComplex transportationComplex) |
T |
FeatureFunctionWalker.apply(TransportationComplex transportationComplex) |
void |
GMLWalker.visit(TransportationComplex transportationComplex) |
void |
FeatureWalker.visit(TransportationComplex transportationComplex) |