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



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

Parameters

featureSet
other
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