Uses of Interface
org.citygml4j.model.gml.geometry.primitives.SurfacePatchArrayProperty

Packages that use SurfacePatchArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SurfacePatchArrayProperty
 SurfacePatchArrayPropertyType GMLMarshaller.marshalSurfacePatchArrayProperty(SurfacePatchArrayProperty src)
           
 void GMLMarshaller.marshalSurfacePatchArrayProperty(SurfacePatchArrayProperty src, SurfacePatchArrayPropertyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SurfacePatchArrayProperty
 SurfacePatchArrayProperty GMLUnmarshaller.unmarshalSurfacePatchArrayProperty(SurfacePatchArrayPropertyType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SurfacePatchArrayProperty
 void GMLUnmarshaller.unmarshalSurfacePatchArrayProperty(SurfacePatchArrayPropertyType src, SurfacePatchArrayProperty dest)
           
 

Uses of SurfacePatchArrayProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SurfacePatchArrayProperty
 SurfacePatchArrayProperty GMLFactory.createSurfacePatchArrayProperty()
           
 SurfacePatchArrayProperty GMLFactory.createSurfacePatchArrayProperty(AbstractSurfacePatch... surfacePatch)
           
 SurfacePatchArrayProperty GMLFactory.createSurfacePatchArrayProperty(java.util.List<AbstractSurfacePatch> surfacePatch)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement SurfacePatchArrayProperty
 class SurfacePatchArrayPropertyImpl
           
 class TrianglePatchArrayPropertyImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return SurfacePatchArrayProperty
 SurfacePatchArrayProperty SurfaceImpl.getPatches()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type SurfacePatchArrayProperty
 void TriangulatedSurfaceImpl.setPatches(SurfacePatchArrayProperty patches)
           
 void SurfaceImpl.setPatches(SurfacePatchArrayProperty patches)
           
 

Uses of SurfacePatchArrayProperty in org.citygml4j.model.gml.geometry.primitives
 

Subinterfaces of SurfacePatchArrayProperty in org.citygml4j.model.gml.geometry.primitives
 interface TrianglePatchArrayProperty
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return SurfacePatchArrayProperty
 SurfacePatchArrayProperty Surface.getPatches()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type SurfacePatchArrayProperty
 void Surface.setPatches(SurfacePatchArrayProperty patches)
           
 

Uses of SurfacePatchArrayProperty in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type SurfacePatchArrayProperty
 T GMLFunctionWalker.apply(SurfacePatchArrayProperty surfacePatchArrayProperty)
           
 T GeometryFunctionWalker.apply(SurfacePatchArrayProperty surfacePatchArrayProperty)
           
 void GMLWalker.visit(SurfacePatchArrayProperty surfacePatchArrayProperty)
           
 void GeometryWalker.visit(SurfacePatchArrayProperty surfacePatchArrayProperty)