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


In This Topic
    NMollweideProjection Class
    In This Topic
    The Mollweide projection is a pseudocylindrical map projection generally used for global maps of the world (or sky). Also known as the Babinet projection, homolographic projection, or elliptical projection.
    Object Model
    NMollweideProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NMollweideProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NMollweideProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NMollweideProjection : NMapProjection 
    Remarks
    As its more explicit name Mollweide equal area projection indicates, it sacrifices fidelity to angle and shape in favor of accurate depiction of area. It is used primarily where accurate representation of area takes precedence over shape, for instance small maps depicting global distributions.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NMollweideProjection

    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