GeoPoint MembersMapAround Documentation

The GeoPoint type exposes the following members.
Constructors

  NameDescription
Public methodGeoPoint
Initializes a new instance of the GeoPoint.
Back to Top
Methods

  NameDescription
Public methodBuffer
Builds a buffer for this geometry.
Public methodCanonicalize
Canonicalizes all coordinates of this object.
(Overrides Geography Canonicalize .)
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides Geography Clone .)
Public methodDifference
Computes a difference of this geography with another.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExtractPoints
Extracts all points defining this object.
(Overrides Geography ExtractPoints .)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromPlanarPoint
Creates an instance of the MapAround.Geography.GeoPoint for the planar point that is Plate-Caree projection.
Public methodGetConvexHull
Computes a conver hull of this object.
(Inherited from Geography.)
Public methodGetEnvelope
Computes the envelope of this object.
(Inherited from Geography.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersection
Computes an intersection of this geography with another.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSymmetricDifference
Computes a symmetric difference of this geography with another.
Public methodToPlanarGeometry
Gets a planar geometry that is a result of simple Plate-Caree projection of this object.
(Overrides Geography ToPlanarGeometry(Boolean).)
Public methodToPlanarPoint
Gets a planar point that is a result of simple Plate-Caree projection of this geopoint.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnion
Computes a union of this geography with another.
Back to Top
Fields

  NameDescription
Public fieldL
Longitude in radians.
Public fieldPhi
Latitude in radians.
Back to Top
Properties

  NameDescription
Public propertyDimension
Gets the dimension of this object.
(Overrides Geography Dimension.)
Public propertyLatitude
Gets or sets a latitude in degrees.
Public propertyLongitude
Gets or sets a longitude in degrees.
Public propertyPointCount
Gets a number of points defining this object.
(Overrides Geography PointCount.)
Back to Top
See Also