VectorLayer.NearestTo
NearestTo(double, double)
指定された座標に最も近いフィーチャを取得します。
public Feature NearestTo(double x, double y)
パラメータ | タイプ | 説明 |
---|---|---|
x | Double | 座標の X。 |
y | Double | 座標の Y。 |
戻り値
指定された座標に最も近いフィーチャ。
関連項目
- class Feature
- class VectorLayer
- 名前空間 Aspose.Gis
- 組み立て Aspose.GIS
NearestTo(IPoint)
指定されたポイントに最も近いフィーチャを取得します。
public Feature NearestTo(IPoint point)
パラメータ | タイプ | 説明 |
---|---|---|
point | IPoint | ポイント。 |
戻り値
指定されたポイントに最も近いフィーチャ。
例外
例外 | 調子 |
---|---|
ArgumentNullException | ポイントはnull . |
ArgumentException | ポイントが空か無効です。 |
関連項目
- class Feature
- interface IPoint
- class VectorLayer
- 名前空間 Aspose.Gis
- 組み立て Aspose.GIS