|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.thredds.ThreddsDataFactory.Result
public static class ThreddsDataFactory.Result
The result of trying to open a THREDDS dataset. If fatalError is true, the operation failed, errLog should indicate why. Otherwise, the datatype is set:
| Field Summary | |
|---|---|
InvAccess |
accessUsed
|
DataType |
dataType
|
java.lang.StringBuffer |
errLog
|
boolean |
fatalError
|
java.lang.String |
imageURL
|
java.lang.String |
location
|
TypedDataset |
tds
|
| Constructor Summary | |
|---|---|
ThreddsDataFactory.Result()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean fatalError
public java.lang.StringBuffer errLog
public DataType dataType
public TypedDataset tds
public java.lang.String imageURL
public java.lang.String location
public InvAccess accessUsed
| Constructor Detail |
|---|
public ThreddsDataFactory.Result()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||