Overload | Description |
---|---|
CreateMapPoint(SpatialReference) | Convenience method to quickly create a MapPoint instance. |
CreateMapPoint(Double,Double,SpatialReference) | Convenience method to quickly create a MapPoint instance. |
CreateMapPoint(Double,Double,Double,SpatialReference) | Convenience method to quickly create a MapPoint instance. The HasZ property on this instance is set to true with this method. |
CreateMapPoint(Double,Double,Double,Double,SpatialReference) | Convenience method to quickly create a MapPoint instance. The HasZ and HasM properties on this instance are set to true with this method. |
CreateMapPoint(Double,Double,Double,Double,Int32,SpatialReference) | Convenience method to quickly create a MapPoint instance. The HasZ and HasM properties on this instance are set to true with this method. |
CreateMapPoint(Coordinate3D,SpatialReference) | Convenience method to quickly create a MapPoint instance. |
CreateMapPoint(Coordinate2D,SpatialReference) | Convenience method to quickly create a MapPoint instance. |
CreateMapPoint(MapPoint,SpatialReference) | Convenience method to quickly create a MapPoint instance. |