MapWindow Home
Search MapWindow.org


  • Home
    • Download
    • Why MW
    • FAQ
    • Contact
  • Products
    • MapWindow
    • ActiveX
    • Plug-ins
  • Software Dev
    • Sample Code
    • Scripts
    • Source
    • Bugs
    • Support
    • Languages
  • Site Tools
    • Forums
    • Tutorials
    • Mailing Lists
    • Team
    • Site Stats
    • Links
  • Get Stuff
    • Buy a CD
    • Buy a T-Shirt
    • MW Book
    • ActiveX Book
    • Donate
    • Buy Support
  • Documentation
    • MWGIS App. User Guide
    • GISTools User Guide
    • MW Plug-ins Dev. Guide
    • MWGIS ActiveX Dev. Guide
    • MWGeoProc Dev. Guide

MapWinGeoProc:Topology2D:Point

From MapWindow GIS

Jump to: navigation, search

Point

Summary

In the event that we don't have MapWinGIS, this provides a useful point class with double values This will store 3D X, Y and Z values, but has no vector functions. For that, use the vector class.

Fields

X The X coordinate of the point
Y The Y coordinate of the point

Methods

ClosestPointOn Returns a Point corresponding to the closest point on Segment Seg to this point
Constructor This function has 4 overloads.
Copy Returns a new instance of the Topology2D.Point class with the same values as this object.
DistanceTo This function has 2 overloads.
Equals This function has been overriden to compare the vectors in the mathematical sense. If the components of the vector are equal, then this will return true.
GetHashCode Returns a hash code, whatever that is.
IntersectsWith This function has 4 overloads.
IsCompletelyWithin Tests if this point intersects the Polygon but does not touch the border of it
IsContainedBy Tests if this point is within or touching the boundary of the Polygon but does not cross. (Since points have no size, this is the same as intersect.)
IsIdenticalTo This function has 2 overloads.
IsWithinADistanceOf This function has 2 overloads.
To_mwPoint Creates a MapWinGIS.Point from this point.
TouchesTheBoundaryOf This function has 2 overloads.
ToVector Converts the point into a vector by assuming that the tail of the vector is the origin (0,0,0)

Operators

Equality Returns true if X and Y coordinates are equal
Inequality Returns true if X and Y coordinates are different

Back to MapWinGeoProc.Topology2D

Retrieved from "http://www.mapwindow.org/wiki/index.php/MapWinGeoProc:Topology2D:Point"
Views
  • Page
  • Discussion
  • View source
  • History
Personal tools
  • Log in / create account
  • What links here
  • Related changes
  • Upload file
  • Special pages
  • Printable version
  • Permanent link

Geospatial Software Lab

Copyright © 2008 - MapWindow Open Source Team
( last updated: November 12 2008.)
Home | Donate | Download | MapWindow GIS Desktop | MapWinGIS.ocx | Plug-ins | Contact | Lists | Bugs | Sample Code | Documentation
Code Repository | Open Source License | Discussion Forum | Wiki | Join the Team | Site Statistics | Links