Uses of Class
org.citygml4j.model.citygml.tunnel.AbstractBoundarySurface

Packages that use AbstractBoundarySurface
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.util.walker   
 

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

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

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

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

Uses of AbstractBoundarySurface in org.citygml4j.model.citygml.tunnel
 

Subclasses of AbstractBoundarySurface in org.citygml4j.model.citygml.tunnel
 class CeilingSurface
           
 class ClosureSurface
           
 class FloorSurface
           
 class GroundSurface
           
 class InteriorWallSurface
           
 class OuterCeilingSurface
           
 class OuterFloorSurface
           
 class RoofSurface
           
 class WallSurface
           
 

Methods in org.citygml4j.model.citygml.tunnel that return AbstractBoundarySurface
 AbstractBoundarySurface BoundarySurfaceProperty.getBoundarySurface()
           
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type AbstractBoundarySurface
 java.lang.Class<AbstractBoundarySurface> BoundarySurfaceProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type AbstractBoundarySurface
 void BoundarySurfaceProperty.setBoundarySurface(AbstractBoundarySurface boundarySurface)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type AbstractBoundarySurface
BoundarySurfaceProperty(AbstractBoundarySurface abstractBoundarySurface)
           
 

Uses of AbstractBoundarySurface in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractBoundarySurface
 T GMLFunctionWalker.apply(AbstractBoundarySurface abstractBoundarySurface)
           
 T FeatureFunctionWalker.apply(AbstractBoundarySurface abstractBoundarySurface)
           
 void GMLWalker.visit(AbstractBoundarySurface abstractBoundarySurface)
           
 void FeatureWalker.visit(AbstractBoundarySurface abstractBoundarySurface)