Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.transportation._2.TrackType |
Transportation200Marshaller.marshalTrack(Track src) |
net.opengis.citygml.transportation._1.TrackType |
Transportation100Marshaller.marshalTrack(Track src) |
void |
Transportation200Marshaller.marshalTrack(Track src,
net.opengis.citygml.transportation._2.TrackType dest) |
void |
Transportation100Marshaller.marshalTrack(Track src,
net.opengis.citygml.transportation._1.TrackType dest) |
Modifier and Type | Method and Description |
---|---|
Track |
Transportation200Unmarshaller.unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src) |
Track |
Transportation100Unmarshaller.unmarshalTrack(net.opengis.citygml.transportation._1.TrackType src) |
Modifier and Type | Method and Description |
---|---|
void |
Transportation200Unmarshaller.unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src,
Track dest) |
void |
Transportation100Unmarshaller.unmarshalTrack(net.opengis.citygml.transportation._1.TrackType src,
Track dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Track track) |
void |
FeatureVisitor.visit(Track track) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Track track) |
T |
FeatureFunctionWalker.apply(Track track) |
void |
GMLWalker.visit(Track track) |
void |
FeatureWalker.visit(Track track) |