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

Packages that use ClosureSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

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

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

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

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

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

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

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