Overload | Description |
---|---|
CreateMapPoint(SpatialReference) | Convenience method to create a MapPoint instance. The new instance is empty. |
CreateMapPoint(Double,Double,SpatialReference) | Convenience method to create a MapPoint instance with the given X and Y coordinates. |
CreateMapPoint(Double,Double,Double,SpatialReference) | Convenience method to create a MapPoint instance with the given X, Y, and Z coordinates. The HasZ property on this instance is set to true. |
CreateMapPoint(Double,Double,Double,Double,SpatialReference) | Convenience method to create a MapPoint instance with the given X, Y, Z and M coordinates. The HasZ and HasM properties on this instance are set to true. |
CreateMapPoint(Double,Double,Double,Double,Int32,SpatialReference) | Convenience method to create a MapPoint instance with the given X, Y, Z, M and ID coordinates. The HasZ, HasM and HasID properties on this instance are set to true. |
CreateMapPoint(Double,Double,Boolean,Double,Boolean,Double,Boolean,Int32,SpatialReference) | Convenience method to create a MapPoint instance with the given X and Y coordinates and other attributes. |
CreateMapPoint(Coordinate2D,SpatialReference) | Convenience method to create a MapPoint instance with the given coordinates. |
CreateMapPoint(Coordinate3D,SpatialReference) | Convenience method to create a MapPoint instance with the given coordinates. |
CreateMapPoint(MapPoint,SpatialReference) | Convenience method to create a MapPoint instance. |
CreateMapPoint(MapPointBuilderEx,SpatialReference) | Convenience method to create a MapPoint instance from a MapPointBuilderEx class. |