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

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

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

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

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

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

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

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

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

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

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

Constructors in org.citygml4j.model.citygml.bridge 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)