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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type ClosureSurfaceType
 void Building040Marshaller.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 Building040Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 void Building040Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type ClosureSurfaceType
 javax.xml.bind.JAXBElement<ClosureSurfaceType> ObjectFactory.createClosureSurface(ClosureSurfaceType value)
          Create an instance of JAXBElement<ClosureSurfaceType>}