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

Packages that use AbstractParametricCurveSurfaceType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Subclasses of AbstractParametricCurveSurfaceType 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 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 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.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractParametricCurveSurfaceType
 javax.xml.bind.JAXBElement<AbstractParametricCurveSurfaceType> ObjectFactory.create_ParametricCurveSurface(AbstractParametricCurveSurfaceType value)
          Create an instance of JAXBElement<AbstractParametricCurveSurfaceType>}
 

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