Heureka API .NET Documentation
Reproject(Extent,ProjectionInfo,ProjectionInfo,Int32) Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Reproject( _
   ByVal extent As DotSpatial.Data.Extent, _
   ByVal source As DotSpatial.Projections.ProjectionInfo, _
   ByVal target As DotSpatial.Projections.ProjectionInfo, _
   Optional ByVal depth As Integer _
) As DotSpatial.Data.Extent
'Usage
 
Dim extent As DotSpatial.Data.Extent
Dim source As DotSpatial.Projections.ProjectionInfo
Dim target As DotSpatial.Projections.ProjectionInfo
Dim depth As Integer
Dim value As DotSpatial.Data.Extent
 
value = ReprojectExtensions.Reproject(extent, source, target, depth)
[Extension()]
public static DotSpatial.Data.Extent Reproject( 
   DotSpatial.Data.Extent extent,
   DotSpatial.Projections.ProjectionInfo source,
   DotSpatial.Projections.ProjectionInfo target,
   int depth
)
[Extension()]
public:
static DotSpatial.Data.Extent^ Reproject( 
   DotSpatial.Data.Extent^ extent,
   DotSpatial.Projections.ProjectionInfo^ source,
   DotSpatial.Projections.ProjectionInfo^ target,
   int depth
) 

Parameters

extent
source
target
depth
Requirements

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

See Also

Reference

ReprojectExtensions Class
ReprojectExtensions Members
Overload List

Send Feedback