Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.BuildingPartType |
Building200Marshaller.marshalBuildingPart(BuildingPart src) |
net.opengis.citygml.building._1.BuildingPartType |
Building100Marshaller.marshalBuildingPart(BuildingPart src) |
void |
Building200Marshaller.marshalBuildingPart(BuildingPart src,
net.opengis.citygml.building._2.BuildingPartType dest) |
void |
Building100Marshaller.marshalBuildingPart(BuildingPart src,
net.opengis.citygml.building._1.BuildingPartType dest) |
Modifier and Type | Method and Description |
---|---|
BuildingPart |
Building200Unmarshaller.unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src) |
BuildingPart |
Building100Unmarshaller.unmarshalBuildingPart(net.opengis.citygml.building._1.BuildingPartType src) |
Modifier and Type | Method and Description |
---|---|
void |
Building200Unmarshaller.unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src,
BuildingPart dest) |
void |
Building100Unmarshaller.unmarshalBuildingPart(net.opengis.citygml.building._1.BuildingPartType src,
BuildingPart dest) |
Modifier and Type | Method and Description |
---|---|
BuildingPart |
BuildingPartProperty.getBuildingPart() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<BuildingPart> |
BuildingPartProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
BuildingPartProperty.setBuildingPart(BuildingPart buildingPart) |
Constructor and Description |
---|
BuildingPartProperty(BuildingPart buildingPart) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(BuildingPart buildingPart) |
void |
FeatureVisitor.visit(BuildingPart buildingPart) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(BuildingPart buildingPart) |
T |
FeatureFunctionWalker.apply(BuildingPart buildingPart) |
void |
GMLWalker.visit(BuildingPart buildingPart) |
void |
FeatureWalker.visit(BuildingPart buildingPart) |