Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return SurfaceArrayProperty
 SurfaceArrayProperty GMLFactory.createSurfaceArrayProperty()
           
 SurfaceArrayProperty GMLFactory.createSurfaceArrayProperty(AbstractSurface... abstractSurface)
           
 SurfaceArrayProperty GMLFactory.createSurfaceArrayProperty(java.util.List<AbstractSurface> abstractSurface)
           
 

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

Methods in org.citygml4j.impl.gml.geometry.aggregates that return SurfaceArrayProperty
 SurfaceArrayProperty MultiSurfaceImpl.getSurfaceMembers()
           
 

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

Uses of SurfaceArrayProperty in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement SurfaceArrayProperty
 class SurfaceArrayPropertyImpl
           
 

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)