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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractSurfacePatchType
 void GMLMarshaller.marshalAbstractSurfacePatch(AbstractSurfacePatch src, AbstractSurfacePatchType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractSurfacePatchType
 void GMLUnmarshaller.unmarshalAbstractSurfacePatch(AbstractSurfacePatchType src, AbstractSurfacePatch dest)
           
 

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

Subclasses of AbstractSurfacePatchType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractGriddedSurfaceType
          A gridded surface is a parametric curve surface derived from a rectangular grid in the parameter space.
 class AbstractParametricCurveSurfaceType
          Java-Klasse für AbstractParametricCurveSurfaceType complex type.
 class ConeType
          A cone is a gridded surface given as a family of conic sections whose control points vary linearly.
 class CylinderType
          A cylinder is a gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape.
 class PolygonPatchType
          A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.
 class RectangleType
          Represents a rectangle as a surface with an outer boundary consisting of a linear ring.
 class SphereType
          A sphere is a gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whise radius varies in proportions to the cosine function of the central angle.
 class TriangleType
          Represents a triangle as a surface with an outer boundary consisting of a linear ring.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractSurfacePatchType
 javax.xml.bind.JAXBElement<AbstractSurfacePatchType> ObjectFactory.create_SurfacePatch(AbstractSurfacePatchType value)
          Create an instance of JAXBElement<AbstractSurfacePatchType>}
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> SurfacePatchArrayPropertyType.get_SurfacePatch()
          Gets the value of the surfacePatch property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractSurfacePatchType
 void SurfacePatchArrayPropertyType.set_SurfacePatch(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
          Sets the value of the _SurfacePatch property.