Overload | Description |
---|---|
PolygonBuilder Constructor(SpatialReference) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(Polyline) | Initializes a new instance of the PolygonBuilder class from the parts of a polyline. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(Polygon) | Initializes a new instance of the PolygonBuilder class from the input polygon. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(Envelope) | Initializes a new instance of the PolygonBuilder class from the input envelope. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(Multipoint) | Initializes a new instance of the PolygonBuilder class from the input multipoint. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<Coordinate2D>,SpatialReference) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<Coordinate3D>,SpatialReference) | Initializes a new instance of the PolygonBuilder class from the input coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<MapPoint>) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<Segment>) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<IEnumerable<Segment>>) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolygonBuilder Constructor(IEnumerable<Polygon>) | Initializes a new instance of the PolygonBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |