Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CompositeSurfaceType

Packages that use CompositeSurfaceType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of CompositeSurfaceType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CompositeSurfaceType
 CompositeSurfaceType GMLMarshaller.marshalCompositeSurface(CompositeSurface src)
           
 

Uses of CompositeSurfaceType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeSurfaceType
 CompositeSurface GMLUnmarshaller.unmarshalCompositeSurface(CompositeSurfaceType src)
           
 

Uses of CompositeSurfaceType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompositeSurfaceType
 CompositeSurfaceType ObjectFactory.createCompositeSurfaceType()
          Create an instance of CompositeSurfaceType
 CompositeSurfaceType GeometricComplexPropertyType.getCompositeSurface()
          Gets the value of the compositeSurface property.
 CompositeSurfaceType CompositeSurfacePropertyType.getCompositeSurface()
          Gets the value of the compositeSurface property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CompositeSurfaceType
 javax.xml.bind.JAXBElement<CompositeSurfaceType> ObjectFactory.createCompositeSurface(CompositeSurfaceType value)
          Create an instance of JAXBElement<CompositeSurfaceType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompositeSurfaceType
 javax.xml.bind.JAXBElement<CompositeSurfaceType> ObjectFactory.createCompositeSurface(CompositeSurfaceType value)
          Create an instance of JAXBElement<CompositeSurfaceType>}
 void GeometricComplexPropertyType.setCompositeSurface(CompositeSurfaceType value)
          Sets the value of the compositeSurface property.
 void CompositeSurfacePropertyType.setCompositeSurface(CompositeSurfaceType value)
          Sets the value of the compositeSurface property.