Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NKavrayskiyVIIProjection Class
Members


In This Topic
    NKavrayskiyVIIProjection Class
    In This Topic
    The Kavrayskiy VII is a map projection invented by V. V. Kavrayskiy in 1939 for use as a general purpose pseudocylindrical projection.
    Object Model
    NKavrayskiyVIIProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NKavrayskiyVIIProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NKavrayskiyVIIProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NKavrayskiyVIIProjection : NMapProjection 
    Remarks
    Like the Robinson projection, it is a compromise intended to produce good quality maps with low distortion overall. It scores well in that respect compared to other popular projections, such as the Winkel Tripel, despite straight, evenly-spaced parallels and a simple formulation. It has been used in the former Soviet Union but is almost unknown in the Western world.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NKavrayskiyVIIProjection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also