Uses of Class
nl.b3p.csw.jaxb.gml.SurfaceType
-
Packages that use SurfaceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of SurfaceType in nl.b3p.csw.jaxb.gml
Subclasses of SurfaceType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classPolyhedralSurfaceTypeA polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.classTinTypeA tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.classTriangulatedSurfaceTypeA triangulated surface is a polyhedral surface that is composed only of triangles.Methods in nl.b3p.csw.jaxb.gml that return SurfaceType Modifier and Type Method Description SurfaceTypeObjectFactory. createSurfaceType()Create an instance ofSurfaceTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type SurfaceType Modifier and Type Method Description SurfaceObjectFactory. createSurface(SurfaceType value)Create an instance ofSurface}Constructors in nl.b3p.csw.jaxb.gml with parameters of type SurfaceType Constructor Description Surface(SurfaceType value)
-