GeoEco.Datasets.Virtual.FastMarchingDistanceGrid.GetQueryableAttribute

FastMarchingDistanceGrid.GetQueryableAttribute(name)

Returns the queryable attribute with the specified name.

Parameters:

name (str) – Name of the queryable attribute to return. Minimum length꞉ 1. Must match regular expression꞉ [a-zA-Z][a-zA-Z0-9_]+.

Returns:

QueryableAttribute instance with the specified name. If one is not defined for this object, the chain of parent DatasetCollections (if any) will be searched, starting with the immediate parent. If one is still not found, None will be returned.

Return type:

QueryableAttribute