Uses of Class
nl.b3p.csw.jaxb.gml.TriangulatedSurfaceType
-
Packages that use TriangulatedSurfaceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of TriangulatedSurfaceType in nl.b3p.csw.jaxb.gml
Subclasses of TriangulatedSurfaceType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description 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.Methods in nl.b3p.csw.jaxb.gml that return TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceTypeObjectFactory. createTriangulatedSurfaceType()Create an instance ofTriangulatedSurfaceTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceObjectFactory. createTriangulatedSurface(TriangulatedSurfaceType value)Create an instance ofTriangulatedSurface}Constructors in nl.b3p.csw.jaxb.gml with parameters of type TriangulatedSurfaceType Constructor Description TriangulatedSurface(TriangulatedSurfaceType value)
-