opendap.servers.www
Interface BrowserForm

All Known Implementing Classes:
wwwArray, wwwByte, wwwF32, wwwF64, wwwGrid, wwwI16, wwwI32, wwwSequence, wwwString, wwwStructure, wwwUI16, wwwUI32, wwwURL

public interface BrowserForm


Method Summary
 void printBrowserForm(java.io.PrintWriter pw, DAS das)
          Returns an string representation of the variables value.
 

Method Detail

printBrowserForm

void printBrowserForm(java.io.PrintWriter pw,
                      DAS das)
Returns an string representation of the variables value. This is really foreshadowing functionality for Server types, but as it may come in useful for clients it is added here. Simple types (example: DFloat32) will return a single value. DConstuctor and DVector types will be flattened. DStrings and DURL's will have double quotes around them.