Modifier and Type | Method and Description |
---|---|
net.opengis.citygml._2.CityModelType |
Core200Marshaller.marshalCityModel(CityModel src) |
net.opengis.citygml._1.CityModelType |
Core100Marshaller.marshalCityModel(CityModel src) |
void |
Core200Marshaller.marshalCityModel(CityModel src,
net.opengis.citygml._2.CityModelType dest) |
void |
Core100Marshaller.marshalCityModel(CityModel src,
net.opengis.citygml._1.CityModelType dest) |
Modifier and Type | Method and Description |
---|---|
CityModel |
Core200Unmarshaller.unmarshalCityModel(net.opengis.citygml._2.CityModelType src) |
CityModel |
Core100Unmarshaller.unmarshalCityModel(net.opengis.citygml._1.CityModelType src) |
Modifier and Type | Method and Description |
---|---|
void |
Core200Unmarshaller.unmarshalCityModel(net.opengis.citygml._2.CityModelType src,
CityModel dest) |
void |
Core100Unmarshaller.unmarshalCityModel(net.opengis.citygml._1.CityModelType src,
CityModel dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(CityModel cityModel) |
void |
FeatureVisitor.visit(CityModel cityModel) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(CityModel cityModel) |
T |
FeatureFunctionWalker.apply(CityModel cityModel) |
void |
GMLWalker.visit(CityModel cityModel) |
void |
FeatureWalker.visit(CityModel cityModel) |
Modifier and Type | Method and Description |
---|---|
CityModel |
CityModelInfo.toCityModel() |
Constructor and Description |
---|
CityModelInfo(CityModel cityModel) |