Uses of Class
org.citygml4j.jaxb.citygml.tun._2.AbstractBoundarySurfaceType

Packages that use AbstractBoundarySurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

Uses of AbstractBoundarySurfaceType in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type AbstractBoundarySurfaceType
 void Tunnel200Marshaller.marshalAbstractBoundarySurface(AbstractBoundarySurface src, AbstractBoundarySurfaceType dest)
           
 

Uses of AbstractBoundarySurfaceType in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type AbstractBoundarySurfaceType
 void Tunnel200Unmarshaller.unmarshalAbstractBoundarySurface(AbstractBoundarySurfaceType src, AbstractBoundarySurface dest)
           
 

Uses of AbstractBoundarySurfaceType in org.citygml4j.jaxb.citygml.tun._2
 

Subclasses of AbstractBoundarySurfaceType in org.citygml4j.jaxb.citygml.tun._2
 class CeilingSurfaceType
          Mostly horizontal construction that bounds a HollowSpace from above.
 class ClosureSurfaceType
          Virtual surface which can be used to define the volume of geometric objects being not totally bounded by real surfaces (e. g. the entrance of an open Tunnel).
 class FloorSurfaceType
          Mostly horizontal construction that bounds a HollowSpace from below.
 class GroundSurfaceType
          Horizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..) from below on the lowest level.
 class InteriorWallSurfaceType
          Mostly vertical construction that bounds a HollowSpace.
 class OuterCeilingSurfaceType
          Mainly horizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, ..) from above.
 class OuterFloorSurfaceType
          Horizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..) from below.
 class RoofSurfaceType
          Construction that separates the interior part of the Tunnel from the ambient medium ( water, air, ..) from above.
 class WallSurfaceType
          Mainly vertical construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..)
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type AbstractBoundarySurfaceType
 javax.xml.bind.JAXBElement<AbstractBoundarySurfaceType> ObjectFactory.create_BoundarySurface(AbstractBoundarySurfaceType value)
          Create an instance of JAXBElement<AbstractBoundarySurfaceType>}
 javax.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType> BoundarySurfacePropertyType.get_BoundarySurface()
          Ruft den Wert der _BoundarySurface-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type AbstractBoundarySurfaceType
 javax.xml.bind.JAXBElement<AbstractBoundarySurfaceType> ObjectFactory.create_BoundarySurface(AbstractBoundarySurfaceType value)
          Create an instance of JAXBElement<AbstractBoundarySurfaceType>}
 

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type AbstractBoundarySurfaceType
 void BoundarySurfacePropertyType.set_BoundarySurface(javax.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType> value)
          Legt den Wert der _BoundarySurface-Eigenschaft fest.