Uses of Class
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.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.model.gml.geometry.primitives
 

Subclasses of SurfacePatchArrayProperty in org.citygml4j.model.gml.geometry.primitives
 class 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 TriangulatedSurface.setPatches(SurfacePatchArrayProperty patches)
           
 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)