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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType Building100Marshaller.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 Building100Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._1 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> AbstractBuildingType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 

Method parameters in org.citygml4j.jaxb.citygml.bldg._1 with type arguments of type BoundarySurfacePropertyType
 void RoomType.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.