Click or drag to resize

MultiPolygon Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Represents a collection of Polygons.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Use Polygon")]
public class MultiPolygon : GISObject, 
	IMapFeature

The MultiPolygon type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Every GIS object comprises a series of columns. This function returns the names of the columns for this GISObject.
(Inherited from GISObject.)
Public propertyFeatureType
Returns FeatureType.None because multi-polygons do not correspond to a simple feature type.
(Overrides GISObjectFeatureType.)
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyWKT
Returns the WKT geometry of this multi-polygon.
(Overrides GISObjectWKT.)
Top
Methods
  NameDescription
Public methodDistanceTo
Returns the shortest distance from a specified point to this multi-polygon.
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class is obsolete. A Polygon can now contain multiple polygon geometries.
See Also