The Geometry type exposes the following members.

Methods

  NameDescription
Clone
Returns a new Geometry with the same Type and properties as the current Geometry.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
Equals
Tests whether the specified object and the current object refer to the same underlying object.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCenter
Gets a new Point object located at the center of this Geometry.
GetEnvelope
Returns a new Envelope indicating the geographical extent of the Geometry.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLabelPoint
Returns a Point suitable for labeling the Geometry.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

Properties

  NameDescription
CoordinateSystem
Gets or sets the coordinate system used by this Geometry.
GeometryType
Gets the type of the geometry, indicating the underlying class.
IsEmpty
Indicates whether the Geometry contains any geometric information.
ZSpecified
Gets a value indicating whether the geometry has Z values specified.

See Also