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(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>,AttributeFlags,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<Segment>,AttributeFlags,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(IEnumerable<IEnumerable<Segment>>,AttributeFlags,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(IEnumerable<Polygon>,AttributeFlags,SpatialReference) | Convenience method to create a new instance of the Polygon class. |
CreatePolygon(PolygonBuilderEx,SpatialReference) | Convenience method to create a new instance of the Polygon class. |