Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.building | |
org.citygml4j.builder.jaxb.unmarshal.citygml.building | |
org.citygml4j.model.citygml.building |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.BoundarySurfacePropertyType |
Building200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src) |
net.opengis.citygml.building._1.BoundarySurfacePropertyType |
Building100Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src) |
Modifier and Type | Method and Description |
---|---|
BoundarySurfaceProperty |
Building200Unmarshaller.unmarshalBoundarySurfaceProperty(net.opengis.citygml.building._2.BoundarySurfacePropertyType src) |
BoundarySurfaceProperty |
Building100Unmarshaller.unmarshalBoundarySurfaceProperty(net.opengis.citygml.building._1.BoundarySurfacePropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoundarySurfaceProperty> |
Room.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
IntBuildingInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
BuildingInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
AbstractBuilding.getBoundedBySurface() |
Modifier and Type | Method and Description |
---|---|
void |
Room.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
IntBuildingInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
BuildingInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
AbstractBuilding.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
Room.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
IntBuildingInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
BuildingInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
AbstractBuilding.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
Modifier and Type | Method and Description |
---|---|
void |
Room.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
IntBuildingInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
BuildingInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
AbstractBuilding.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |