Overload | Description |
---|---|
GetZsAsync(Geometry) | Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from the layer. |
GetZsAsync(Geometry,SurfaceZsMissingHandler) | Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from the layer. |
GetZsAsync(Geometry,SurfaceZsMissingHandler,CancellationToken) | Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from the layer. |
GetZsAsync(Double,Double) | Obtains a point geometry with Z for the specified (x,y); where the Z value is populated from the layer. |
GetZsAsync(Double,Double,SurfaceZsMissingHandler) | Obtains a point geometry with Z for the specified (x,y); where the Z value is populated from the layer. |
GetZsAsync(Double,Double,SurfaceZsMissingHandler,CancellationToken) | Obtains a point geometry with Z for the specified (x,y); where the Z value is populated from the layer. |