GetQueryableAttributesWithDataType Method

Returns a list queryable attributes having the specified data type.

Class:GHRSSTLevel4
Intended use:Recommended for external callers
COM:Not exposed by a COM class
ArcGIS:Not exposed as an ArcGIS geoprocessing tool
Method type:Instance Method

Usage

attrList = grid.GetQueryableAttributesWithDataType(typeMetadata)

Arguments

typeMetadata
Python type:GeoEco.Metadata.TypeMetadata

Subclass of TypeMetadata that indicates the desired data type.

Returns

attrList
Python type:list of GeoEco.Datasets.QueryableAttribute
Minimum length:0

List of QueryableAttribute instances having the specified data type. This object and all of its parent dataset collections will be searched for matching instances. If no matching instances are found, the list will be empty.