Modifier and Type | Field and Description |
---|---|
protected String |
serviceName |
Modifier | Constructor and Description |
---|---|
protected |
InvAccessImpl(InvDataset dataset,
String urlPath) |
|
InvAccessImpl(InvDataset dataset,
String urlPath,
InvService service)
Construct from an existing InvService.
|
|
InvAccessImpl(InvDataset dataset,
String urlPath,
String serviceName,
String typeName,
String dataFormatName,
double dataSize)
Construct from fields in XML catalog.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
InvAccessImpl elements with same values are equal.
|
boolean |
finish()
Finish constructing after all elements have been added.
|
String |
getDataFormatName() |
String |
getServiceName() |
String |
getServiceType() |
int |
hashCode()
Override Object.hashCode() to implement equals.
|
void |
setSize(double dataSize) |
String |
toString()
String representation
|
getDataFormatType, getDataset, getDataSize, getService, getStandardUri, getStandardUrlName, getUnresolvedUrlName, getUrlPath, getWrappedUrlName, hasDataSize
protected String serviceName
public InvAccessImpl(InvDataset dataset, String urlPath, InvService service)
dataset
- : the containing dataset.urlPath
- : the urlPath.service
- : reference to an existing service.protected InvAccessImpl(InvDataset dataset, String urlPath)
public InvAccessImpl(InvDataset dataset, String urlPath, String serviceName, String typeName, 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
- optionalpublic boolean finish()
public String getServiceName()
public String getServiceType()
public String getDataFormatName()
public void setSize(double dataSize)
public boolean equals(Object o)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.