Overload | Description |
---|---|
MapPointBuilder Constructor(SpatialReference) | Initializes an empty instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(MapPoint) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Coordinate2D,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Coordinate3D,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Double,Double,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Double,Double,Double,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Double,Double,Double,Double,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MapPointBuilder Constructor(Double,Double,Double,Double,Int32,SpatialReference) | Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |