Метод | Описание | |
---|---|---|
MapToWorld ( System p, SharpMap map ) : SharpMap.Geometries.Point |
Transforms from image coordinates to world coordinate system (WCS). NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)
|
|
WorldtoMap ( SharpMap p, SharpMap map ) : System.Drawing.PointF |
Transforms from world coordinate system (WCS) to image coordinates NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)
|
public static MapToWorld ( System p, SharpMap map ) : SharpMap.Geometries.Point | ||
p | System | Point in image coordinate system |
map | SharpMap | Map reference |
Результат | SharpMap.Geometries.Point |
public static WorldtoMap ( SharpMap p, SharpMap map ) : System.Drawing.PointF | ||
p | SharpMap | Point in WCS |
map | SharpMap | Map reference |
Результат | System.Drawing.PointF |