Uses of Class
nl.b3p.csw.jaxb.gml.AbstractGriddedSurfaceType
-
Packages that use AbstractGriddedSurfaceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractGriddedSurfaceType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractGriddedSurfaceType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description 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 AbstractGriddedSurfaceType Modifier and Type Method Description AbstractGriddedSurfaceTypeObjectFactory. createAbstractGriddedSurfaceType()Create an instance ofAbstractGriddedSurfaceTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type AbstractGriddedSurfaceType Modifier and Type Method Description GriddedSurfaceObjectFactory. createGriddedSurface(AbstractGriddedSurfaceType value)Create an instance ofGriddedSurface}Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractGriddedSurfaceType Constructor Description GriddedSurface(AbstractGriddedSurfaceType value)
-