GeometryPosition Class

Represents one position in the geometry coordinate system.

Inheritance Hierarchy

System.Object
  System.Spatial.GeometryPosition

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Class GeometryPosition _
    Implements IEquatable(Of GeometryPosition)
'Usage
Dim instance As GeometryPosition
public class GeometryPosition : IEquatable<GeometryPosition>
public ref class GeometryPosition : IEquatable<GeometryPosition^>
type GeometryPosition =  
    class 
        interface IEquatable<GeometryPosition>
    end
public class GeometryPosition implements IEquatable<GeometryPosition>

The GeometryPosition type exposes the following members.

Constructors

  Name Description
Public method GeometryPosition(Double, Double) Creates a new instance of the GeometryPosition from components.
Public method GeometryPosition(Double, Double, Nullable<Double>, Nullable<Double>) Creates a new instance of the GeometryPosition from components.

Top

Properties

  Name Description
Public property M Gets the arbitrary measure associated with a position.
Public property X Gets the X portion of position.
Public property Y Gets the Y portion of position.
Public property Z Gets the altitude portion of position.

Top

Methods

  Name Description
Public method Equals(Object) Performs the equality comparison on an object. (Overrides Object.Equals(Object).)
Public method Equals(GeometryPosition) Performs the equality comparison on a spatial geometry position.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Computes a hash code. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Formats this instance to a readable string. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Performs the equality comparison.
Public operatorStatic member Inequality Performs the inequality comparison.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Spatial Namespace