public abstract class InvAccess
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DataFormatType |
dataFormat |
protected InvDataset |
dataset |
protected double |
dataSize |
protected InvService |
service |
protected ServiceType |
type |
protected java.lang.String |
urlPath |
Constructor and Description |
---|
InvAccess() |
Modifier and Type | Method and Description |
---|---|
DataFormatType |
getDataFormatType() |
InvDataset |
getDataset() |
double |
getDataSize() |
InvService |
getService() |
java.net.URI |
getStandardUri()
Construct the standard THREDDS access URI for this dataset access method,
resolve if the URI is relative.
|
java.lang.String |
getStandardUrlName()
Get the standard URL, with resolution if the URL is reletive.
|
java.lang.String |
getUnresolvedUrlName()
Construct "unresolved" URL: service.getBase() + getUrlPath() + service.getSuffix().
|
java.lang.String |
getUrlPath() |
java.lang.String |
getWrappedUrlName() |
boolean |
hasDataSize() |
protected InvDataset dataset
protected ServiceType type
protected DataFormatType dataFormat
protected InvService service
protected java.lang.String urlPath
protected double dataSize
public InvDataset getDataset()
public InvService getService()
public java.lang.String getUrlPath()
public DataFormatType getDataFormatType()
public double getDataSize()
public boolean hasDataSize()
public java.lang.String getStandardUrlName()
public java.lang.String getWrappedUrlName()
public java.net.URI getStandardUri()
public java.lang.String getUnresolvedUrlName()