public abstract class InvAccess extends Object
Modifier and Type | Field and Description |
---|---|
protected DataFormatType |
dataFormat |
protected InvDataset |
dataset |
protected double |
dataSize |
protected InvService |
service |
protected ServiceType |
type |
protected String |
urlPath |
Constructor and Description |
---|
InvAccess() |
Modifier and Type | Method and Description |
---|---|
DataFormatType |
getDataFormatType() |
InvDataset |
getDataset() |
double |
getDataSize() |
InvService |
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() |
boolean |
hasDataSize() |
protected InvDataset dataset
protected ServiceType type
protected DataFormatType dataFormat
protected InvService service
protected String urlPath
protected double dataSize
public InvDataset getDataset()
public InvService getService()
public String getUrlPath()
public DataFormatType getDataFormatType()
public double getDataSize()
public boolean hasDataSize()
public String getStandardUrlName()
public String getWrappedUrlName()
public URI getStandardUri()
public String getUnresolvedUrlName()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.