Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.tunnel | |
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel | |
org.citygml4j.model.citygml.tunnel |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.tunnel._2.BoundarySurfacePropertyType |
Tunnel200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src) |
Modifier and Type | Method and Description |
---|---|
BoundarySurfaceProperty |
Tunnel200Unmarshaller.unmarshalBoundarySurfaceProperty(net.opengis.citygml.tunnel._2.BoundarySurfacePropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoundarySurfaceProperty> |
TunnelInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
IntTunnelInstallation.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
HollowSpace.getBoundedBySurface() |
java.util.List<BoundarySurfaceProperty> |
AbstractTunnel.getBoundedBySurface() |
Modifier and Type | Method and Description |
---|---|
void |
TunnelInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
IntTunnelInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
HollowSpace.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
void |
AbstractTunnel.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
TunnelInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
IntTunnelInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
HollowSpace.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
boolean |
AbstractTunnel.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface) |
Modifier and Type | Method and Description |
---|---|
void |
TunnelInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
IntTunnelInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
HollowSpace.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |
void |
AbstractTunnel.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface) |