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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return ClosureSurfaceType
 ClosureSurfaceType Building200Marshaller.marshalClosureSurface(ClosureSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type ClosureSurfaceType
 void Building200Marshaller.marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type ClosureSurfaceType
 ClosureSurface Building200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 void Building200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return types with arguments of type ClosureSurfaceType
 javax.xml.bind.JAXBElement<ClosureSurfaceType> ObjectFactory.createClosureSurface(ClosureSurfaceType value)
          Create an instance of JAXBElement<ClosureSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 with parameters of type ClosureSurfaceType
 javax.xml.bind.JAXBElement<ClosureSurfaceType> ObjectFactory.createClosureSurface(ClosureSurfaceType value)
          Create an instance of JAXBElement<ClosureSurfaceType>}