Heureka API .NET Documentation
Reproject(ILinearRing,ProjectionInfo,ProjectionInfo) Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Reproject( _
   ByVal ring As GeoAPI.Geometries.ILinearRing, _
   ByVal source As DotSpatial.Projections.ProjectionInfo, _
   ByVal target As DotSpatial.Projections.ProjectionInfo _
) As GeoAPI.Geometries.ILinearRing
'Usage
 
Dim ring As GeoAPI.Geometries.ILinearRing
Dim source As DotSpatial.Projections.ProjectionInfo
Dim target As DotSpatial.Projections.ProjectionInfo
Dim value As GeoAPI.Geometries.ILinearRing
 
value = ReprojectExtensions.Reproject(ring, source, target)
[Extension()]
public static GeoAPI.Geometries.ILinearRing Reproject( 
   GeoAPI.Geometries.ILinearRing ring,
   DotSpatial.Projections.ProjectionInfo source,
   DotSpatial.Projections.ProjectionInfo target
)
[Extension()]
public:
static GeoAPI.Geometries.ILinearRing^ Reproject( 
   GeoAPI.Geometries.ILinearRing^ ring,
   DotSpatial.Projections.ProjectionInfo^ source,
   DotSpatial.Projections.ProjectionInfo^ target
) 

Parameters

ring
source
target
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