Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GeometryPosition(Double, Double) | Creates a new instance of the GeometryPosition from components. |
![]() |
GeometryPosition(Double, Double, Nullable<Double>, Nullable<Double>) | Creates a new instance of the GeometryPosition from components. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
M | Gets the arbitrary measure associated with a position. |
![]() |
X | Gets the X portion of position. |
![]() |
Y | Gets the Y portion of position. |
![]() |
Z | Gets the altitude portion of position. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Performs the equality comparison on an object. (Overrides Object.Equals(Object).) |
![]() |
Equals(GeometryPosition) | Performs the equality comparison on a spatial geometry position. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Computes a hash code. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Formats this instance to a readable string. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Performs the equality comparison. |
![]() ![]() |
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.