Uses of Class
org.citygml4j.jaxb.citygml._0_4.BoundarySurfacePropertyType

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

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

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

Uses of BoundarySurfacePropertyType in org.citygml4j.jaxb.citygml._0_4
 

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

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

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