Returns a list queryable attributes having the specified data type.
| Class: | OceanColorLevel3SMITimeSeries |
| 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 |
| attrList = obj.GetQueryableAttributesWithDataType( | typeMetadata) |
| Python type: | GeoEco.Metadata.TypeMetadata |
Subclass of TypeMetadata that indicates the desired data type.
| 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.