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

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

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

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

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

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

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

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

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

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

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

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