Uses of Class
org.citygml4j.jaxb.citygml.bldg._2.BoundarySurfacePropertyType

Packages that use BoundarySurfacePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType Building200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BoundarySurfacePropertyType
 BoundarySurfaceProperty Building200Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

Uses of BoundarySurfacePropertyType in org.citygml4j.jaxb.citygml.bldg._2
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType ObjectFactory.createBoundarySurfacePropertyType()
          Create an instance of BoundarySurfacePropertyType
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return types with arguments of type BoundarySurfacePropertyType
 java.util.List<BoundarySurfacePropertyType> RoomType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> IntBuildingInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> BuildingInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> AbstractBuildingType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 

Method parameters in org.citygml4j.jaxb.citygml.bldg._2 with type arguments of type BoundarySurfacePropertyType
 void RoomType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void IntBuildingInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void BuildingInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void AbstractBuildingType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.