Overload | Description |
---|---|
CreatePolygon(SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(Polyline,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(Polygon,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(Envelope,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(Multipoint,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<Coordinate2D>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<Coordinate3D>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<MapPoint>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<Segment>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<IEnumerable<Segment>>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<Polygon>,SpatialReference) | Convenience method to create a new instance of the Polygon class. |