@Immutable public class Access extends Object
Constructor and Description |
---|
Access(Dataset dataset,
String urlPath,
Service service,
String dataFormatS,
long dataSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDataFormatName() |
DataFormatType |
getDataFormatType() |
Dataset |
getDataset() |
long |
getDataSize() |
Service |
getService() |
URI |
getStandardUri()
Construct the standard THREDDS access URI for this dataset access method,
resolve if the URI is relative.
|
String |
getStandardUrlName()
Get the standard URL, with resolution if the URL is reletive.
|
String |
getUnresolvedUrlName()
Construct "unresolved" URL: service.getBase() + getUrlPath() + service.getSuffix().
|
String |
getUrlPath() |
String |
getWrappedUrlName() |
int |
hashCode() |
String |
toString() |
public Dataset getDataset()
public String getUrlPath()
public Service getService()
public DataFormatType getDataFormatType()
public String getDataFormatName()
public long getDataSize()
public String getStandardUrlName()
public URI getStandardUri()
public String getUnresolvedUrlName()
public String getWrappedUrlName()
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.