|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.catalog.InvAccess
public abstract class InvAccess
Public interface to an access element, defining how to access a specific web resource.
| Field Summary | |
|---|---|
protected DataFormatType |
dataFormat
|
protected InvDataset |
dataset
|
protected double |
dataSize
|
protected InvService |
service
|
protected ServiceType |
type
|
protected java.lang.String |
urlPath
|
| Constructor Summary | |
|---|---|
InvAccess()
|
|
| Method Summary | |
|---|---|
DataFormatType |
getDataFormatType()
Get the dataFormatType; may be null, or inherited from dataset. |
InvDataset |
getDataset()
Get the parent dataset. |
double |
getDataSize()
Get the size in bytes. |
InvService |
getService()
Get the service. |
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()
Get the urlPath. |
boolean |
hasDataSize()
Return true if it has valid data size info |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InvDataset dataset
protected ServiceType type
protected DataFormatType dataFormat
protected InvService service
protected java.lang.String urlPath
protected double dataSize
| Constructor Detail |
|---|
public InvAccess()
| Method Detail |
|---|
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.net.URI getStandardUri()
public java.lang.String getUnresolvedUrlName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||