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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return GeometricComplexType
 GeometricComplexType GMLMarshaller.marshalGeometricComplex(GeometricComplex src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type GeometricComplexType
 GeometricComplex GMLUnmarshaller.unmarshalGeometricComplex(GeometricComplexType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeometricComplexType
 GeometricComplexType ObjectFactory.createGeometricComplexType()
          Create an instance of GeometricComplexType
 GeometricComplexType GeometricComplexPropertyType.getGeometricComplex()
          Gets the value of the geometricComplex property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeometricComplexType
 javax.xml.bind.JAXBElement<GeometricComplexType> ObjectFactory.createGeometricComplex(GeometricComplexType value)
          Create an instance of JAXBElement<GeometricComplexType>}
 void GeometricComplexPropertyType.setGeometricComplex(GeometricComplexType value)
          Sets the value of the geometricComplex property.