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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SurfacePatchArrayPropertyType
 SurfacePatchArrayPropertyType GMLMarshaller.marshalSurfacePatchArrayProperty(SurfacePatchArrayProperty src)
           
 

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

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

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

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

Subclasses of SurfacePatchArrayPropertyType in org.citygml4j.jaxb.gml._3_1_1
 class PolygonPatchArrayPropertyType
          This type defines a container for an array of polygon patches.
 class TrianglePatchArrayPropertyType
          This type defines a container for an array of triangle patches.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SurfacePatchArrayPropertyType
 SurfacePatchArrayPropertyType ObjectFactory.createSurfacePatchArrayPropertyType()
          Create an instance of SurfacePatchArrayPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type SurfacePatchArrayPropertyType
 javax.xml.bind.JAXBElement<SurfacePatchArrayPropertyType> ObjectFactory.createPatches(SurfacePatchArrayPropertyType value)
          Create an instance of JAXBElement<SurfacePatchArrayPropertyType>}
 javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> SurfaceType.getPatches()
          This element encapsulates the patches of the surface.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfacePatchArrayPropertyType
 javax.xml.bind.JAXBElement<SurfacePatchArrayPropertyType> ObjectFactory.createPatches(SurfacePatchArrayPropertyType value)
          Create an instance of JAXBElement<SurfacePatchArrayPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type SurfacePatchArrayPropertyType
 void SurfaceType.setPatches(javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> value)
          Legt den Wert der patches-Eigenschaft fest.