Uses of Interface
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.factory   
org.citygml4j.impl.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 Building040Marshaller.marshalBoundarySurface(AbstractBoundarySurface src, _BoundarySurfaceType dest)
           
 void Building100Marshaller.marshalBoundarySurface(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 Building040Unmarshaller.unmarshalBoundarySurface(_BoundarySurfaceType src, AbstractBoundarySurface dest)
           
 void Building100Unmarshaller.unmarshalBoundarySurface(AbstractBoundarySurfaceType src, AbstractBoundarySurface dest)
           
 

Uses of AbstractBoundarySurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractBoundarySurface
 BoundarySurfaceProperty CityGMLFactory.createBoundarySurfaceProperty(AbstractBoundarySurface boundarySurface)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement AbstractBoundarySurface
 class AbstractBoundarySurfaceImpl
           
 class CeilingSurfaceImpl
           
 class ClosureSurfaceImpl
           
 class FloorSurfaceImpl
           
 class GroundSurfaceImpl
           
 class InteriorWallSurfaceImpl
           
 class RoofSurfaceImpl
           
 class WallSurfaceImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return AbstractBoundarySurface
 AbstractBoundarySurface BoundarySurfacePropertyImpl.getBoundarySurface()
           
 

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

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

Subinterfaces of AbstractBoundarySurface in org.citygml4j.model.citygml.building
 interface CeilingSurface
           
 interface ClosureSurface
           
 interface FloorSurface
           
 interface GroundSurface
           
 interface InteriorWallSurface
           
 interface RoofSurface
           
 interface WallSurface
           
 

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

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

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)