DbGeographyWellKnownValue Class

 

A data contract serializable representation of a DbGeography value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Spatial.DbGeographyWellKnownValue

[DataContractAttribute]
public sealed class DbGeographyWellKnownValue

NameDescription
System_CAPS_pubmethodDbGeographyWellKnownValue()

Initializes a new instance of the DbGeographyWellKnownValue class.

NameDescription
System_CAPS_pubpropertyCoordinateSystemId

Gets or sets the coordinate system identifier (SRID) of this value.

System_CAPS_pubpropertyWellKnownBinary

Gets or sets the well known binary representation of this value.

System_CAPS_pubpropertyWellKnownText

Gets or sets the well known text representation of this value.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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