Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NStereographicProjection Class
Members


In This Topic
    NStereographicProjection Class
    In This Topic
    The stereographic projection is a particular mapping (function) that projects a sphere onto a plane.
    Object Model
    NStereographicProjection Class
    Syntax
    'Declaration
     
    
    Public Class NStereographicProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NStereographicProjection
    public class NStereographicProjection : NMapProjection 
    Remarks
    The fact that no map from the sphere to the plane can accurately represent both angles (and thus shapes) and areas is the fundamental problem of cartography. In general, area-preserving map projections are preferred for statistical applications, because they behave well with respect to integration, while angle-preserving (conformal) map projections are preferred for navigation. The stereographic projection falls into the second category.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Import.Map.NMapProjection
          Nevron.Nov.Diagram.Import.Map.NStereographicProjection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also