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 the Geometry Point.
Inheritance Hierarchy
System.Object
System.Spatial.Geometry
System.Spatial.GeometryPoint
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeometryPoint _
Inherits Geometry
'Usage
Dim instance As GeometryPoint
public abstract class GeometryPoint : Geometry
public ref class GeometryPoint abstract : public Geometry
[<AbstractClassAttribute>]
type GeometryPoint =
class
inherit Geometry
end
public abstract class GeometryPoint extends Geometry
The GeometryPoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GeometryPoint | Initializes a new instance of the GeometryPoint class. Empty Point constructor. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CoordinateSystem | Gets the SRID of this instance of geometry. (Inherited from Geometry.) |
![]() |
IsEmpty | Gets a value that indicates whether geometry is empty. (Inherited from Geometry.) |
![]() |
M | Gets or sets the Nullable M. |
![]() |
X | Gets or sets the Latitude. |
![]() |
Y | Gets or sets the Longitude. |
![]() |
Z | Gets or sets the Nullable Z. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create(Double, Double) | Creates the specified latitude. |
![]() ![]() |
Create(Double, Double, Nullable<Double>) | Creates the specified latitude. |
![]() ![]() |
Create(Double, Double, Nullable<Double>, Nullable<Double>) | Creates the specified latitude. |
![]() ![]() |
Create(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) | Creates the specified latitude. |
![]() |
Equals(Object) | Determines whether this instance and another specified geography instance have the same value. (Overrides Object.Equals(Object).) |
![]() |
Equals(GeometryPoint) | Determines whether this instance and another specified geography instance have the same value. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the Hashcode. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SendTo | Sends the current spatial object to the given pipeline. (Inherited from Geometry.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
Distance | Determines the distance of the geometry. (Defined by GeometryOperationsExtensions.) |
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.