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


In This Topic
    NMillerCylindricalProjection Class
    In This Topic
    The Miller cylindrical projection is a modified Mercator projection, proposed by Osborn Maitland Miller (1897-1979) in 1942.
    Object Model
    NMillerCylindricalProjection Class
    Syntax
    'Declaration
     
    
    Public Class NMillerCylindricalProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NMillerCylindricalProjection
    public class NMillerCylindricalProjection : NMapProjection 
    Remarks
    The parallels of latitude are scaled by a factor of 0.8, projected according to Mercator, and then the result is divided by 0.8 to retain scale along the equator.
    Inheritance Hierarchy

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

    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