GeometryFactoryCreateQuadricBSpline 方法 |
二次B样条曲线点模拟
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool CreateQuadricBSpline(
IGeometryCollection pGeometryCollection,
IGeometryCollection pPoints,
int iInterpolationPrecision,
double dArrowLength,
bool bRatio
)
Public Shared Function CreateQuadricBSpline (
pGeometryCollection As IGeometryCollection,
pPoints As IGeometryCollection,
iInterpolationPrecision As Integer,
dArrowLength As Double,
bRatio As Boolean
) As Boolean
public:
static bool CreateQuadricBSpline(
IGeometryCollection^ pGeometryCollection,
IGeometryCollection^ pPoints,
int iInterpolationPrecision,
double dArrowLength,
bool bRatio
)
static member CreateQuadricBSpline :
pGeometryCollection : IGeometryCollection *
pPoints : IGeometryCollection *
iInterpolationPrecision : int *
dArrowLength : float *
bRatio : bool -> bool
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
- iInterpolationPrecision
- 类型: SystemInt32
- dArrowLength
- 类型: SystemDouble
箭头长度 - bRatio
- 类型: SystemBoolean
参数“dArrowLength”是否为比例
返回值
类型:
Boolean
参见