Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.WindowType |
Building200Marshaller.marshalWindow(Window src) |
net.opengis.citygml.building._1.WindowType |
Building100Marshaller.marshalWindow(Window src) |
void |
Building200Marshaller.marshalWindow(Window src,
net.opengis.citygml.building._2.WindowType dest) |
void |
Building100Marshaller.marshalWindow(Window src,
net.opengis.citygml.building._1.WindowType dest) |
Modifier and Type | Method and Description |
---|---|
Window |
Building200Unmarshaller.unmarshalWindow(net.opengis.citygml.building._2.WindowType src) |
Window |
Building100Unmarshaller.unmarshalWindow(net.opengis.citygml.building._1.WindowType src) |
Modifier and Type | Method and Description |
---|---|
void |
Building200Unmarshaller.unmarshalWindow(net.opengis.citygml.building._2.WindowType src,
Window dest) |
void |
Building100Unmarshaller.unmarshalWindow(net.opengis.citygml.building._1.WindowType src,
Window dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Window window) |
void |
FeatureVisitor.visit(Window window) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Window window) |
T |
FeatureFunctionWalker.apply(Window window) |
void |
GMLWalker.visit(Window window) |
void |
FeatureWalker.visit(Window window) |