Uses of Class
nl.b3p.csw.jaxb.gml.AbstractParametricCurveSurfaceType
-
Packages that use AbstractParametricCurveSurfaceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractParametricCurveSurfaceType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractParametricCurveSurfaceType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classAbstractGriddedSurfaceTypeA gridded surface is a parametric curve surface derived from a rectangular grid in the parameter space.classConeTypeA cone is a gridded surface given as a family of conic sections whose control points vary linearly.classCylinderTypeA 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.classSphereTypeA 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 nl.b3p.csw.jaxb.gml that return AbstractParametricCurveSurfaceType Modifier and Type Method Description AbstractParametricCurveSurfaceTypeObjectFactory. createAbstractParametricCurveSurfaceType()Create an instance ofAbstractParametricCurveSurfaceTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type AbstractParametricCurveSurfaceType Modifier and Type Method Description ParametricCurveSurfaceObjectFactory. createParametricCurveSurface(AbstractParametricCurveSurfaceType value)Create an instance ofParametricCurveSurface}Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractParametricCurveSurfaceType Constructor Description ParametricCurveSurface(AbstractParametricCurveSurfaceType value)
-