Heureka API .NET Documentation
IsSameProjection(ProjectionInfo,ProjectionInfo) Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function IsSameProjection( _
   ByVal thisProjection As DotSpatial.Projections.ProjectionInfo, _
   ByVal otherProjection As DotSpatial.Projections.ProjectionInfo _
) As Boolean
'Usage
 
Dim thisProjection As DotSpatial.Projections.ProjectionInfo
Dim otherProjection As DotSpatial.Projections.ProjectionInfo
Dim value As Boolean
 
value = GISHelpers.IsSameProjection(thisProjection, otherProjection)
[Extension()]
public static bool IsSameProjection( 
   DotSpatial.Projections.ProjectionInfo thisProjection,
   DotSpatial.Projections.ProjectionInfo otherProjection
)
[Extension()]
public:
static bool IsSameProjection( 
   DotSpatial.Projections.ProjectionInfo^ thisProjection,
   DotSpatial.Projections.ProjectionInfo^ otherProjection
) 

Parameters

thisProjection
otherProjection
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

GISHelpers Class
GISHelpers Members
Overload List

Send Feedback