|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.catalog.InvAccess
thredds.catalog.InvAccessImpl
public class InvAccessImpl
Concrete access element.
InvAccess| Field Summary | |
|---|---|
protected java.lang.String |
serviceName
|
| Fields inherited from class thredds.catalog.InvAccess |
|---|
dataFormat, dataset, dataSize, service, type, urlPath |
| Constructor Summary | |
|---|---|
protected |
InvAccessImpl(InvDataset dataset,
java.lang.String urlPath)
|
|
InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
InvService service)
Construct from an existing InvService. |
|
InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
java.lang.String serviceName,
java.lang.String typeName,
java.lang.String dataFormatName,
double dataSize)
Construct from fields in XML catalog. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
InvAccessImpl elements with same values are equal. |
boolean |
finish()
Finish constructing after all elements have been added. |
java.lang.String |
getDataFormatName()
Get the data format type name if specified |
java.lang.String |
getServiceName()
Get the service name if specified |
java.lang.String |
getServiceType()
Get the service type name if specified |
int |
hashCode()
Override Object.hashCode() to implement equals. |
void |
setSize(double dataSize)
|
java.lang.String |
toString()
String representation |
| Methods inherited from class thredds.catalog.InvAccess |
|---|
getDataFormatType, getDataset, getDataSize, getService, getStandardUri, getStandardUrlName, getUnresolvedUrlName, getUrlPath, hasDataSize |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String serviceName
| Constructor Detail |
|---|
public InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
InvService service)
dataset - : the containing dataset.urlPath - : the urlPath.service - : reference to an existing service.
protected InvAccessImpl(InvDataset dataset,
java.lang.String urlPath)
public InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
java.lang.String serviceName,
java.lang.String typeName,
java.lang.String dataFormatName,
double dataSize)
dataset - : the containing dataset.urlPath - : the urlPath.serviceName - : name of an existing service, or null.typeName - : ServiceType name or null. If specified, this creates an anonymous
Service (one that is only used by this access element).dataFormatName - optionaldataSize - optional| Method Detail |
|---|
public boolean finish()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getServiceName()
public java.lang.String getServiceType()
public java.lang.String getDataFormatName()
public void setSize(double dataSize)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||