This topic has not yet been rated - Rate this topic

GeometryCollection Class

WCF Data Services 5.0

Represents the geometry collection.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)
public ref class GeometryCollection abstract : public Geometry

The GeometryCollection type exposes the following members.

  NameDescription
Protected methodGeometryCollectionInitializes a new instance of the GeometryCollection class.
Top
  NameDescription
Public propertyCoordinateSystemGets the SRID of this instance of geometry. (Inherited from Geometry.)
Public propertyGeometriesGets the geometry instances in this collection.
Public propertyIsEmptyGets a value that indicates whether geometry is empty. (Inherited from Geometry.)
Top
  NameDescription
Public methodEquals(Object)Determines whether this instance and the specified object have the same value. (Overrides Object..::..Equals(Object).)
Public methodEquals(GeometryCollection)Determines whether this instance and another specified geometry instance have the same value.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeGets the hash code. (Overrides Object..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSendToSends the current spatial object to the given pipeline. (Inherited from Geometry.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public Extension MethodDistanceDetermines the distance of the geometry. (Defined by GeometryOperationsExtensions.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.