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


In This Topic
    NOrthographicProjection Class
    In This Topic
    Orthographic projection is a perspective (or azimuthal) projection, in which the sphere is projected onto a tangent plane. It depicts a hemisphere of the globe as it appears from outer space. The shapes and areas are distorted, particularly near the edges, but distances are preserved along parallels.
    Object Model
    NOrthographicProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NOrthographicProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NOrthographicProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NOrthographicProjection : NMapProjection 
    Remarks
    You can control the central meridian of the projection using the CentralMeridian property.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NOrthographicProjection

    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