Uses of Class
org.citygml4j.model.gml.geometry.primitives.SurfaceArrayProperty

Packages that use SurfaceArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SurfaceArrayProperty
 SurfaceArrayPropertyType GMLMarshaller.marshalSurfaceArrayProperty(SurfaceArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SurfaceArrayProperty
 SurfaceArrayProperty GMLUnmarshaller.unmarshalSurfaceArrayProperty(SurfaceArrayPropertyType src)
           
 

Uses of SurfaceArrayProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return SurfaceArrayProperty
 SurfaceArrayProperty MultiSurface.getSurfaceMembers()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type SurfaceArrayProperty
 void MultiSurface.setSurfaceMembers(SurfaceArrayProperty surfaceMembers)