Package thredds.client.catalog
Class Access
java.lang.Object
thredds.client.catalog.Access
A Dataset Access element
- Since:
- 1/7/2015 LOOK could be @Autovalue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongConstruct the standard THREDDS access URI for this dataset access method, resolved agaisnt the parent catalog if the URI is relative.Get the standard URL, with resolution if the URL is relative.Construct "unresolved" URL: service.getBase() + getUrlPath() + service.getSuffix().inthashCode()toString()
-
Constructor Details
-
Access
-
-
Method Details
-
getDataset
-
getUrlPath
-
getService
-
getDataFormatType
-
getDataFormatName
-
getDataSize
public long getDataSize() -
getStandardUrlName
Get the standard URL, with resolution if the URL is relative. catalog.resolveURI( getUnresolvedUrlName())- Returns:
- URL string, or null if error.
-
getStandardUri
Construct the standard THREDDS access URI for this dataset access method, resolved agaisnt the parent catalog if the URI is relative.- Returns:
- the standard fully resolved THREDDS access URI for this dataset access method, or null if error.
-
getUnresolvedUrlName
Construct "unresolved" URL: service.getBase() + getUrlPath() + service.getSuffix(). It is not resolved, so it may be a relative URL.- Returns:
- unresolved Url as a String
-
getWrappedUrlName
-
equals
-
hashCode
public int hashCode() -
toString
-