Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.transportation._2.SquareType |
Transportation200Marshaller.marshalSquare(Square src) |
net.opengis.citygml.transportation._1.SquareType |
Transportation100Marshaller.marshalSquare(Square src) |
void |
Transportation200Marshaller.marshalSquare(Square src,
net.opengis.citygml.transportation._2.SquareType dest) |
void |
Transportation100Marshaller.marshalSquare(Square src,
net.opengis.citygml.transportation._1.SquareType dest) |
Modifier and Type | Method and Description |
---|---|
Square |
Transportation200Unmarshaller.unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src) |
Square |
Transportation100Unmarshaller.unmarshalSquare(net.opengis.citygml.transportation._1.SquareType src) |
Modifier and Type | Method and Description |
---|---|
void |
Transportation200Unmarshaller.unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src,
Square dest) |
void |
Transportation100Unmarshaller.unmarshalSquare(net.opengis.citygml.transportation._1.SquareType src,
Square dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Square square) |
void |
FeatureVisitor.visit(Square square) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Square square) |
T |
FeatureFunctionWalker.apply(Square square) |
void |
GMLWalker.visit(Square square) |
void |
FeatureWalker.visit(Square square) |