_GHRSSTLevel4OPeNDAPGrid Class

OPeNDAPGrid for a variable of a NASA JPL PO.DAAC GHRSST L4 file.

Module:GeoEco.DataProducts.NASA.PODAAC
Intended use:Some methods 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 _GHRSSTLevel4OPeNDAPGrid(opendapURLObj, variableName, variableType)
Constructs a new _GHRSSTLevel4OPeNDAPGrid instance.

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.
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.
GetSpatialReference(srType)
Returns the spatial reference of this dataset.
SetSpatialReference(srType, sr)
Sets the spatial reference of this dataset.

Classmethods

ConvertSpatialReference(srType, sr, outputSRType)
Converts a spatial reference from one format to another, such as an OGC WKT string to a Proj4 string.
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.