|
||||||||||
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.
Constructor Summary | |
---|---|
InvAccess()
|
Method Summary | |
---|---|
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()
|
boolean |
hasDataSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |