The following tables list the members exposed by Coordinate.
Name | Description | |
---|---|---|
![]() | Coordinate Constructor | Overloaded. Initializes a new instance of a Coordinate class based on the spatial reference. |
Name | Description | |
---|---|---|
![]() | IsEmpty | Checks if the Coordinate is empty. |
![]() | X | Gets or sets the X coordinate value. |
![]() | Y | Gets or sets the Y coordinate value. |
Name | Description | |
---|---|---|
![]() | Assign | Overloaded. Sets the X or Y values using another coordinate. |
![]() | Clone | Returns a clone of the coordinate. |
![]() | CompareTo | Compares the properties of this coordinate with another coordinate. |
![]() | Distance | Calculates the distance between this coordinate and another one. |
![]() | EquivalentTo | Checks if the properties of two instances are equal. |
![]() | Offset | Offsets the coordinate by a distance and bearing. |
![]() | SetEmpty | Sets the coordinate empty |
![]() | SquareDistance | Calculates the square distance between this coordinate and another coordinate. |
![]() | ToString | Overridden. Returns the string representing the values of this coordinate. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |