Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.bridge | |
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge | |
org.citygml4j.model.citygml.bridge |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.bridge._2.BoundarySurfacePropertyType |
Bridge200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src) |
Modifier and Type | Method and Description |
---|---|
BoundarySurfaceProperty |
Bridge200Unmarshaller.unmarshalBoundarySurfaceProperty(net.opengis.citygml.bridge._2.BoundarySurfacePropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoundarySurfaceProperty> |
IntBridgeInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
BridgeRoom.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
BridgeInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
BridgeConstructionElement.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
AbstractBridge.getBoundedBySurface() |
Modifier and Type | Method and Description |
---|---|
void |
IntBridgeInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
BridgeRoom.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
BridgeInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
BridgeConstructionElement.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
AbstractBridge.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
IntBridgeInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
BridgeRoom.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
BridgeInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
BridgeConstructionElement.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
AbstractBridge.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
Modifier and Type | Method and Description |
---|---|
void |
IntBridgeInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
BridgeRoom.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
BridgeInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
BridgeConstructionElement.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
AbstractBridge.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |