Overload | Description |
---|---|
MapPointBuilderEx Constructor(SpatialReference) | Creates an empty instance of the MapPointBuilderEx class. |
MapPointBuilderEx Constructor(Double,Double,SpatialReference) | Creates a new MapPointBuilderEx instance with the given X and Y coordinates. |
MapPointBuilderEx Constructor(Double,Double,Double,SpatialReference) | Creates a new MapPointBuilderEx instance with the given X, Y, and Z coordinates. |
MapPointBuilderEx Constructor(Double,Double,Double,Double,SpatialReference) | Creates a new MapPointBuilderex instance with the given X, Y, Z and M coordinates. |
MapPointBuilderEx Constructor(Double,Double,Double,Double,Int32,SpatialReference) | Creates a new MapPointBuilderEx instance with the given X, Y, Z, M and ID coordinates. |
MapPointBuilderEx Constructor(Double,Double,Boolean,Double,Boolean,Double,Boolean,Int32,SpatialReference) | Creates a new MapPointBuilderEx instance with the given X and Y coordinates and other attributes. |
MapPointBuilderEx Constructor(Coordinate2D,SpatialReference) | Creates a new MapPointBuilderEx instance with the given coordinates. |
MapPointBuilderEx Constructor(Coordinate3D,SpatialReference) | Creates a new MapPointBuilderEx instance with the given coordinates. |
MapPointBuilderEx Constructor(MapPoint) | Creates a new instance of the MapPointBuilderEx class from the properties of the input MapPoint. |
MapPointBuilderEx Constructor(MapPointBuilderEx) | Initializes an empty instance of the MapPointBuilderEx class that is a copy of the given builder. |