Slu.Heureka.BaseLayer.GIS Namespace > ReprojectExtensions Class > Reproject Method : Reproject(IList<Coordinate>,ProjectionInfo,ProjectionInfo) Method |
'Declaration
<ExtensionAttribute()> Public Overloads Shared Function Reproject( _ ByVal seq As IList(Of Coordinate), _ ByVal source As DotSpatial.Projections.ProjectionInfo, _ ByVal target As DotSpatial.Projections.ProjectionInfo _ ) As IList(Of Coordinate)
'Usage
Dim seq As IList(Of Coordinate) Dim source As DotSpatial.Projections.ProjectionInfo Dim target As DotSpatial.Projections.ProjectionInfo Dim value As IList(Of Coordinate) value = ReprojectExtensions.Reproject(seq, source, target)
[Extension()] public static IList<Coordinate> Reproject( IList<Coordinate> seq, DotSpatial.Projections.ProjectionInfo source, DotSpatial.Projections.ProjectionInfo target )
[Extension()] public: static IList<Coordinate^>^ Reproject( IList<Coordinate^>^ seq, DotSpatial.Projections.ProjectionInfo^ source, DotSpatial.Projections.ProjectionInfo^ target )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2