Uses of Class
nl.b3p.csw.jaxb.gml.AbstractSurfacePatchType
-
Packages that use AbstractSurfacePatchType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractSurfacePatchType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractSurfacePatchType 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.classAbstractParametricCurveSurfaceTypeJava class for AbstractParametricCurveSurfaceType complex type.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.classPolygonPatchTypeA PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.classRectangleTypeRepresents a rectangle as a surface with an outer boundary consisting of a linear ring.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.classTriangleTypeRepresents a triangle as a surface with an outer boundary consisting of a linear ring.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractSurfacePatchType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>>SurfacePatchArrayPropertyType. surfacePatchMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractSurfacePatchType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>>SurfacePatchArrayPropertyType. getSurfacePatch()Gets the value of the surfacePatch property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractSurfacePatchType Modifier and Type Method Description SurfacePatchObjectFactory. createSurfacePatch(AbstractSurfacePatchType value)Create an instance ofSurfacePatch}Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractSurfacePatchType Constructor Description SurfacePatch(AbstractSurfacePatchType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractSurfacePatchType Constructor Description PolygonPatchArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)Fully-initialising value constructorSurfacePatchArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)Fully-initialising value constructorTrianglePatchArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)Fully-initialising value constructor
-