Uses of Interface
org.citygml4j.model.citygml.building.BoundarySurfaceProperty

Packages that use BoundarySurfaceProperty
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   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BoundarySurfaceProperty
 BoundarySurfacePropertyType Building100Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 BoundarySurfacePropertyType Building040Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BoundarySurfaceProperty
 BoundarySurfaceProperty Building100Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 BoundarySurfaceProperty Building040Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

Uses of BoundarySurfaceProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BoundarySurfaceProperty
 BoundarySurfaceProperty CityGMLFactory.createBoundarySurfaceProperty()
           
 BoundarySurfaceProperty CityGMLFactory.createBoundarySurfaceProperty(AbstractBoundarySurface boundarySurface)
           
 BoundarySurfaceProperty CityGMLFactory.createBoundarySurfaceProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement BoundarySurfaceProperty
 class BoundarySurfacePropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type BoundarySurfaceProperty
 java.util.List<BoundarySurfaceProperty> RoomImpl.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> AbstractBuildingImpl.getBoundedBySurface()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type BoundarySurfaceProperty
 void RoomImpl.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void AbstractBuildingImpl.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean RoomImpl.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean AbstractBuildingImpl.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type BoundarySurfaceProperty
 void RoomImpl.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void AbstractBuildingImpl.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 

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

Methods in org.citygml4j.model.citygml.building that return types with arguments of type BoundarySurfaceProperty
 java.util.List<BoundarySurfaceProperty> Room.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> AbstractBuilding.getBoundedBySurface()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type BoundarySurfaceProperty
 void Room.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void AbstractBuilding.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean Room.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean AbstractBuilding.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type BoundarySurfaceProperty
 void Room.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void AbstractBuilding.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)