# C1.FlexMap.CartesianCoordinateSystem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_CartesianCoordinateSystem" data-uid="C1.FlexMap.CartesianCoordinateSystem" class="text-break">CartesianCoordinateSystem Class
</h1>
  <div class="markdown level0 summary"><p>A <a class="xref" href="C1.FlexMap.ICoordinateSystem.html">ICoordinateSystem</a> implementation for the cartesian coordinate system.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CartesianCoordinateSystem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.FlexMap.ICoordinateSystem.html">ICoordinateSystem</a></div>
    <div><a class="xref" href="C1.FlexMap.IMapProjection.html">IMapProjection</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_CartesianCoordinateSystem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CartesianCoordinateSystem : ICoordinateSystem, IMapProjection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CartesianCoordinateSystem
    Implements ICoordinateSystem, IMapProjection</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem__ctor" data-uid="C1.FlexMap.CartesianCoordinateSystem.#ctor">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.-ctor.html#C1_FlexMap_CartesianCoordinateSystem__ctor">CartesianCoordinateSystem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_LimitBounds" data-uid="C1.FlexMap.CartesianCoordinateSystem.LimitBounds">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.LimitBounds.html#C1_FlexMap_CartesianCoordinateSystem_LimitBounds">LimitBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the limit bounds that this coordinate system supports.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_Unit" data-uid="C1.FlexMap.CartesianCoordinateSystem.Unit">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Unit.html#C1_FlexMap_CartesianCoordinateSystem_Unit">Unit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unit used by this coordinate system.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_Distance_C1_Win_Interop_Point_C1_Win_Interop_Point_" data-uid="C1.FlexMap.CartesianCoordinateSystem.Distance(C1.Win.Interop.Point,C1.Win.Interop.Point)">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Distance.html#C1_FlexMap_CartesianCoordinateSystem_Distance_C1_Win_Interop_Point_C1_Win_Interop_Point_">Distance(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance, in meters, between two points in the unit of this coordinate system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_IsMeridianCurved" data-uid="C1.FlexMap.CartesianCoordinateSystem.IsMeridianCurved">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.IsMeridianCurved.html#C1_FlexMap_CartesianCoordinateSystem_IsMeridianCurved">IsMeridianCurved()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the meridian lines are curved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_IsParallelCurved" data-uid="C1.FlexMap.CartesianCoordinateSystem.IsParallelCurved">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.IsParallelCurved.html#C1_FlexMap_CartesianCoordinateSystem_IsParallelCurved">IsParallelCurved()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the parallel lines are curved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_Project_C1_Win_Interop_Point_" data-uid="C1.FlexMap.CartesianCoordinateSystem.Project(C1.Win.Interop.Point)">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Project.html#C1_FlexMap_CartesianCoordinateSystem_Project_C1_Win_Interop_Point_">Project(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Projects a geometry coordinate to logical coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_Unproject_C1_Win_Interop_Point_" data-uid="C1.FlexMap.CartesianCoordinateSystem.Unproject(C1.Win.Interop.Point)">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Unproject.html#C1_FlexMap_CartesianCoordinateSystem_Unproject_C1_Win_Interop_Point_">Unproject(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Inverse of <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Project.html#C1_FlexMap_CartesianCoordinateSystem_Project_C1_Win_Interop_Point_">Project(Point)</a>. Unprojects a logical coordinate to a geometry coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_CartesianCoordinateSystem_ValueChanged" data-uid="C1.FlexMap.CartesianCoordinateSystem.ValueChanged">
          <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.Unit.html#C1_FlexMap_CartesianCoordinateSystem_Unit">Unit</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
