QuikSCATL3TimeSlicesInDirectory Class

TODO: Add description.

Module:GeoEco.DataProducts.NASA.PODAAC
Intended use:Some properties are intended for GeoEco internal use only and are not recommended for external callers
COM:Not exposed as a COM class
ArcGIS:Not exposed to ArcGIS

Properties

CacheDirectory
Directory for caching local copies of remote datasets.

Read-only properties

DisplayName
Informal name of this object.
ParentCollection
DatasetCollection that is the parent of this object (if any).

Instance methods

GetAllQueryableAttributes()
Returns a list of all queryable attributes.
GetNewestDataset([expression[, **options]])
Queries the collection and returns the newest Dataset that matches the search expression.
GetOldestDataset([expression[, **options]])
Queries the collection and returns the oldest Dataset that matches the search expression.
GetQueryableAttribute(name)
Returns the queryable attribute with the specified name.
GetQueryableAttributeValue(name)
Returns the value of the queryable attribute with the specified name.
GetQueryableAttributesWithDataType(typeMetadata)
Returns a list queryable attributes having the specified data type.
QueryDatasets([expression[, reportProgress[, **options]]])
Queries the collection for Datasets that match a search expression.

Classmethods

TestCapability(capability)
Tests whether a capability is supported by this class or an instance of it.