| Name | Description |
 | AddCoordinate | Overridden. Adds the coordinate at the end of the current part. |
 | AddCoordinates | Overridden. Adds the range of coordinates at the end of the current part. |
 | AddHole | Adds a new hole to the polygon. |
 | AddPart | Adds a new hole or shell to the polygon. |
 | AddShell | Adds a new shell to the polygon. |
 | BufferGeometry |
Creates a buffer polygon at the specified distance around the given geometry.
(Inherited from Geometry) |
 | Clear | Overridden.
Clears all the parts.
|
 | Clone | Overridden. Returns a clone of the polygon object. |
 | Crosses | Checks if the geometry crosses another geometry. (Inherited from Geometry) |
 | Cut |
Splits the polygon where it crosses the polyline.
|
 | DeleteCurrentCoordinate |
Deletes the current vertex in the current part.
(Inherited from Geometry) |
 | Difference |
Constructs the difference between two geometries.
|
 | Disjoint | Checks if two Geometry objects are disjoint. (Inherited from Geometry) |
 | Distance | Returns the closest distance between two Geometry objects. (Inherited from Geometry) |
 | EquivalentTo | Overridden.
Determines whether two Polygon instances are equal.
|
 | ExportToEsriShape | Overridden.
Creates a byte array containing a version of this geometry in ESRI shapefile
format.
|
 | ExportToWgs84EsriShape |
Create a byte array containing a version of this geometry in ESRI shapefile format
based on Wgs84 Geographical Coordinate System.
(Inherited from Geometry) |
 | GetHoles | Overloaded.
Returns the collection of holes for the given shell index.
|
 | GetNearestCoordinate | Overloaded. Returns a coordinate that is closest to the input coordinate. (Inherited from Geometry) |
 | GetNearestVertex | Overloaded.
Finds a vertex on the geometry which is the closet one to the input point location.
(Inherited from Geometry) |
 | GetNearestVertices | Overloaded.
Returns all vertices in the given distance from a specific point, sorted from closest to furthest.
(Inherited from Geometry) |
 | GetPart | Returns a copy of a specific part. |
 | GetSchema |
This property is reserved, apply the XmlSchemaProviderAttribute to the class instead.
(Inherited from Geometry) |
 | GetShell | Returns the coordinate collection of a specified shell within the polygon. |
 | GetShells |
Returns the collection of shells for this polygon.
|
 | ImportFromEsriShape | Overloaded. Overridden.
Deserializes the geometry from a BinaryReader.
|
 | InsertCoordinate | Overridden.
Adds the coordinate in the current part at the current vertex index.
|
 | InsertCoordinateAfter | Overridden.
Adds the coordinate in the current part after the current vertex index.
The current vertex index will be increased by 1.
|
 | InsertCoordinates | Overridden.
Adds the range of coordinates in the current part at the current vertex index.
|
 | InsertCoordinatesAfter | Overridden.
Adds the range of coordinates in the current part after the current vertex index.
The current vertex index will be increased by the number of coordinates inserted.
|
 | InsertPart |
Inserts a copy of the coordinate collection as a part at the specific index.
|
 | Intersects |
Determines if this geometry intersects another geometry.
(Inherited from Geometry) |
 | LabelPointForPolygon |
Calculates an interior point for a polygon. The point can be used to place a label for the polygon.
|
 | MoveCurrentCoordinate |
Moves the current vertex in the current part to the specified coordinate.
(Inherited from Geometry) |
 | ReadXml | Generates a geometry object from its XML representation. (Inherited from Geometry) |
 | Relate |
Returns true if the two geometries respect the specified spatial relation.
(Inherited from Geometry) |
 | RemoveHolesAt |
Removes a hole at the specified index for the given shell.
|
 | RemovePartAt |
Removes the specific part.
|
 | RemoveShellAt |
Removes the shell and the corresponding holes.
|
 | Simplify |
Simplifies the given geometry to make it topologically consistent according to their geometry type.
|
 | ToString | Overridden. Returns a String that represents the current polygon. |
 | Touches | Checks if the geometry intersects with another geometry. (Inherited from Geometry) |
 | Union |
Method constructs the union of geometries in the List.
|
 | Validate | Overridden.
Indicates if the geometry is safe to be saved.
|
 | Within | Checks if the geometry is within another geometry. (Inherited from Geometry) |
 | WriteXml | Converts the geometry object into its XML representation. (Inherited from Geometry) |