Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.transportation._2.RoadType |
Transportation200Marshaller.marshalRoad(Road src) |
net.opengis.citygml.transportation._1.RoadType |
Transportation100Marshaller.marshalRoad(Road src) |
void |
Transportation200Marshaller.marshalRoad(Road src,
net.opengis.citygml.transportation._2.RoadType dest) |
void |
Transportation100Marshaller.marshalRoad(Road src,
net.opengis.citygml.transportation._1.RoadType dest) |
Modifier and Type | Method and Description |
---|---|
Road |
Transportation200Unmarshaller.unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src) |
Road |
Transportation100Unmarshaller.unmarshalRoad(net.opengis.citygml.transportation._1.RoadType src) |
Modifier and Type | Method and Description |
---|---|
void |
Transportation200Unmarshaller.unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src,
Road dest) |
void |
Transportation100Unmarshaller.unmarshalRoad(net.opengis.citygml.transportation._1.RoadType src,
Road dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Road road) |
void |
FeatureVisitor.visit(Road road) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Road road) |
T |
FeatureFunctionWalker.apply(Road road) |
void |
GMLWalker.visit(Road road) |
void |
FeatureWalker.visit(Road road) |