|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DodsURL | |
---|---|
dods.clients.importwizard | |
dods.clients.importwizard.DatasetList | |
dods.clients.importwizard.ECHO | |
dods.clients.importwizard.GCMD |
Uses of DodsURL in dods.clients.importwizard |
---|
Methods in dods.clients.importwizard that return DodsURL | |
---|---|
abstract DodsURL |
DataURLProcessor.getURL()
|
DodsURL |
CEGenerator.getURL()
|
DodsURL[] |
URLList.getURLs()
Return all the Data URLs from the URLList |
DodsURL[] |
URLBuilder.getURLs()
Returns an array of fully constrained URLs. |
DodsURL[] |
SimpleInterface.getURLs()
|
DodsURL[] |
SearchWindow.getURLs()
|
abstract DodsURL[] |
SearchInterface.getURLs()
|
DodsURL[] |
MatlabFormatSelector.getURLs()
|
abstract DodsURL[] |
InventoryURLProcessor.getURLs()
|
DodsURL[] |
Inventory.getURLs()
|
DodsURL[] |
FileOutputSelector.getURLs()
|
DodsURL[] |
DodsDirectory.getURLs()
Return whatever urls have been selected by the user. |
abstract DodsURL[] |
DataFormatSelector.getURLs()
Every data format selector must implement the getURLs function It should return an array of fully constrained Dods URLs. |
Methods in dods.clients.importwizard with parameters of type DodsURL | |
---|---|
void |
URLList.addInventory(DodsURL inv)
Add an inventory to the URLList. |
void |
URLList.addURL(DodsURL url)
Add a URL to the URLList. |
void |
URLList.addURLsToInventory(DodsURL[] newURLs,
DodsURL inv)
Add multiple URLs to an inventory. |
void |
URLList.addURLsToInventory(DodsURL[] newURLs,
DodsURL inv)
Add multiple URLs to an inventory. |
void |
URLList.addURLToInventory(DodsURL url,
DodsURL inv)
Adds a URL to the URLList to be associated with the inventory inv. |
int |
URLList.getURLCount(DodsURL inv)
Returns the number of Data URLs associated with an inventory. |
void |
URLList.removeAllURLsFromInventory(DodsURL inv)
Removes all the Data URLs that have been selected from an inventory. |
void |
MatlabFormatSelector.setURLs(DodsURL[] newURLs)
|
void |
FileOutputSelector.setURLs(DodsURL[] newURLs)
|
abstract void |
DataFormatSelector.setURLs(DodsURL[] urls)
Set the URLs. |
Constructors in dods.clients.importwizard with parameters of type DodsURL | |
---|---|
CEGenerator(DodsURL newURL)
Creates a new instance of CEGenerator |
|
DodsDirectory(DodsURL directoryName)
Create a new DodsDirectory. |
|
DodsURL(DodsURL dodsURL)
Create a DodsURL by copying an existing DodsURL |
|
Inventory(DodsURL url)
|
|
URLBuilder.InterfaceCreator(DodsURL url)
Create an InterfaceCreator |
Uses of DodsURL in dods.clients.importwizard.DatasetList |
---|
Methods in dods.clients.importwizard.DatasetList that return DodsURL | |
---|---|
DodsURL[] |
DatasetList.getURLs()
|
Uses of DodsURL in dods.clients.importwizard.ECHO |
---|
Methods in dods.clients.importwizard.ECHO that return DodsURL | |
---|---|
DodsURL[] |
ECHOSearchWindow.getURLs()
|
Uses of DodsURL in dods.clients.importwizard.GCMD |
---|
Methods in dods.clients.importwizard.GCMD that return DodsURL | |
---|---|
DodsURL |
Dif.getDodsURL()
Go through the internal vector of related URLs and pick a URL to return as the DODS URL. |
DodsURL[] |
KeywordSearch.getURLs()
Returns all the urls that have the "Download" box checked. |
DodsURL[] |
GCMDSearch.getURLs()
|
DodsURL[] |
FreeTextSearch.getURLs()
Returns all the urls that have the "Download" box checked. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |