Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.transportation._2.TrafficAreaType |
Transportation200Marshaller.marshalTrafficArea(TrafficArea src) |
net.opengis.citygml.transportation._1.TrafficAreaType |
Transportation100Marshaller.marshalTrafficArea(TrafficArea src) |
void |
Transportation200Marshaller.marshalTrafficArea(TrafficArea src,
net.opengis.citygml.transportation._2.TrafficAreaType dest) |
void |
Transportation100Marshaller.marshalTrafficArea(TrafficArea src,
net.opengis.citygml.transportation._1.TrafficAreaType dest) |
Modifier and Type | Method and Description |
---|---|
TrafficArea |
Transportation200Unmarshaller.unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src) |
TrafficArea |
Transportation100Unmarshaller.unmarshalTrafficArea(net.opengis.citygml.transportation._1.TrafficAreaType src) |
Modifier and Type | Method and Description |
---|---|
void |
Transportation200Unmarshaller.unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src,
TrafficArea dest) |
void |
Transportation100Unmarshaller.unmarshalTrafficArea(net.opengis.citygml.transportation._1.TrafficAreaType src,
TrafficArea dest) |
Modifier and Type | Method and Description |
---|---|
TrafficArea |
TrafficAreaProperty.getTrafficArea() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<TrafficArea> |
TrafficAreaProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
TrafficAreaProperty.setTrafficArea(TrafficArea trafficArea) |
Constructor and Description |
---|
TrafficAreaProperty(TrafficArea trafficArea) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(TrafficArea trafficArea) |
void |
FeatureVisitor.visit(TrafficArea trafficArea) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(TrafficArea trafficArea) |
T |
FeatureFunctionWalker.apply(TrafficArea trafficArea) |
void |
GMLWalker.visit(TrafficArea trafficArea) |
void |
FeatureWalker.visit(TrafficArea trafficArea) |