Overload | Description |
---|---|
MapPointBuilderEx Constructor(Double,Double) | Constructs a new MapPoint builder with given x and y coordinates. |
MapPointBuilderEx Constructor(Double,Double,Double) | Constructs a new MapPoint builder with given x, y, and z coordinates. |
MapPointBuilderEx Constructor(Double,Double,Boolean,Double,Boolean,Double,Boolean,Int32,SpatialReference) | Constructs a new MapPoint builder with given x and y coordinates and other optional attributes. |
MapPointBuilderEx Constructor(MapPoint) | Initializes a new instance of the MapPointBuilderEx class from the properties of the input MapPoint. |
MapPointBuilderEx Constructor() | Initializes an empty instance of the MapPointBuilderEx class. |
MapPointBuilderEx Constructor(SpatialReference) | Initializes an empty instance of the MapPointBuilderEx class that has the given SpatialReference |
MapPointBuilderEx Constructor(MapPointBuilderEx) | Initializes an empty instance of the MapPointBuilderEx class that is a copy of the given builder. |