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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SurfaceArrayPropertyType
 SurfaceArrayPropertyType GMLMarshaller.marshalSurfaceArrayProperty(SurfaceArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SurfaceArrayPropertyType
 SurfaceArrayProperty GMLUnmarshaller.unmarshalSurfaceArrayProperty(SurfaceArrayPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SurfaceArrayPropertyType
 SurfaceArrayPropertyType ObjectFactory.createSurfaceArrayPropertyType()
          Create an instance of SurfaceArrayPropertyType
 SurfaceArrayPropertyType MultiSurfaceType.getSurfaceMembers()
          Gets the value of the surfaceMembers property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfaceArrayPropertyType
 javax.xml.bind.JAXBElement<SurfaceArrayPropertyType> ObjectFactory.createSurfaceArrayProperty(SurfaceArrayPropertyType value)
          Create an instance of JAXBElement<SurfaceArrayPropertyType>}
 javax.xml.bind.JAXBElement<SurfaceArrayPropertyType> ObjectFactory.createSurfaceMembers(SurfaceArrayPropertyType value)
          Create an instance of JAXBElement<SurfaceArrayPropertyType>}
 void MultiSurfaceType.setSurfaceMembers(SurfaceArrayPropertyType value)
          Sets the value of the surfaceMembers property.