GeoCalculateHelperAreaCalculationUTMCore 方法 |
多边形面积计算(不论凸凹)
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static double AreaCalculationUTMCore(
IList<IPoint> pPointList,
IProjectedCoordinateSystem pProjectedCoordinateSystem
)
Public Shared Function AreaCalculationUTMCore (
pPointList As IList(Of IPoint),
pProjectedCoordinateSystem As IProjectedCoordinateSystem
) As Double
public:
static double AreaCalculationUTMCore(
IList<IPoint^>^ pPointList,
IProjectedCoordinateSystem^ pProjectedCoordinateSystem
)
static member AreaCalculationUTMCore :
pPointList : IList<IPoint> *
pProjectedCoordinateSystem : IProjectedCoordinateSystem -> float
参数
- pPointList
- 类型: System.Collections.GenericIListIPoint
坐标集合 - pProjectedCoordinateSystem
- 类型: GISShare.SMap.SpatialReferenceIProjectedCoordinateSystem
返回值
类型:
Double返回面积
参见