_GHRSSTLevel4OPeNDAPURL Class

OPeNDAPURL for a NASA JPL PO.DAAC GHRSST L4 file.

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

Constructor

class _GHRSSTLevel4OPeNDAPURL(url[, username[, password[, timeout[, maxRetryTime[, parentCollection[, queryableAttributes[, queryableAttributeValues[, lazyPropertyValues[, cacheDirectory]]]]]]]]])
OPeNDAPURL constructor.

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).
URL
URL of the OPeNDAP dataset to be accessed.

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.

Remarks

This class is not intended to be used directly by external callers. Use GHRSSTLevel4 instead.