A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

ABSOLUTE_MAX_POST_BODY_LENGTH - Static variable in class opendap.coreServlet.ReqInfo
 
ACCESS - Static variable in class opendap.namespaces.THREDDS
 
add(BES) - Method in class opendap.bes.BesGroup
 
add(E) - Method in class opendap.bes.ConcurrentRing
 
add(String, E) - Method in class opendap.bes.CyclicGroup
 
addAll(Collection<? extends E>) - Method in class opendap.bes.ConcurrentRing
 
addAltRepResponder(Dap4Responder) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
addBes(BES) - Static method in class opendap.bes.BESManager
 
addCatalog(String, String, String, boolean) - Static method in class opendap.threddsHandler.CatalogManager
 
addResponder(Dap4Responder) - Method in class opendap.bes.BesDapDispatcher
 
addService(String, String) - Static method in class opendap.coreServlet.ReqInfo
 
addService(Service) - Static method in class opendap.services.ServicesRegistry
 
addServices(Collection<Service>) - Static method in class opendap.services.ServicesRegistry
 
AGGREGATION - Static variable in class opendap.namespaces.NCML
 
AggregationParams - Class in opendap.aggregation
Manage the Query parameters passed to the Aggregation servlet.
AggregationParams(Map<String, String[]>) - Constructor for class opendap.aggregation.AggregationParams
If the parameters do not contain any instances of 'file', that is an error given that this code will only be used with the /netcdf3 version of the service.
AggregationParamsTest - Class in opendap.aggregation
 
AggregationParamsTest() - Constructor for class opendap.aggregation.AggregationParamsTest
 
AggregationServlet - Class in opendap.aggregation
An 'aggregation servlet developed specifically for the EDSC web client This returns a Zip file containing a number of resources read/produced by the Hyrax BES.
AggregationServlet() - Constructor for class opendap.aggregation.AggregationServlet
 
allowDirectDataSourceAccess() - Static method in class opendap.bes.BesDapDispatcher
 
allowDirectDataSourceAccess() - Method in class opendap.bes.dap4Responders.FileAccess
 
ANSI_C_ASCTIME_DATE - Static variable in class opendap.coreServlet.HttpDate
Indicates to getHttpDate() to use ANSI C asctime() function date format when returning the string representation of a date.
anyExceptionHandler(Throwable, HttpServletResponse) - Static method in exception opendap.coreServlet.OPeNDAPException
************************************************************************ Recasts any Throwable to be an OPeNDAPException and then transmits it on to the passed stream as a DAP2 error object.
ApplicationRegistry - Class in opendap.webstart
Created by IntelliJ IDEA.
ApplicationRegistry() - Constructor for class opendap.webstart.ApplicationRegistry
 
Ascii - Class in opendap.bes.dap2Responders
Responder that transmits ASCII (CSV) encoded DAP2 data to the client.
Ascii(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ascii
 
Ascii(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ascii
 
Ascii(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ascii
 
ASCII - Static variable in class opendap.bes.dap2Responders.BesApi
 
asctimeDateFormat - Static variable in class opendap.coreServlet.HttpDate
Time format string representing a date based on RFC 1123.
ASYNC - Static variable in class opendap.dap4.QueryParameters
 
ATTRIBUTE - Static variable in class opendap.namespaces.NCML
 
AutoplotRequestHandler - Class in opendap.webstart
This class implements a JwsHandler for the Autoplotdata viewer.
AutoplotRequestHandler() - Constructor for class opendap.webstart.AutoplotRequestHandler
 
available() - Method in class opendap.dap.Dap2HeaderInputStream
Return the number of bytes in the buffer.
available() - Method in class opendap.io.ChunkedInputStream
 
available() - Method in class opendap.io.SpeedyChunkedInputStream
 
availableInChunk() - Method in class opendap.io.ChunkedInputStream
 
availableInChunk() - Method in class opendap.io.SpeedyChunkedInputStream
 

B

BadConfigurationException - Exception in opendap.bes
 
BadConfigurationException(String) - Constructor for exception opendap.bes.BadConfigurationException
 
BadConfigurationException(String, Exception) - Constructor for exception opendap.bes.BadConfigurationException
 
BadConfigurationException(String, Throwable) - Constructor for exception opendap.bes.BadConfigurationException
 
BadConfigurationException(Throwable) - Constructor for exception opendap.bes.BadConfigurationException
 
BadRequest - Exception in opendap.http.error
The request could not be understood by the server due to malformed syntax.
BadRequest(String) - Constructor for exception opendap.http.error.BadRequest
 
BadRequest(String, Exception) - Constructor for exception opendap.http.error.BadRequest
 
BadRequest(String, Throwable) - Constructor for exception opendap.http.error.BadRequest
 
BadRequest(Throwable) - Constructor for exception opendap.http.error.BadRequest
 
BadUsageException - Exception in opendap.coreServlet
 
BadUsageException(String) - Constructor for exception opendap.coreServlet.BadUsageException
 
BadUsageException(String, Exception) - Constructor for exception opendap.coreServlet.BadUsageException
 
BadUsageException(String, Throwable) - Constructor for exception opendap.coreServlet.BadUsageException
 
BadUsageException(Throwable) - Constructor for exception opendap.coreServlet.BadUsageException
 
basename(String) - Static method in class opendap.threddsHandler.Util
 
basename(String, String) - Static method in class opendap.threddsHandler.Util
 
BES - Class in opendap.bes
User: ndp Date: Mar 19, 2007 Time: 11:39:18 AM
BES(BESConfig) - Constructor for class opendap.bes.BES
 
BES - Class in opendap.namespaces
Created by IntelliJ IDEA.
BES() - Constructor for class opendap.namespaces.BES
 
BES.BesLogger - Class in opendap.bes
 
BES.BesLogger(String, boolean) - Constructor for class opendap.bes.BES.BesLogger
 
BES.BesLogger(String, String) - Constructor for class opendap.bes.BES.BesLogger
 
BES_ADMIN_NAMESPACE_STRING - Static variable in class opendap.namespaces.BES
 
BES_ADMIN_NS - Static variable in class opendap.namespaces.BES
 
BES_ERROR - Static variable in exception opendap.bes.BESError
 
BES_NAMESPACE_STRING - Static variable in class opendap.namespaces.BES
 
BES_NS - Static variable in class opendap.namespaces.BES
 
BesAdminFail - Exception in opendap.bes
 
BesAdminFail(String) - Constructor for exception opendap.bes.BesAdminFail
 
BesAdminFail(String, Exception) - Constructor for exception opendap.bes.BesAdminFail
 
BesAdminFail(String, Throwable) - Constructor for exception opendap.bes.BesAdminFail
 
BesAdminFail(Throwable) - Constructor for exception opendap.bes.BesAdminFail
 
BesApi - Class in opendap.bes.dap2Responders
Subclass BesApi to get different BES behaviors.
BesApi() - Constructor for class opendap.bes.dap2Responders.BesApi
 
BesApi.NoSuchDatasource - Class in opendap.bes.dap2Responders
 
BesApi.NoSuchDatasource(Document) - Constructor for class opendap.bes.dap2Responders.BesApi.NoSuchDatasource
 
BESChunkedOutputStream - Class in opendap.bes
User: ndp Date: Jan 3, 2008 Time: 9:38:12 AM
BESChunkedOutputStream(OutputStream) - Constructor for class opendap.bes.BESChunkedOutputStream
 
BESChunkedOutputStream(OutputStream, int) - Constructor for class opendap.bes.BESChunkedOutputStream
 
BESConfig - Class in opendap.bes
Holds a configuarrtion for the BES.
BESConfig(Document) - Constructor for class opendap.bes.BESConfig
 
BESConfig(Element) - Constructor for class opendap.bes.BESConfig
 
BESConfig(String) - Constructor for class opendap.bes.BESConfig
Creates a new BESConfig and sets its state according to the values of the persistent representation of the BESConfig fpund in the (XML) file whose name is passed in.
BesConfigurationModule - Class in opendap.bes
Created by IntelliJ IDEA.
BesControlApi - Class in opendap.hai
 
BesControlApi(String) - Constructor for class opendap.hai.BesControlApi
 
BesControlApi(String, String) - Constructor for class opendap.hai.BesControlApi
 
BesDapDispatcher - Class in opendap.bes
Created by IntelliJ IDEA.
BesDapDispatcher() - Constructor for class opendap.bes.BesDapDispatcher
 
BesDapResponder - Class in opendap.bes
Created by IntelliJ IDEA.
BesDapResponder(String, String, BesApi) - Constructor for class opendap.bes.BesDapResponder
 
BesDapResponder(String, String, String, BesApi) - Constructor for class opendap.bes.BesDapResponder
 
BESDateFormat - Static variable in class opendap.bes.BESResource
 
BESError - Exception in opendap.bes
Thrown when something BAD happens in the BES - primarily used to wrap BES errors in a way that the servlet can manage.
BESError(Document) - Constructor for exception opendap.bes.BESError
 
BESError(Document, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(Element) - Constructor for exception opendap.bes.BESError
 
BESError(Element, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(InputStream) - Constructor for exception opendap.bes.BESError
 
BESError(InputStream, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(String) - Constructor for exception opendap.bes.BESError
 
BESError(String, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(String, Exception) - Constructor for exception opendap.bes.BESError
 
BESError(String, Exception, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(String, Throwable) - Constructor for exception opendap.bes.BESError
 
BESError(String, Throwable, MediaType) - Constructor for exception opendap.bes.BESError
 
BESError(Throwable) - Constructor for exception opendap.bes.BESError
 
BESError(Throwable, MediaType) - Constructor for exception opendap.bes.BESError
 
BesGatewayApi - Class in opendap.gateway
Created by IntelliJ IDEA.
BesGatewayApi() - Constructor for class opendap.gateway.BesGatewayApi
 
BesGatewayApi(String) - Constructor for class opendap.gateway.BesGatewayApi
 
BesGroup - Class in opendap.bes
 
BesGroup(String) - Constructor for class opendap.bes.BesGroup
 
besLogTailResponse(String) - Method in class opendap.hai.BesControlApi
 
BESManager - Class in opendap.bes
User: ndp Date: Mar 19, 2007 Time: 11:39:07 AM
BESManager() - Constructor for class opendap.bes.BESManager
 
BESResource - Class in opendap.bes
User: ndp Date: Nov 15, 2006 Time: 7:10:51 PM
BESResource(String, BesApi) - Constructor for class opendap.bes.BESResource
 
BESThreddsDispatchHandler - Class in opendap.bes
User: ndp Date: Apr 16, 2007 Time: 11:28:25 AM
BESThreddsDispatchHandler() - Constructor for class opendap.bes.BESThreddsDispatchHandler
 
besTransaction(Document, Document) - Method in class opendap.bes.BES
Executes a command/response transaction with the BES
besTransaction(Document, OutputStream, OutputStream) - Method in class opendap.bes.BES
Executes a command/response transaction with the BES
besTransaction(String, Document, Document) - Method in class opendap.bes.dap2Responders.BesApi
Executes a command/response transaction with the BES
besTransaction(String, Document, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Executes a command/response transaction with the BES
BotBlocker - Class in opendap.coreServlet
User: ndp Date: Oct 6, 2008 Time: 1:28:05 PM
build(File) - Method in class opendap.xml.Transformer
 
build(Source) - Method in class opendap.xml.Transformer
 
buildRequestMatchingRegex() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
buildRequestMatchingRegex() - Method in class opendap.bes.dap4Responders.Iso19115.IsoDMR
 

C

CANNOT_READ_FILE - Static variable in exception opendap.coreServlet.OPeNDAPException
The file specified by the OPeNDAP URL can not be read.
CANNOT_READ_FILE - Static variable in exception opendap.dap.Dap2Error
The file specified by the OPeNDAP URL can not be read.
CATALOG - Static variable in class opendap.namespaces.THREDDS
 
Catalog - Interface in opendap.threddsHandler
User: ndp Date: Dec 30, 2008 Time: 9:01:30 AM
CATALOG_REF - Static variable in class opendap.namespaces.THREDDS
 
CatalogManager - Class in opendap.threddsHandler
User: ndp Date: Apr 18, 2008 Time: 3:55:43 PM
CatalogManager() - Constructor for class opendap.threddsHandler.CatalogManager
 
checkBesAdminConnection() - Method in class opendap.bes.BES
Checks to see if it's possible to communicate with the BES.
checkNamespace(Element, String, Namespace) - Static method in class opendap.namespaces.NS
 
checkRegex(Matcher, boolean) - Static method in class opendap.coreServlet.Util
 
Chunk - Class in opendap.io
User: ndp Date: Jan 3, 2008 Time: 11:42:08 AM
Chunk() - Constructor for class opendap.io.Chunk
 
ChunkedInputStream - Class in opendap.io
User: ndp Date: Dec 19, 2007 Time: 9:14:01 AM
ChunkedInputStream(InputStream, ChunkProtocol) - Constructor for class opendap.io.ChunkedInputStream
Wraps an input stream and interprets it as a chunked stream.
ChunkedInputStream(InputStream) - Constructor for class opendap.io.ChunkedInputStream
Wraps an input stream and interprets it as a chunked stream.
ChunkedOutputStream - Class in opendap.io
Implements Hyarx chunking support (which might be considered a protoype implementation of DAP4 chunked transmission protocol).
ChunkedOutputStream(OutputStream) - Constructor for class opendap.io.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(OutputStream, int) - Constructor for class opendap.io.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkProtocol - Interface in opendap.io
Created by IntelliJ IDEA.
ChunkTransferException - Exception in opendap.io
User: ndp Date: Jan 4, 2008 Time: 10:55:05 AM
ChunkTransferException() - Constructor for exception opendap.io.ChunkTransferException
 
ChunkTransferException(String) - Constructor for exception opendap.io.ChunkTransferException
 
ChunkTransferException(String, Throwable) - Constructor for exception opendap.io.ChunkTransferException
 
ChunkTransferException(Throwable) - Constructor for exception opendap.io.ChunkTransferException
 
clear() - Method in class opendap.bes.CyclicGroup
 
clear() - Static method in class opendap.coreServlet.Debug
 
clearAllParameters() - Method in class opendap.xml.Transformer
 
clearAltResponders() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
clearParameter(String) - Method in class opendap.xml.Transformer
 
ClickjackFilter - Class in opendap.coreServlet
 
ClickjackFilter() - Constructor for class opendap.coreServlet.ClickjackFilter
 
clientCompleteDataTransmission() - Method in interface opendap.io.ChunkProtocol
 
clientCompleteDataTransmission() - Method in class opendap.ppt.PPTSessionProtocol
 
clientExitingNow() - Method in interface opendap.io.ChunkProtocol
 
clientExitingNow() - Method in class opendap.ppt.PPTSessionProtocol
 
clientTestingConnection() - Method in interface opendap.io.ChunkProtocol
 
clientTestingConnection() - Method in class opendap.ppt.PPTSessionProtocol
 
close() - Method in class opendap.bes.BESChunkedOutputStream
Finishes writing to the underlying stream.
close() - Method in class opendap.io.ChunkedInputStream
 
close() - Method in class opendap.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class opendap.io.SpeedyChunkedInputStream
 
closeConnection(boolean) - Method in class opendap.ppt.NewPPTClient
Attempts to gracefully close the connection to the Server.
closedMsg - Variable in class opendap.io.ChunkedOutputStream
 
closeThreadCache() - Static method in class opendap.coreServlet.RequestCache
 
closingChunk - Static variable in class opendap.io.Chunk
 
compareTo(Object) - Method in class opendap.bes.dap4Responders.MediaType
 
completeURL(String) - Static method in class opendap.coreServlet.Scrub
 
ConcurrentRing<E> - Class in opendap.bes
 
ConcurrentRing(int) - Constructor for class opendap.bes.ConcurrentRing
 
ConcurrentRing(int, boolean) - Constructor for class opendap.bes.ConcurrentRing
 
ConcurrentRing(int, boolean, Collection<? extends E>) - Constructor for class opendap.bes.ConcurrentRing
 
config(BESConfig) - Static method in class opendap.bes.BESConfig
 
configure(Element) - Method in class opendap.bes.BESManager
 
CONSTRAINT_EXPRESSION - Static variable in class opendap.dap4.QueryParameters
 
constraintElement(String) - Method in class opendap.bes.dap2Responders.BesApi
 
containerElement(String) - Method in class opendap.bes.dap2Responders.BesApi
 
contains(Object) - Method in class opendap.bes.ConcurrentRing
 
contains(E) - Method in class opendap.bes.CyclicGroup
 
containsAll(Collection<?>) - Method in class opendap.bes.ConcurrentRing
 
copy() - Method in class opendap.bes.BESConfig
 
copy(InputStream, OutputStream) - Static method in class opendap.coreServlet.PersistentContentHandler
 
copyDirTree(String, String) - Static method in class opendap.coreServlet.PersistentContentHandler
Copy an entire directory tree.
copyFile(String, String) - Static method in class opendap.coreServlet.PersistentContentHandler
copy one file to another.
COUNT_EXTENSION - Static variable in class opendap.io.Chunk
 
crawlTest(PrintStream, String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
 
CSV - Static variable in class opendap.bes.dap2Responders.BesApi
 
CsvData - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
CsvData(String, BesApi) - Constructor for class opendap.bes.dap2Responders.CsvData
 
CsvData(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.CsvData
 
CsvData(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.CsvData
 
CsvDR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
CsvDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.CsvDR
 
CsvDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.CsvDR
 
CsvDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.CsvDR
 
CyclicGroup<E> - Class in opendap.bes
 
CyclicGroup() - Constructor for class opendap.bes.CyclicGroup
 

D

DAP - Class in opendap.namespaces
Created by IntelliJ IDEA.
DAP() - Constructor for class opendap.namespaces.DAP
 
DAP2_DATA - Static variable in class opendap.bes.dap2Responders.BesApi
 
DAP2_ERRORS - Static variable in class opendap.bes.dap2Responders.BesApi
 
Dap2Data - Class in opendap.bes.dap2Responders
 
Dap2Data(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Dap2Data
 
Dap2Data(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Dap2Data
 
Dap2Data(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Dap2Data
 
Dap2Data - Class in opendap.http.mediaTypes
Created by ndp on 2/13/15.
Dap2Data() - Constructor for class opendap.http.mediaTypes.Dap2Data
 
Dap2Data(String) - Constructor for class opendap.http.mediaTypes.Dap2Data
 
Dap2Error - Exception in opendap.dap
Holds an exception thrown by OPeNDAP server to a client.
Dap2Error() - Constructor for exception opendap.dap.Dap2Error
Construct an empty DAP2Exception.
Dap2Error(String) - Constructor for exception opendap.dap.Dap2Error
Construct a DAP2Exception.
Dap2Error(int, String) - Constructor for exception opendap.dap.Dap2Error
Construct a DAP2Exception with the given message.
Dap2HeaderInputStream - Class in opendap.dap
The Dap2HeaderInputStream filters the input to only read lines of text until the "Data:" line.
Dap2HeaderInputStream(InputStream) - Constructor for class opendap.dap.Dap2HeaderInputStream
Construct a new Dap2HeaderInputStream.
DAP4 - Class in opendap.namespaces
Created by IntelliJ IDEA.
DAP4() - Constructor for class opendap.namespaces.DAP4
 
DAP4_DATA - Static variable in class opendap.bes.dap2Responders.BesApi
 
DAP4_DMR - Static variable in class opendap.bes.dap2Responders.BesApi
 
DAP4_ERRORS - Static variable in class opendap.bes.dap2Responders.BesApi
 
dap4ConstraintElement(String) - Method in class opendap.bes.dap2Responders.BesApi
 
Dap4Error - Class in opendap.dap4
\
Dap4Error() - Constructor for class opendap.dap4.Dap4Error
 
Dap4Error(String) - Constructor for class opendap.dap4.Dap4Error
 
Dap4Error(Document) - Constructor for class opendap.dap4.Dap4Error
 
Dap4Error(Element) - Constructor for class opendap.dap4.Dap4Error
 
Dap4Error(InputStream) - Constructor for class opendap.dap4.Dap4Error
 
dap4FunctionElement(String) - Method in class opendap.bes.dap2Responders.BesApi
 
Dap4Responder - Class in opendap.bes.dap4Responders
Created by IntelliJ IDEA.
Dap4Responder(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Dap4Responder
 
DAP_SERVICE_ID - Static variable in class opendap.namespaces.BES
 
DapResponder - Class in opendap.dap
 
DapResponder(String, String) - Constructor for class opendap.dap.DapResponder
 
DapResponder(String, String, String) - Constructor for class opendap.dap.DapResponder
 
DAPv32_NAMESPACE_STRING - Static variable in class opendap.namespaces.DAP
 
DAPv32_NS - Static variable in class opendap.namespaces.DAP
 
DAPv32_SCHEMA_LOCATION - Static variable in class opendap.namespaces.DAP
 
DAPv40_DatasetServices_NAMESPACE_STRING - Static variable in class opendap.namespaces.DAP
 
DAPv40_DatasetServices_NS - Static variable in class opendap.namespaces.DAP
 
DAPv40_DatasetServices_SCHEMA_LOCATION - Static variable in class opendap.namespaces.DAP
 
DAPv40_NAMESPACE_STRING - Static variable in class opendap.namespaces.DAP
 
DAPv40_NS - Static variable in class opendap.namespaces.DAP
 
DAPv40_SCHEMA_LOCATION - Static variable in class opendap.namespaces.DAP
 
DAS - Static variable in class opendap.bes.dap2Responders.BesApi
 
DAS - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
DAS(String, BesApi) - Constructor for class opendap.bes.dap2Responders.DAS
 
DAS(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DAS
 
DAS(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DAS
 
DATA - Static variable in class opendap.io.Chunk
 
DataDDX - Static variable in class opendap.bes.dap2Responders.BesApi
 
DATASET - Static variable in class opendap.namespaces.THREDDS
 
datasetCanBeViewed(Document) - Method in interface opendap.services.Service
 
datasetCanBeViewed(Document) - Method in class opendap.viewers.GodivaWebService
 
datasetCanBeViewed(Document) - Method in class opendap.viewers.NcWmsService
 
datasetCanBeViewed(Document) - Method in interface opendap.viewers.WebServiceHandler
 
datasetCanBeViewed(Document) - Method in class opendap.webstart.AutoplotRequestHandler
Determines if Autoplot can display the dataset described by the given DDX document.
datasetCanBeViewed(Document) - Method in class opendap.webstart.IdvViewerRequestHandler
 
datasetCanBeViewed(Document) - Method in class opendap.webstart.JwsHandler
 
datasetCanBeViewed(Document) - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
DatasetHtmlForm - Class in opendap.bes.dap2Responders
 
DatasetHtmlForm(String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetHtmlForm
 
DatasetHtmlForm(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetHtmlForm
 
DatasetHtmlForm(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetHtmlForm
 
DatasetInfoHtmlPage - Class in opendap.bes.dap2Responders
 
DatasetInfoHtmlPage(String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
DatasetInfoHtmlPage(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
DatasetInfoHtmlPage(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
DatasetServices - Class in opendap.dap
Created by IntelliJ IDEA.
DatasetServices() - Constructor for class opendap.dap.DatasetServices
 
DATASIZE - Static variable in class opendap.namespaces.THREDDS
 
DATE - Static variable in class opendap.namespaces.THREDDS
 
DDS - Static variable in class opendap.bes.dap2Responders.BesApi
 
DDS - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
DDS(String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDS
 
DDS(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDS
 
DDS(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDS
 
DDX - Static variable in class opendap.bes.dap2Responders.BesApi
 
DDX - Class in opendap.bes.dap2Responders
 
DDX(String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDX
 
DDX(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDX
 
DDX(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.DDX
 
Debug - Class in opendap.coreServlet
A minimal implementation of a globally-accessible set of Debug flags.
Debug() - Constructor for class opendap.coreServlet.Debug
 
decode(String) - Method in interface opendap.gateway.Encoder
 
decode(InputStream, OutputStream) - Method in interface opendap.gateway.Encoder
 
decode(String) - Method in class opendap.gateway.HexAsciiEncoder
 
decode(InputStream, OutputStream) - Method in class opendap.gateway.HexAsciiEncoder
 
DEFAULT_POST_BODY_MAX_LENGTH - Static variable in class opendap.coreServlet.ReqInfo
 
DEFAULT_SIZE - Static variable in class opendap.io.Chunk
 
DEFAULT_XDAP_ACCEPT - Static variable in class opendap.bes.dap2Responders.BesApi
 
DefaultBufferSize - Static variable in class opendap.io.SpeedyChunkedInputStream
 
defineElement(String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
destroy() - Method in class opendap.bes.BES
This method is meant to be called at program exit.
destroy() - Method in class opendap.bes.BesDapDispatcher
 
destroy() - Method in class opendap.bes.BesGroup
 
destroy() - Method in class opendap.bes.BESManager
 
destroy() - Method in class opendap.bes.BESThreddsDispatchHandler
 
destroy() - Method in class opendap.bes.DirectoryDispatchHandler
 
destroy() - Method in class opendap.bes.FileDispatchHandler
 
destroy() - Method in class opendap.bes.VersionDispatchHandler
 
destroy() - Method in class opendap.coreServlet.BotBlocker
Called when the servlet is shutdown.
destroy() - Method in class opendap.coreServlet.ClickjackFilter
 
destroy() - Method in interface opendap.coreServlet.DispatchHandler
Called when the servlet is shutdown.
destroy() - Method in class opendap.coreServlet.DispatchServlet
 
destroy() - Method in class opendap.coreServlet.HttpResponder
 
destroy() - Method in class opendap.coreServlet.NoPostHandler
 
destroy() - Method in class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
destroy() - Method in class opendap.gateway.DispatchServlet
 
destroy() - Method in class opendap.nciso.IsoDispatchHandler
Deprecated.
 
destroy() - Method in class opendap.nciso.RubricDispatchHandler
Deprecated.
 
destroy() - Method in class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
destroy() - Method in interface opendap.threddsHandler.Catalog
 
destroy() - Static method in class opendap.threddsHandler.CatalogManager
 
destroy() - Method in class opendap.threddsHandler.LocalFileCatalog
 
destroy() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
destroy() - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
DevNull - Class in opendap.bes
A stream that acts like /dev/null - it just throws it all away!
DevNull() - Constructor for class opendap.bes.DevNull
 
dieNow() - Method in class opendap.ppt.NewPPTClient
 
DirectoryDispatchHandler - Class in opendap.bes
User: ndp Date: Apr 16, 2007 Time: 4:34:20 PM
DirectoryDispatchHandler() - Constructor for class opendap.bes.DirectoryDispatchHandler
 
disable() - Static method in class opendap.logging.Timer
 
DispatchHandler - Interface in opendap.coreServlet
The IsoDispatchHandler interface is implemented by classes that are used to handle dispatch activities for Hyrax.
DispatchHandler - Class in opendap.gateway
Created by IntelliJ IDEA.
DispatchHandler() - Constructor for class opendap.gateway.DispatchHandler
 
DispatchServlet - Class in opendap.coreServlet
This servlet provides the dispatching for all OPeNDAP requests.
DispatchServlet() - Constructor for class opendap.coreServlet.DispatchServlet
 
DispatchServlet - Class in opendap.gateway
User: ndp Date: Apr 22, 2008 Time: 3:36:36 PM
DispatchServlet() - Constructor for class opendap.gateway.DispatchServlet
 
DispatchServlet - Class in opendap.hai
User: ndp Date: Apr 22, 2008 Time: 3:36:36 PM
DispatchServlet() - Constructor for class opendap.hai.DispatchServlet
 
DocServlet - Class in opendap.coreServlet
This mini servlet provides access to distributed or, if it exists, persistent documentation in the content directory.
DocServlet() - Constructor for class opendap.coreServlet.DocServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class opendap.coreServlet.ClickjackFilter
Add X-FRAME-OPTIONS response header to tell IE8 (and any other browsers who decide to implement) not to display this content in a frame.
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.aggregation.AggregationServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.DispatchServlet
*********************************************************************** Handles incoming requests from clients.
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.DocServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.gateway.DispatchServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.DispatchServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.viewers.ViewersServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.w10n.W10nServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.webstart.WebStartServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class opendap.aggregation.AggregationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class opendap.aggregation.AggregationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.DispatchServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.DispatchServlet
 
drain() - Method in class opendap.bes.CyclicGroup
 
drain(E[]) - Method in class opendap.bes.CyclicGroup
 
drainTo(Collection<? super E>) - Method in class opendap.bes.ConcurrentRing
 
drainTo(Collection<? super E>, int) - Method in class opendap.bes.ConcurrentRing
 
dropService(String) - Static method in class opendap.coreServlet.ReqInfo
 
dropSuffixFrom(String, Pattern) - Static method in class opendap.coreServlet.Util
 
DublinCore - Class in opendap.namespaces
Created by IntelliJ IDEA.
DublinCore() - Constructor for class opendap.namespaces.DublinCore
 

E

EMERGENCY_EXIT_STATUS - Static variable in class opendap.io.Chunk
 
enable() - Static method in class opendap.logging.Timer
 
encode(String) - Method in interface opendap.gateway.Encoder
 
encode(InputStream, OutputStream) - Method in interface opendap.gateway.Encoder
 
encode(String) - Method in class opendap.gateway.HexAsciiEncoder
 
encode(InputStream, OutputStream) - Method in class opendap.gateway.HexAsciiEncoder
 
Encoder - Interface in opendap.gateway
Created by IntelliJ IDEA.
ERROR - Static variable in class opendap.namespaces.DAP4
 
ERROR_STATUS - Static variable in class opendap.io.Chunk
 
ERRORS_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
escapeForJson(String) - Static method in class opendap.w10n.W10nResponder
 
executeBesAdminCommand(String) - Method in class opendap.bes.BES
 
executeCommand(String, OutputStream, OutputStream) - Method in class opendap.ppt.OPeNDAPClient
Sends a single OpeNDAP request ending in a semicolon (;) to the OpeNDAP server.
executeCommands(String, OutputStream, OutputStream) - Method in class opendap.ppt.OPeNDAPClient
Execute each of the commands in the cmd_list, separated by a * semicolon.
executeCommands(File, OutputStream, OutputStream) - Method in class opendap.ppt.OPeNDAPClient
Sends the requests listed in the specified file to the OpenDAP server, each command ending with a semicolon.
EXIT_STATUS - Static variable in class opendap.io.Chunk
 
EXPLICIT_CONTAINERS_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
EXTENSION - Static variable in class opendap.io.Chunk
 

F

FileAccess - Class in opendap.bes.dap4Responders
Created by IntelliJ IDEA.
FileAccess(String, BesApi) - Constructor for class opendap.bes.dap4Responders.FileAccess
 
FileAccess(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.FileAccess
 
FileAccess(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.FileAccess
 
fileDispatch(HttpServletRequest, HttpServletResponse, boolean) - Method in class opendap.bes.FileDispatchHandler
Performs dispatching for file requests.
FileDispatchHandler - Class in opendap.bes
Provides access to files held in the BES that the BES does not recognize as data.
FileDispatchHandler() - Constructor for class opendap.bes.FileDispatchHandler
 
fileName(String) - Static method in class opendap.coreServlet.Scrub
 
FilterAsciiHeaderStreamTest - Class in opendap.aggregation
 
FilterAsciiHeaderStreamTest() - Constructor for class opendap.aggregation.FilterAsciiHeaderStreamTest
 
finish() - Method in class opendap.io.ChunkedOutputStream
Completes a chunked transmission.
flush() - Method in class opendap.io.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flushCache() - Method in class opendap.io.ChunkedOutputStream
Writes the cache out onto the underlying stream.
flushCacheWithAppend(byte[], int, int) - Method in class opendap.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk.
forbidden() - Method in exception opendap.bes.BESError
 
forbidden() - Method in class opendap.dap4.Dap4Error
 
Forbidden - Exception in opendap.http.error
The server understood the request, but is refusing to fulfill it.
Forbidden(String) - Constructor for exception opendap.http.error.Forbidden
 
Forbidden(String, Exception) - Constructor for exception opendap.http.error.Forbidden
 
Forbidden(String, Throwable) - Constructor for exception opendap.http.error.Forbidden
 
Forbidden(Throwable) - Constructor for exception opendap.http.error.Forbidden
 
FORBIDDEN_ERROR - Static variable in exception opendap.bes.BESError
The user (or possibly the BES) does not have the required permissions to access the requested resource.
FUNC - Static variable in class opendap.dap4.QueryParameters
 

G

GatewayDatasetInfo - Class in opendap.gateway
Created by IntelliJ IDEA.
GatewayDatasetInfo(String) - Constructor for class opendap.gateway.GatewayDatasetInfo
 
GatewayForm - Class in opendap.gateway
Created by IntelliJ IDEA.
GatewayForm(String) - Constructor for class opendap.gateway.GatewayForm
 
GatewayForm(String, String) - Constructor for class opendap.gateway.GatewayForm
 
GEOTIFF - Static variable in class opendap.bes.dap2Responders.BesApi
 
GeoTiff - Class in opendap.bes.dap2Responders
Responder that transmits JSON encoded DAP2 data to the client.
GeoTiff(String, BesApi) - Constructor for class opendap.bes.dap2Responders.GeoTiff
 
GeoTiff(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.GeoTiff
 
GeoTiff(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.GeoTiff
 
GeoTiffDR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
GeoTiffDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
GeoTiffDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
GeoTiffDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
get(String) - Method in class opendap.bes.CyclicGroup
The ring like behavior is encoded here.
get(int) - Method in class opendap.bes.CyclicGroup
 
get(String) - Static method in class opendap.coreServlet.RequestCache
 
getAdminPort() - Method in class opendap.bes.BES
 
getAdminPort() - Method in class opendap.bes.BESConfig
 
getAltRepResponders() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getArrayCE(int) - Method in class opendap.aggregation.AggregationParams
For the ith instance of 'file' build the matching CE to send to the BES.
getAsync() - Method in class opendap.dap4.QueryParameters
 
getBase() - Method in interface opendap.services.Service
 
getBase() - Method in class opendap.viewers.GodivaWebService
 
getBase() - Method in class opendap.viewers.NcWmsService
 
getBase() - Method in class opendap.webstart.AutoplotRequestHandler
 
getBase() - Method in class opendap.webstart.IdvViewerRequestHandler
 
getBase() - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
getBES(String) - Static method in class opendap.bes.BESManager
 
getBES(String) - Method in class opendap.bes.dap2Responders.BesApi
 
getBesApi() - Method in class opendap.bes.BesDapDispatcher
 
getBesApi() - Method in class opendap.bes.BesDapResponder
 
getBesCatalog(String, Document) - Method in class opendap.bes.dap2Responders.BesApi
Returns the BES catalog document for the specified dataSource.
getBesCatalog(String, Document) - Method in class opendap.gateway.BesGatewayApi
 
getBesClientCount() - Method in class opendap.bes.BES
 
getBesDataSourceID(String, boolean) - Method in class opendap.bes.dap2Responders.BesApi
The besDataSourceId is the relative (local) URL path of the request, minus any requestSuffixRegex detected.
getBesDataSourceID(String, Pattern, boolean) - Method in class opendap.bes.dap2Responders.BesApi
The besDataSourceId is the relative (local) URL path of the request, minus any requestSuffixRegex detected.
getBesDataSourceID(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
Deprecated. 
getBesDataSourceID(String) - Static method in class opendap.coreServlet.ReqInfo
Deprecated.
getBesDataSourceID(String, Pattern, boolean) - Method in class opendap.gateway.BesGatewayApi
Because the gateway doesn't support a catalog we ignore the checkWithBes parameter
getBesGroup(String) - Static method in class opendap.bes.BESManager
 
getBesGroups() - Static method in class opendap.bes.BESManager
 
getBesLoggers() - Method in class opendap.bes.BES
 
getBesName() - Method in class opendap.bes.BESConfig
 
getBESprefix(String) - Method in class opendap.bes.dap2Responders.BesApi
 
getBestResponderForHttpRequest(HttpServletRequest) - Method in class opendap.bes.dap4Responders.Dap4Responder
THis is where we do the Server-driven HTTP Content Negotiation.
getBesVersion(String, Document) - Method in class opendap.bes.dap2Responders.BesApi
Returns the BES version document for the BES serving the passed dataSource.
getBoundary() - Method in class opendap.coreServlet.MimeBoundary
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
getCatalog(String) - Static method in class opendap.threddsHandler.CatalogManager
 
getCatalogAsXdmNode(Processor) - Method in interface opendap.threddsHandler.Catalog
 
getCatalogAsXdmNode(Processor) - Method in class opendap.threddsHandler.LocalFileCatalog
 
getCatalogAsXdmNode(Processor) - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getCatalogDocument() - Method in interface opendap.threddsHandler.Catalog
 
getCatalogDocument() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getCatalogDocument() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getCatalogEnumeration(String) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
Crawl a thredds catalog.
getCatalogKey() - Method in interface opendap.threddsHandler.Catalog
 
getCatalogKey() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getCatalogKey() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getCatalogKeyFromRelativeUrl(String) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
getCatalogRefURLs(String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
Returns all of the THREDDS catalog URLs contained in the THREDDS catalog located at the passed URL.
getCatalogURLs(String) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
Crawl a collection of thredds catalogs using a Enumeration.
getCe() - Method in class opendap.dap4.QueryParameters
 
getChunkedReadBufferSize() - Method in class opendap.io.ChunkedInputStream
 
getChunkedReadBufferSize() - Method in class opendap.ppt.OPeNDAPClient
 
getChunkReadBufferSize() - Method in class opendap.ppt.NewPPTClient
 
getChunkType() - Method in class opendap.io.ChunkedOutputStream
 
getClient() - Method in class opendap.bes.BES
The pool of availableInChunk OPeNDAPClient connections starts empty.
getClients() - Method in class opendap.bes.BES
 
getClosingBoundary() - Method in class opendap.coreServlet.MimeBoundary
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
getCollectionName(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
The collection name is the path leading to requested dataset, if a dataset was requested.
getCombinedRequestSuffixRegex() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getCombinedVersionDocument() - Static method in class opendap.bes.BESManager
 
getCombinedVersionDocument() - Method in class opendap.bes.dap2Responders.BesApi
 
getCommandCount() - Method in class opendap.ppt.OPeNDAPClient
 
getCommonDapVersions() - Method in class opendap.bes.BesGroup
 
getConfig() - Method in class opendap.bes.BesConfigurationModule
 
getConfig() - Static method in class opendap.bes.BESManager
 
getConfigDocument() - Method in class opendap.bes.BESConfig
 
getConfigElement() - Method in class opendap.bes.BESConfig
 
getConfigElement() - Method in class opendap.bes.BesConfigurationModule
 
getConfigPath(ServletContext, String) - Static method in class opendap.coreServlet.ServletUtil
Returns the path to the "Content" directory for the OLFS.
getConfiguration(String) - Method in class opendap.bes.BES
 
getConfigurationModules() - Method in class opendap.bes.BES
 
getConstraintExpression(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
This has been hacked to collect path side functional expressions (server side functions expressed in the path of the URL and place them on the beginning of the CE returned.
getContentPath(HttpServlet) - Static method in class opendap.coreServlet.ServletUtil
Returns the path to the "Content" directory for the OLFS.
getContentPath(ServletContext) - Static method in class opendap.coreServlet.ServletUtil
Returns the path to the "Content" directory for the OLFS.
getContext() - Method in class opendap.dap4.Dap4Error
 
getContextPath(HttpServlet) - Static method in class opendap.coreServlet.ServletUtil
Returns the path to the web applications "context" directory as defined by the value of the web appications <initParameter> ContextPath.
getContextPath(ServletContext) - Static method in class opendap.coreServlet.ServletUtil
Returns the path to the web applications "context" directory as defined by the value of the web appications <initParameter> ContextPath.
getCurrentChunkType() - Method in class opendap.io.ChunkedInputStream
 
getCurrentChunkType() - Method in class opendap.io.SpeedyChunkedInputStream
 
getCurrentTransform() - Method in class opendap.xml.Transformer
 
getDap2DataAsAsciiRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap2DataAsGeoTiffRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap2DataAsGmlJpeg2000Request(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap2DataAsJsonRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap2DataAsNetcdf3Request(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap2DataAsNetcdf4Request(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap2DataAsW10nJsonRequest(String, String, String, String, boolean, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDAP2Error(int, String) - Static method in exception opendap.coreServlet.OPeNDAPException
 
getDap2IjsnDataRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap2IjsnMetadataRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap2MetadataAsJsonRequest(String, String, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the JSON encoded DAP2 Metadata response (DDX) for the passed dataSource using the passed constraint expression.
getDap2MetadataAsW10nJsonRequest(String, String, String, String, boolean, boolean, String, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the JSON encoded DAP2 Metadata response (DDX) for the passed dataSource using the passed constraint expression.
getDap2RequestDocument(String, String, String, String, int, String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns a BES Request document.
getDap2RequestDocument(String, String, String, String, String, String, int, String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap2RequestDocument(String, String, String, String, int, String, String, String, String) - Method in class opendap.gateway.BesGatewayApi
This child class of opendap.bes.BesXmlAPI provides an implementation of the getRequestDocument method that utilizes the BES wcs_gateway_module.
getDap2RequestDocument(String, String, String, String, int, String, String, String, String) - Method in class opendap.ncml.NcmlDatasetBesApi
This child class of opendap.bes.BesApi provides an implementation of the getRequestDocument method that utilizes the BES ncml dataset container API.
getDAP32Error(int, String) - Static method in exception opendap.coreServlet.OPeNDAPException
 
getDap4DataAsCsvRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap4DataAsGeoTiffRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4DataAsGmlJpeg2000Request(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4DataAsJsonRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4DataAsNetcdf3Request(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap4DataAsNetcdf4Request(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
 
getDap4DataRequest(String, QueryParameters, int, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns the DDX request document for the passed dataSource using the passed constraint expression.
getDap4DataRequest(String, String, String, int, String, String, String) - Method in class opendap.gateway.BesGatewayApi
Returns the DDX request document for the passed dataSource using the passed constraint expression.
getDap4IjsnDataRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4IjsnMetadataRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4JsonMetadataRequest(String, QueryParameters, int) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getDap4RequestDocument(String, String, QueryParameters, int, String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getDapVersions(List) - Method in class opendap.bes.BesGroup
 
getDASRequest(String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getDataAccessURLs(String, ThreddsCatalogUtil.SERVICE, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
Returns a vector of data access URIs from The THREDDS catalog located at the URL contained in the passed parameter String catalogUrlString.
getDataSetName(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
The dataset is an "atom" in the OPeNDAP URL lexicon.
getDatasetServicesElement(String) - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
getDataSize(byte[]) - Static method in class opendap.io.Chunk
 
getDataSourceInfo(String) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
 
getDDSRequest(String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns the DDS request document for the passed dataSource using the passed constraint expression.
getDDX(String, String, String) - Method in class opendap.viewers.ViewersServlet
 
getDDX(String, String, String) - Method in class opendap.webstart.WebStartServlet
 
getDDXDocument(String, String, String, String, Document) - Method in class opendap.bes.dap2Responders.BesApi
 
getDDXDocuments(String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
 
getDDXRequest(String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns the DDX request document for the passed dataSource using the passed constraint expression.
getDDXRootElements(String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
 
getDDXUrls(String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
 
getDescriptionElement(String, String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getDestination() - Method in class opendap.xml.Transformer
 
getDispatchRegex() - Method in class opendap.hai.DispatchServlet
 
getDMRDocument(String, QueryParameters, String, Document) - Method in class opendap.bes.dap2Responders.BesApi
 
getDMRRequest(String, QueryParameters, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns the DDX request document for the passed dataSource using the passed constraint expression.
getDocsServiceLocalID() - Method in class opendap.dap.Request
 
getDocument(File) - Static method in class opendap.xml.Util
 
getDocument(InputStream) - Static method in class opendap.xml.Util
 
getDocument(String) - Static method in class opendap.xml.Util
 
getDocumentBuilder() - Method in class opendap.xml.Transformer
 
getDocumentRoot(File) - Static method in class opendap.xml.Util
 
getDocumentRoot(String) - Static method in class opendap.xml.Util
 
getDynamicServiceId() - Method in class opendap.viewers.NcWmsService
 
getElement(String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getElement(String, String, String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getEncapsulationBoundary() - Method in class opendap.coreServlet.MimeBoundary
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
getErrDoc() - Method in class opendap.bes.dap2Responders.BesApi.NoSuchDatasource
 
getErrorCode() - Method in exception opendap.coreServlet.OPeNDAPException
Returns the error code.
getErrorCode() - Method in exception opendap.dap.Dap2Error
Returns the error code.
getErrorDocument() - Method in class opendap.dap4.Dap4Error
 
getErrorElement() - Method in class opendap.dap4.Dap4Error
 
getErrorMessage() - Method in exception opendap.coreServlet.OPeNDAPException
Returns the error message.
getErrorMessage() - Method in exception opendap.dap.Dap2Error
Returns the error message.
getExtensionElement(String, String, String, String) - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
getFilename(int) - Method in class opendap.aggregation.AggregationParams
Return the name of the granule/file associated with the ith instance of the 'file' parameter.
getFileName() - Method in interface opendap.threddsHandler.Catalog
 
getFileName() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getFileName() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getFullServiceContext(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
Get service context portion of the URL - everything in the URL after the name of the server and before the localID (aka relativeUrl) of the dataset.
getFunc() - Method in class opendap.dap4.QueryParameters
 
getFunctionElement(String, String, String, String) - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
getGetConfigurationCommand(String) - Method in class opendap.bes.BES
 
getGetLogCommand(String) - Method in class opendap.bes.BES
 
getGroupComponentVersions() - Method in class opendap.bes.BesGroup
 
getGroupPrefix() - Method in class opendap.bes.BesGroup
 
getGroupVersion() - Method in class opendap.bes.BesGroup
 
getGroupVersionDocument(String) - Static method in class opendap.bes.BESManager
 
getGroupVersionDocument(String) - Method in class opendap.bes.dap2Responders.BesApi
 
getHost() - Method in class opendap.bes.BES
 
getHost() - Method in class opendap.bes.BESConfig
 
getHtmlFormRequest(String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getHtmlInfoPageRequest(String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
getHttpCode() - Method in class opendap.dap4.Dap4Error
 
getHttpDate(String) - Static method in class opendap.coreServlet.HttpDate
This method converts a string containing an HTTP date as described in RFC 2616 into a java.util.Date object.
getHttpDateString(Date) - Static method in class opendap.coreServlet.HttpDate
Converts a java.util.Date to an HTTP/1.1 date string.
getHttpDateString(Date, int) - Static method in class opendap.coreServlet.HttpDate
Converts a java.util.Date to an HTTP/1.1 date string.
getHttpStatus() - Method in exception opendap.bes.BESError
 
getHyraxVersionElement() - Static method in class opendap.bes.Version
Returns a JDOM ELement containing the Hyrax version.
getHyraxVersionString() - Static method in class opendap.bes.Version
Returns a String containing the Hyrax version.
getID() - Method in class opendap.ppt.OPeNDAPClient
 
getInfo(String, Document) - Method in class opendap.bes.dap2Responders.BesApi
Returns the BES INFO document for the specified dataSource.
getInfo(String, Document) - Method in class opendap.ncml.NcmlDatasetBesApi
 
getIngestTransformer() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getIngestTransformFilename() - Method in interface opendap.threddsHandler.Catalog
 
getIngestTransformFilename() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getIngestTransformFilename() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getInheritedMetadata(String) - Static method in class opendap.threddsHandler.InheritedMetadataManager
 
getInheritedServices(String) - Static method in class opendap.threddsHandler.InheritedMetadataManager
 
getIsEnabled() - Method in class opendap.bes.BES.BesLogger
 
getJavaWebStartHandlers() - Static method in class opendap.services.ServicesRegistry
 
getJnlpForDataset(String) - Method in class opendap.webstart.AutoplotRequestHandler
Produces a string containing a JNLP that will launch Autoplot to display the given dataset.
getJnlpForDataset(String) - Method in class opendap.webstart.IdvViewerRequestHandler
 
getJnlpForDataset(String) - Method in class opendap.webstart.JwsHandler
 
getJnlpForDataset(String) - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
getJwsHandlerById(String) - Static method in class opendap.services.ServicesRegistry
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.BesDapDispatcher
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.BesDapResponder
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.BESThreddsDispatchHandler
Since the user can modify the THREDDS catalogs without changing the underlying data source, AND we can't ask the THREDDS library to tell us about the last modified times of the catalog, AND we don't know which time to return (catalog modified time, OR dataset modified time) we punt and return -1.
getLastModified(HttpServletRequest) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.DirectoryDispatchHandler
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.FileDispatchHandler
 
getLastModified(HttpServletRequest) - Method in class opendap.bes.VersionDispatchHandler
 
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.BotBlocker
 
getLastModified(HttpServletRequest) - Method in interface opendap.coreServlet.DispatchHandler
 
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.DispatchServlet
Gets the last modified date of the requested resource.
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.DocServlet
 
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.HttpResponder
 
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.NoPostHandler
 
getLastModified(HttpServletRequest) - Method in class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
getLastModified(HttpServletRequest) - Method in class opendap.gateway.DispatchServlet
Gets the last modified date of the requested resource.
getLastModified(HttpServletRequest) - Method in class opendap.gateway.GatewayForm
 
getLastModified(HttpServletRequest) - Method in class opendap.hai.BesControlApi
 
getLastModified(HttpServletRequest) - Method in class opendap.hai.DispatchServlet
Gets the last modified date of the requested resource.
getLastModified(HttpServletRequest) - Method in class opendap.hai.OlfsControlApi
 
getLastModified(HttpServletRequest) - Method in class opendap.nciso.IsoDispatchHandler
Deprecated.
See the contract for this method in opendap.coreServlet.IsoDispatchHandler
getLastModified(HttpServletRequest) - Method in class opendap.nciso.RubricDispatchHandler
Deprecated.
See the contract for this method in opendap.coreServlet.IsoDispatchHandler
getLastModified(HttpServletRequest) - Method in class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
getLastModified(String) - Static method in class opendap.ncml.NcmlManager
 
getLastModified() - Method in interface opendap.threddsHandler.Catalog
 
getLastModified(String) - Static method in class opendap.threddsHandler.CatalogManager
 
getLastModified() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getLastModified() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getLastModified(HttpServletRequest) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
getLastModified(HttpServletRequest) - Method in class opendap.viewers.ViewersServlet
 
getLastModified(HttpServletRequest) - Method in class opendap.webstart.WebStartServlet
 
getLastModifiedDate() - Method in class opendap.bes.BESResource
 
getLinkElement(String, String, String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getLocalUrl(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
This finds the name of the requested local resource.
getLog(String) - Method in class opendap.bes.BES
 
getLoggerState(String) - Method in class opendap.bes.BES
 
getLogLevel(String) - Method in class opendap.hai.OlfsControlApi
 
getMark() - Method in class opendap.ppt.MarkFinder
Deprecated.
 
getMarkIndex() - Method in class opendap.ppt.MarkFinder
Deprecated.
 
getMaxClients() - Method in class opendap.bes.BES
 
getMaxClients() - Method in class opendap.bes.BESConfig
 
getMaxCommands() - Method in class opendap.bes.BESConfig
 
getMaxResponseSize() - Method in class opendap.bes.BES
 
getMaxResponseSize() - Method in class opendap.bes.BESConfig
 
getMaxResponseSize() - Method in class opendap.dap.User
 
getMediaSuffix() - Method in class opendap.bes.dap4Responders.MediaType
 
getMemoryReport() - Static method in class opendap.coreServlet.Util
 
getMessage() - Method in exception opendap.coreServlet.OPeNDAPException
Returns the detail message of this throwable object.
getMessage() - Method in exception opendap.dap.Dap2Error
Returns the detail message of this throwable object.
getMessage() - Method in class opendap.dap4.Dap4Error
 
getMimeType() - Method in class opendap.bes.dap4Responders.MediaType
 
getMimeType(String) - Static method in class opendap.coreServlet.MimeTypes
 
getMimeTypeFromFileName(String) - Static method in class opendap.coreServlet.MimeTypes
 
getName() - Method in class opendap.bes.BES.BesLogger
 
getName() - Method in class opendap.bes.BesConfigurationModule
 
getName() - Method in class opendap.bes.BESResource
 
getName() - Method in class opendap.bes.dap4Responders.MediaType
 
getName() - Method in interface opendap.services.Service
 
getName() - Method in interface opendap.threddsHandler.Catalog
 
getName() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getName() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getName() - Method in class opendap.viewers.GodivaWebService
 
getName() - Method in class opendap.viewers.NcWmsService
 
getName() - Method in interface opendap.viewers.WebServiceHandler
 
getName() - Method in class opendap.webstart.AutoplotRequestHandler
 
getName() - Method in class opendap.webstart.IdvViewerRequestHandler
 
getName() - Method in class opendap.webstart.JwsHandler
 
getName() - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
getNcmlDatasetContainer(String) - Static method in class opendap.ncml.NcmlManager
 
getNcmlDatasetElements(Element) - Static method in class opendap.ncml.NcmlManager
 
getNext() - Method in class opendap.bes.BesGroup
 
getNext() - Method in class opendap.bes.ConcurrentRing
The ring like behavior is encoded here.
getNext() - Method in class opendap.bes.CyclicGroup
The cyclic behavior is encoded here.
getNickName() - Method in class opendap.bes.BES
 
getNormativeLink(String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getNormativeLink(String) - Method in class opendap.bes.dap4Responders.FileAccess
 
getNormativeMediaType() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getNumberOfFiles() - Method in class opendap.aggregation.AggregationParams
/** Return the number of files/granules in the current set of query parameters.
getOLFSVersionElement() - Static method in class opendap.bes.Version
Returns a JDOM ELement containing the OLFS version.
getOLFSVersionString() - Static method in class opendap.bes.Version
Returns a String containing the OLFS version.
getOtherInformation() - Method in class opendap.dap4.Dap4Error
 
getPathInfoDocument(String, Document) - Method in class opendap.bes.dap2Responders.BesApi
 
getPathPrefix() - Method in class opendap.coreServlet.HttpResponder
 
getPathPrefix() - Method in interface opendap.threddsHandler.Catalog
 
getPathPrefix() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getPathPrefix() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getPort() - Method in class opendap.bes.BES
 
getPort() - Method in class opendap.bes.BESConfig
 
getPostBodyMaxLength() - Static method in class opendap.coreServlet.ReqInfo
 
getPrefix() - Method in class opendap.bes.BES
 
getPrefix() - Method in class opendap.bes.BESConfig
 
getPrimaryType() - Method in class opendap.bes.dap4Responders.MediaType
 
getProcessor() - Method in class opendap.xml.Transformer
 
getProgramSource() - Method in exception opendap.dap.Dap2Error
Returns the program source.
getProgramType() - Method in exception opendap.dap.Dap2Error
Returns the program type.
getQuality() - Method in class opendap.bes.dap4Responders.MediaType
 
getQueryRemainder() - Method in class opendap.dap4.QueryParameters
 
getRawCatalogAsXdmNode(Processor) - Method in interface opendap.threddsHandler.Catalog
 
getRawCatalogAsXdmNode(Processor) - Method in class opendap.threddsHandler.LocalFileCatalog
 
getRawCatalogAsXdmNode(Processor) - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getRawCatalogDocument() - Method in interface opendap.threddsHandler.Catalog
 
getRawCatalogDocument() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getRawCatalogDocument() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getRelativeUrl() - Method in class opendap.dap.Request
Returns the relativeURL name for this request.
getRemoteDataSourceUrl(String, String, Pattern) - Method in class opendap.gateway.BesGatewayApi
 
getRequestedDataSource() - Method in class opendap.bes.BESResource
 
getRequestMatchRegexString() - Method in class opendap.coreServlet.HttpResponder
 
getRequestSuffix(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
 
getRequestSuffix() - Method in class opendap.dap.DapResponder
 
getRequestSuffixMatchPattern() - Method in class opendap.coreServlet.HttpResponder
 
getResourceId(String, boolean) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getResourceInfo(String) - Method in class opendap.bes.BesDapResponder
 
getResourceInfo(String) - Method in class opendap.coreServlet.HttpResponder
 
getResourceInfo(String) - Method in class opendap.gateway.GatewayForm
 
getResourceInfo(String) - Method in class opendap.hai.BesControlApi
 
getResourceInfo(String) - Method in class opendap.hai.OlfsControlApi
 
getResponders() - Method in class opendap.bes.BesDapDispatcher
 
getResponse(OutputStream, OutputStream) - Method in class opendap.ppt.NewPPTClient
Get the response from the BES and write it to the passed OutputStream
getReturnMediaType() - Method in exception opendap.bes.BESError
 
getRootPath(HttpServlet) - Static method in class opendap.coreServlet.ServletUtil
 
getRootPath(ServletContext) - Static method in class opendap.coreServlet.ServletUtil
 
getScore() - Method in class opendap.bes.dap4Responders.MediaType
 
getSerializer() - Method in class opendap.xml.Transformer
 
getServerUUID() - Static method in class opendap.bes.Version
Produce the ServerUUID value used by the top level of Hyrax.
getServiceById(String) - Static method in class opendap.services.ServicesRegistry
 
getServiceDescription() - Method in class opendap.dap.DapResponder
 
getServiceDescriptionLink() - Method in class opendap.dap.DapResponder
 
getServiceElement(String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getServiceElement() - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getServiceElement(String, String, String, String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getServiceElement(String) - Method in class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
getServiceId() - Method in interface opendap.services.Service
 
getServiceId() - Method in class opendap.viewers.GodivaWebService
 
getServiceId() - Method in class opendap.viewers.NcWmsService
 
getServiceId() - Static method in class opendap.viewers.ViewersServlet
 
getServiceId() - Method in class opendap.webstart.AutoplotRequestHandler
 
getServiceId() - Method in class opendap.webstart.IdvViewerRequestHandler
 
getServiceId() - Method in class opendap.webstart.JwsHandler
 
getServiceId() - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
getServiceLink(String) - Method in class opendap.viewers.GodivaWebService
 
getServiceLink(String) - Method in class opendap.viewers.NcWmsService
 
getServiceLink(String) - Method in interface opendap.viewers.WebServiceHandler
 
getServiceLocalId() - Method in class opendap.dap.Request
Local ID for the service is whatever is after the third slash in the URL ie after the server name (or IP) and port number combination and up to the first dataset collection term in the URL.
getServiceNames() - Static method in class opendap.coreServlet.ReqInfo
 
getServiceRefs() - Method in class opendap.bes.BESResource
 
getServiceRoleId() - Method in class opendap.dap.DapResponder
 
getServiceTitle() - Method in class opendap.dap.DapResponder
 
getServiceUrl(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
Get service portion of the URL - everything in the URL before the localID (aka relativeUrl) of the dataset.
getServiceUrl() - Method in class opendap.dap.Request
 
getSetBesLoggersStateCommand(String, String) - Method in class opendap.bes.BES
 
getSetConfigurationCommand(String, String) - Method in class opendap.bes.BES
 
getSetContainerElement(String, String, Element) - Static method in class opendap.ncml.NcmlManager
 
getShortName() - Method in class opendap.bes.BesConfigurationModule
 
getShowCatalogResponseDocForDatasetUrl(String, int, Date) - Method in class opendap.gateway.BesGatewayApi
 
getShowPathInfoRequestDocument(String) - Method in class opendap.bes.dap2Responders.BesApi
 
getSimpleBesAdminCommand(String) - Method in class opendap.bes.BES
 
getSize() - Method in class opendap.bes.BESResource
 
getStartCommand() - Method in class opendap.bes.BES
 
getStopNowCommand() - Method in class opendap.bes.BES
 
getStoreResultRequestServiceUrl() - Method in class opendap.dap4.QueryParameters
 
getStreamRequest(String) - Method in class opendap.bes.dap2Responders.BesApi
 
getSubType() - Method in class opendap.bes.dap4Responders.MediaType
 
getSuffix(String) - Static method in class opendap.coreServlet.ReqInfo
If a dot is found in the last path element take the stuff after the last dot as the file suffix
getSystemPath() - Method in class opendap.bes.BesDapDispatcher
 
getSystemPath(HttpServlet, String) - Static method in class opendap.coreServlet.ServletUtil
 
getSystemPath(ServletContext, String) - Static method in class opendap.coreServlet.ServletUtil
 
getTableCE(int) - Method in class opendap.aggregation.AggregationParams
For the ith instance of 'file' build the matching CE to send to the BES when the caller has requested that the values be returned in a single table of CSV values
getTimeout() - Method in class opendap.bes.BES
 
getTimeOut() - Method in class opendap.bes.BESConfig
 
getTransformedDocument(Source, StreamSource) - Static method in class opendap.xml.Transformer
 
getType(byte[]) - Static method in class opendap.io.Chunk
 
getUrlInfo(URL) - Static method in class opendap.ncml.NcmlManager
 
getUrlInfo(URL) - Static method in class opendap.threddsHandler.ThreddsCatalogUtil
 
getUrlPrefix() - Method in interface opendap.threddsHandler.Catalog
 
getUrlPrefix() - Method in class opendap.threddsHandler.LocalFileCatalog
 
getUrlPrefix() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
getVersionDocument() - Method in class opendap.bes.BES
 
getVersionDocument(String, String) - Static method in class opendap.bes.BESManager
 
getWebServiceById(String) - Static method in class opendap.services.ServicesRegistry
 
getWebServiceHandlers() - Static method in class opendap.services.ServicesRegistry
 
getWebStartServiceLocalID() - Method in class opendap.dap.Request
 
getXDAPVersion(HttpServletRequest) - Static method in class opendap.bes.Version
Looks at an incoming client request and determines which version of the DAP the client can understand.
getXdmNode(Processor, String) - Static method in class opendap.xml.Transformer
 
getXDODSServerVersion(HttpServletRequest) - Static method in class opendap.bes.Version
 
getXmlBase(HttpServletRequest) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
getXmlBase(HttpServletRequest) - Method in class opendap.dap.DapResponder
 
getXmlDataRequest(String, String, String, int, String) - Method in class opendap.bes.dap2Responders.BesApi
Returns the XML data response for the passed dataSource using the passed constraint expression.
getXMLDoc(String) - Static method in class opendap.xml.Transformer
 
getXOPeNDAPServerVersion(HttpServletRequest) - Static method in class opendap.bes.Version
 
GMLJP2 - Static variable in class opendap.bes.dap2Responders.BesApi
 
GmlJpeg2000 - Class in opendap.bes.dap2Responders
Responder that transmits GML-JPEG2000 encoded DAP2 data to the client.
GmlJpeg2000(String, BesApi) - Constructor for class opendap.bes.dap2Responders.GmlJpeg2000
 
GmlJpeg2000(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.GmlJpeg2000
 
GmlJpeg2000(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.GmlJpeg2000
 
GmlJpeg2000DR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
GmlJpeg2000DR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
GmlJpeg2000DR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
GmlJpeg2000DR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
GodivaWebService - Class in opendap.viewers
Created with IntelliJ IDEA.
GodivaWebService() - Constructor for class opendap.viewers.GodivaWebService
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.BesDapDispatcher
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.BESThreddsDispatchHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.DirectoryDispatchHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.FileDispatchHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.VersionDispatchHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.BotBlocker
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.DispatchHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.NoPostHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.nciso.IsoDispatchHandler
Deprecated.
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.nciso.RubricDispatchHandler
Deprecated.
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
handleStoreResultResponse(ByteArrayOutputStream, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Dap2Data
 
handleStoreResultResponse(ByteArrayOutputStream, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
hasInheritedMetadata(String) - Static method in class opendap.threddsHandler.InheritedMetadataManager
 
hasInheritedServices(String) - Static method in class opendap.threddsHandler.InheritedMetadataManager
 
hasMoreElements() - Method in class opendap.threddsHandler.ThreddsCatalogUtil.threddsCrawlerEnumeration
 
HEADER_SIZE - Static variable in class opendap.io.Chunk
 
HEADER_SIZE_ENCODING_BYTES - Static variable in class opendap.io.Chunk
 
HEADER_TYPE_ENCODING_BYTES - Static variable in class opendap.io.Chunk
 
HexAsciiEncoder - Class in opendap.gateway
User: ndp Date: Apr 22, 2008 Time: 5:01:33 PM
HexAsciiEncoder() - Constructor for class opendap.gateway.HexAsciiEncoder
 
hexToString(String) - Static method in class opendap.gateway.HexAsciiEncoder
 
hexToString(InputStream, OutputStream) - Static method in class opendap.gateway.HexAsciiEncoder
 
HREF - Static variable in class opendap.threddsHandler.XLINK
 
Html - Class in opendap.http.mediaTypes
Created by ndp on 1/27/15.
Html() - Constructor for class opendap.http.mediaTypes.Html
 
Html(String) - Constructor for class opendap.http.mediaTypes.Html
 
HTML_FORM - Static variable in class opendap.bes.dap2Responders.BesApi
 
HtmlDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
 
HtmlDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
HtmlDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
HtmlDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
HtmlDSR - Class in opendap.bes.dap4Responders.DatasetServices
Created by IntelliJ IDEA.
HtmlDSR(String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
HtmlDSR(String, String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
HtmlDSR(String, String, String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
HttpDate - Class in opendap.coreServlet
This class provides methods for dealing with HTTP/1.1 dates.
HttpDate() - Constructor for class opendap.coreServlet.HttpDate
 
HttpDatFormatString - Static variable in class opendap.coreServlet.HttpResponder
 
HttpError - Exception in opendap.http.error
Created by ndp on 1/27/15.
HttpError(String) - Constructor for exception opendap.http.error.HttpError
 
HttpError(String, Exception) - Constructor for exception opendap.http.error.HttpError
 
HttpError(String, Throwable) - Constructor for exception opendap.http.error.HttpError
 
HttpError(Throwable) - Constructor for exception opendap.http.error.HttpError
 
HttpResponder - Class in opendap.coreServlet
 
HttpResponder(String, String, String) - Constructor for class opendap.coreServlet.HttpResponder
 

I

IdvViewerRequestHandler - Class in opendap.webstart
 
IdvViewerRequestHandler() - Constructor for class opendap.webstart.IdvViewerRequestHandler
 
IJSON - Static variable in class opendap.bes.dap2Responders.BesApi
 
Ijson - Class in opendap.bes.dap2Responders
Responder that transmits JSON encoded DAP2 data to the client.
Ijson(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ijson
 
Ijson(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ijson
 
Ijson(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Ijson
 
IjsonDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
Created by IntelliJ IDEA.
IjsonDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
IjsonDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
IjsonDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
IjsonDR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
IjsonDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
IjsonDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
IjsonDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
INFO_PAGE - Static variable in class opendap.bes.dap2Responders.BesApi
 
ingestDap4Query(HttpServletRequest) - Method in class opendap.dap4.QueryParameters
Using the passed HttpServletRequest this method extracts DAP4 query string parameters from the query string, sets their internal values appropriately, and returns the DAP2 constraint expression String sans DAP4 components.
ingestInheritedMetadata(Catalog) - Static method in class opendap.threddsHandler.InheritedMetadataManager
Inspect a THREDDS Catalog object and add any datasetScan metadata whose 'inherited' attribute is set to true into the inventory.
ingestNcml(Catalog) - Static method in class opendap.ncml.NcmlManager
 
InheritedMetadataManager - Class in opendap.threddsHandler
This class provides is a singleton designed to manage the various inherited metadata objects propagated into the THREDDS catalog system by THREDDS datasetScan elements.
InheritedMetadataManager() - Constructor for class opendap.threddsHandler.InheritedMetadataManager
 
init() - Method in class opendap.aggregation.AggregationServlet
 
init(HttpServlet, Element) - Method in class opendap.bes.BesDapDispatcher
 
init(HttpServlet, Element, BesApi) - Method in class opendap.bes.BesDapDispatcher
This method is where the behavior of the BesDapDispatcher is defined.
init(Element) - Method in class opendap.bes.BESManager
 
init(HttpServlet, Element) - Method in class opendap.bes.BESThreddsDispatchHandler
 
init(DispatchServlet, Element) - Method in class opendap.bes.BESThreddsDispatchHandler
 
init() - Method in class opendap.bes.dap2Responders.BesApi
Initializes logging for the BesApi class.
init(HttpServlet, Element) - Method in class opendap.bes.DirectoryDispatchHandler
 
init(HttpServlet, Element) - Method in class opendap.bes.FileDispatchHandler
 
init(HttpServlet, Element) - Method in class opendap.bes.VersionDispatchHandler
 
init(HttpServlet, Element) - Method in class opendap.coreServlet.BotBlocker
Since a constructor cannot be defined for an interface there needs to be a way to initialize the objects state.
init(FilterConfig) - Method in class opendap.coreServlet.ClickjackFilter
 
init(HttpServlet, Element) - Method in interface opendap.coreServlet.DispatchHandler
Since a constructor cannot be defined for an interface there needs to be a way to initialize the objects state.
init() - Method in class opendap.coreServlet.DispatchServlet
************************************************************************ Intitializes the servlet.
init() - Method in class opendap.coreServlet.DocServlet
 
init(HttpServlet, Element) - Method in class opendap.coreServlet.NoPostHandler
 
init(HttpServlet, Element) - Method in class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
init(HttpServlet, Element) - Method in class opendap.gateway.DispatchHandler
 
init() - Method in class opendap.gateway.DispatchServlet
 
init() - Method in class opendap.hai.BesControlApi
 
init() - Method in class opendap.hai.DispatchServlet
 
init() - Method in class opendap.hai.OlfsControlApi
 
init(HttpServlet, Element) - Method in class opendap.nciso.IsoDispatchHandler
Deprecated.
 
init(HttpServlet, Element) - Method in class opendap.nciso.RubricDispatchHandler
Deprecated.
 
init(HttpServlet, Element) - Method in class opendap.ncml.NcmlDatasetDispatcher
 
init(HttpServlet, Element) - Method in class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
init(String, String) - Static method in class opendap.threddsHandler.CatalogManager
 
init(HttpServlet, Element) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
init(HttpServlet, Element) - Method in class opendap.viewers.GodivaWebService
 
init(HttpServlet, Element) - Method in class opendap.viewers.NcWmsService
 
init() - Method in class opendap.viewers.ViewersServlet
 
init(HttpServlet, Element) - Method in interface opendap.viewers.WebServiceHandler
 
init() - Method in class opendap.w10n.W10nServlet
************************************************************************
init(String, Element) - Static method in class opendap.webstart.ApplicationRegistry
 
init(Element, String) - Method in class opendap.webstart.AutoplotRequestHandler
 
init(Element, String) - Method in class opendap.webstart.IdvViewerRequestHandler
 
init(Element, String) - Method in class opendap.webstart.JwsHandler
 
init(Element, String) - Method in class opendap.webstart.NetCdfToolsViewerRequestHandler
 
init() - Method in class opendap.webstart.WebStartServlet
 
initConnection() - Method in class opendap.ppt.NewPPTClient
 
initLogging(HttpServlet) - Static method in class opendap.logging.LogUtil
Initialize logging for the web application context in which the given servlet is running.
initLogging(String) - Static method in class opendap.logging.LogUtil
Initialize logging for the web application context in which the given servlet is running.
initLogging() - Static method in class opendap.logging.LogUtil
Initialize logging for the web application context in which the given servlet is running.
installInitialContent(HttpServlet) - Static method in class opendap.coreServlet.PersistentContentHandler
Checks to see if the persistent content directory exists, if it doesn't it is created and populated with initial content from the distribution.
integerString(String) - Static method in class opendap.coreServlet.Scrub
 
interact(OutputStream, OutputStream) - Method in class opendap.ppt.OPeNDAPClient
An interactive OpenDAP client that takes OpenDAP requests on the command line.
internal() - Method in exception opendap.bes.BESError
 
INTERNAL_ERROR - Static variable in exception opendap.bes.BESError
Bad Things happened in the BES.
INTERNAL_FATAL_ERROR - Static variable in exception opendap.bes.BESError
Really Bad Things happened in the BES.
INVALID_ERROR - Static variable in exception opendap.bes.BESError
The error is of an known type.
is - Variable in class opendap.io.ChunkedInputStream
 
is - Variable in class opendap.io.SpeedyChunkedInputStream
 
isAdminPortConfigured() - Method in class opendap.bes.BES
 
isClosed - Variable in class opendap.io.ChunkedInputStream
 
isClosed - Variable in class opendap.io.SpeedyChunkedInputStream
 
isClosed() - Method in class opendap.ppt.NewPPTClient
 
isClosed() - Method in class opendap.ppt.OPeNDAPClient
 
isConfigured() - Static method in class opendap.bes.BESManager
 
isConfigured() - Method in class opendap.bes.dap2Responders.BesApi
 
isConnected() - Method in class opendap.ppt.NewPPTClient
 
isConnected() - Method in class opendap.ppt.OPeNDAPClient
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Ascii
 
isDataResponder() - Method in class opendap.bes.dap2Responders.CsvData
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Dap2Data
 
isDataResponder() - Method in class opendap.bes.dap2Responders.DAS
 
isDataResponder() - Method in class opendap.bes.dap2Responders.DatasetHtmlForm
 
isDataResponder() - Method in class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
isDataResponder() - Method in class opendap.bes.dap2Responders.DDS
 
isDataResponder() - Method in class opendap.bes.dap2Responders.DDX
 
isDataResponder() - Method in class opendap.bes.dap2Responders.GeoTiff
 
isDataResponder() - Method in class opendap.bes.dap2Responders.GmlJpeg2000
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Ijson
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Iso19115
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Iso19115Rubric
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Json
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Netcdf3
 
isDataResponder() - Method in class opendap.bes.dap2Responders.Netcdf4
 
isDataResponder() - Method in class opendap.bes.dap2Responders.RDF
 
isDataResponder() - Method in class opendap.bes.dap2Responders.XmlData
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.CsvDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.JsonDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.XmlDR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.FileAccess
 
isDataResponder() - Method in class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
isDataResponder() - Method in class opendap.bes.dap4Responders.Version
 
isDataResponder() - Method in class opendap.dap.DapResponder
 
isDataResponder() - Method in class opendap.gateway.GatewayForm
 
isDataset() - Method in class opendap.bes.BESResource
 
isDataset() - Method in interface opendap.coreServlet.ResourceInfo
 
isDataset() - Method in class opendap.gateway.GatewayDatasetInfo
 
isDataset() - Method in class opendap.ncml.NcmlDatasetInfo
 
isEmpty() - Method in class opendap.bes.ConcurrentRing
 
isEmpty() - Method in class opendap.bes.CyclicGroup
 
isExpired(HttpServletRequest) - Static method in class opendap.coreServlet.LicenseManager
 
isInitialized() - Method in class opendap.bes.dap2Responders.BesApi
 
isLastChunk(byte[]) - Static method in class opendap.io.Chunk
 
isLastChunk() - Method in class opendap.io.ChunkedInputStream
 
isLastChunk() - Method in class opendap.io.SpeedyChunkedInputStream
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Ascii
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.CsvData
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Dap2Data
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.DAS
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.DatasetHtmlForm
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.DDS
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.DDX
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.GeoTiff
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.GmlJpeg2000
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Ijson
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Iso19115
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Iso19115Rubric
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Json
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Netcdf3
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.Netcdf4
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.RDF
 
isMetadataResponder() - Method in class opendap.bes.dap2Responders.XmlData
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.CsvDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.JsonDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DataResponse.XmlDR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.FileAccess
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
isMetadataResponder() - Method in class opendap.bes.dap4Responders.Version
 
isMetadataResponder() - Method in class opendap.dap.DapResponder
 
isMetadataResponder() - Method in class opendap.gateway.GatewayForm
 
isNcmlDataset(String) - Static method in class opendap.ncml.NcmlManager
 
isNode() - Method in class opendap.bes.BESResource
 
isNode() - Method in interface opendap.coreServlet.ResourceInfo
 
isNode() - Method in class opendap.gateway.GatewayDatasetInfo
 
isNode() - Method in class opendap.ncml.NcmlDatasetInfo
 
Iso19115 - Class in opendap.bes.dap2Responders
Responder that transmits JSON encoded DAP2 data to the client.
Iso19115(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115
 
Iso19115(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115
 
Iso19115(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115
 
Iso19115Rubric - Class in opendap.bes.dap2Responders
Responder that transmits JSON encoded DAP2 data to the client.
Iso19115Rubric(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115Rubric
 
Iso19115Rubric(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115Rubric
 
Iso19115Rubric(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Iso19115Rubric
 
IsoDispatchHandler - Class in opendap.nciso
Deprecated. 
IsoDispatchHandler() - Constructor for class opendap.nciso.IsoDispatchHandler
Deprecated.
 
IsoDMR - Class in opendap.bes.dap4Responders.Iso19115
Created by IntelliJ IDEA.
IsoDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
IsoDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
IsoDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
isOpen - Variable in class opendap.io.ChunkedOutputStream
 
IsoRubricDMR - Class in opendap.bes.dap4Responders.Iso19115
Created by IntelliJ IDEA.
IsoRubricDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
IsoRubricDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
IsoRubricDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
isResponseBlocked(HttpServletRequest) - Method in class opendap.coreServlet.BotBlocker
 
isRunning() - Method in class opendap.ppt.OPeNDAPClient
 
isServiceOnlyRequest(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
 
isSet(String) - Static method in class opendap.coreServlet.Debug
 
isStoreResultRequest() - Method in class opendap.dap4.QueryParameters
 
isWildcardSubtype() - Method in class opendap.bes.dap4Responders.MediaType
 
isWildcardType() - Method in class opendap.bes.dap4Responders.MediaType
 
iterator() - Method in class opendap.bes.ConcurrentRing
 

J

JAVA_PROGRAM - Static variable in exception opendap.dap.Dap2Error
This Error contains Java bytecode.
jdomXsltTransfom(String, String, OutputStream) - Static method in class opendap.xml.Transformer
 
JSON - Static variable in class opendap.bes.dap2Responders.BesApi
 
Json - Class in opendap.bes.dap2Responders
Responder that transmits JSON encoded DAP2 data to the client.
Json(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Json
 
Json(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Json
 
Json(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Json
 
Json - Class in opendap.http.mediaTypes
Created by ndp on 1/27/15.
Json() - Constructor for class opendap.http.mediaTypes.Json
 
Json(String) - Constructor for class opendap.http.mediaTypes.Json
 
JSON_ERRORS - Static variable in class opendap.bes.dap2Responders.BesApi
 
JsonDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
Created by IntelliJ IDEA.
JsonDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
JsonDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
JsonDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
JsonDR - Class in opendap.bes.dap4Responders.DataResponse
Responder that transmits JSON encoded DAP4 data to the client.
JsonDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.JsonDR
 
JsonDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.JsonDR
 
JsonDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.JsonDR
 
JwsHandler - Class in opendap.webstart
 
JwsHandler() - Constructor for class opendap.webstart.JwsHandler
 

K

keySet() - Static method in class opendap.coreServlet.Debug
 
killClient() - Method in class opendap.ppt.OPeNDAPClient
 

L

lastModified() - Method in class opendap.bes.BESResource
 
lastModified() - Method in interface opendap.coreServlet.ResourceInfo
 
lastModified() - Method in class opendap.gateway.GatewayDatasetInfo
 
lastModified() - Method in class opendap.ncml.NcmlDatasetInfo
 
LicenseManager - Class in opendap.coreServlet
 
LicenseManager() - Constructor for class opendap.coreServlet.LicenseManager
 
loadHtmlTemplate(String, String) - Static method in class opendap.coreServlet.HttpResponder
 
loadXML(String) - Static method in class opendap.xml.Util
 
LocalFileCatalog - Class in opendap.threddsHandler
User: ndp Date: Apr 18, 2008 Time: 4:54:27 PM
LocalFileCatalog(String, String, String, String, boolean) - Constructor for class opendap.threddsHandler.LocalFileCatalog
 
logServerAccessEnd(int, long, String) - Static method in class opendap.logging.LogUtil
Write log entry to named log.
logServerAccessStart(HttpServletRequest, String, String, String) - Static method in class opendap.logging.LogUtil
Gather information from the given HttpServletRequest for inclusion in both regular logging messages and THREDDS access log messages.
logServerShutdown(String) - Static method in class opendap.logging.LogUtil
Gather current thread information for inclusion in regular logging messages.
logServerStartup(String) - Static method in class opendap.logging.LogUtil
Gather current thread information for inclusion in regular logging messages.
LogUtil - Class in opendap.logging
User: ndp Date: Feb 6, 2007 Time: 3:34:35 PM
LogUtil() - Constructor for class opendap.logging.LogUtil
 

M

main(String[]) - Static method in class opendap.bes.BESConfig
 
main(String[]) - Static method in class opendap.bes.ConcurrentRing
 
main(String[]) - Static method in class opendap.bes.CyclicGroup
 
main(String[]) - Static method in class opendap.coreServlet.HttpDate
Provides a simple experiments of this classes date handling methods.
main(String[]) - Static method in class opendap.coreServlet.Scrub
 
main(String[]) - Static method in class opendap.gateway.HexAsciiEncoder
 
main(String[]) - Static method in class opendap.io.ChunkedOutputStream
 
main(String[]) - Static method in class opendap.ppt.OPeNDAPClient
 
main(String[]) - Static method in class opendap.threddsHandler.ThreddsCatalogUtil
 
main(String[]) - Static method in class opendap.xml.Transformer
 
main(String[]) - Static method in class opendap.xml.Validator
 
MALFORMED_EXPR - Static variable in exception opendap.coreServlet.OPeNDAPException
The expression specified in the OPeNDAP URL is not valid.
MALFORMED_EXPR - Static variable in exception opendap.dap.Dap2Error
The expression specified in the OPeNDAP URL is not valid.
markCheck(byte) - Method in class opendap.ppt.MarkFinder
Deprecated.
 
MarkFinder - Class in opendap.ppt
Deprecated. 
MarkFinder(byte[]) - Constructor for class opendap.ppt.MarkFinder
Deprecated.
 
markSupported() - Method in class opendap.dap.Dap2HeaderInputStream
Returns that we don't support the mark() and reset() methods.
matches(String) - Method in class opendap.bes.BesDapResponder
 
matches(String, boolean) - Method in class opendap.bes.BesDapResponder
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.Ascii
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.GeoTiff
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.GmlJpeg2000
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.Ijson
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.Iso19115
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.Iso19115Rubric
 
matches(String, boolean) - Method in class opendap.bes.dap2Responders.Json
 
matches(String, boolean) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
matches(String) - Method in class opendap.coreServlet.HttpResponder
 
matchesSuffixPattern(String, Pattern) - Static method in class opendap.coreServlet.Util
 
MAX_RESPONSE_SIZE_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
MAX_SIZE - Static variable in class opendap.io.Chunk
 
MaxBufferSize - Static variable in class opendap.io.SpeedyChunkedInputStream
 
MediaType - Class in opendap.bes.dap4Responders
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, text/plain;q=0.8, image/png, * / *;q=0.5
MediaType(String, String, String) - Constructor for class opendap.bes.dap4Responders.MediaType
 
MediaType(String) - Constructor for class opendap.bes.dap4Responders.MediaType
 
MimeBoundary - Class in opendap.coreServlet
Created by IntelliJ IDEA.
MimeBoundary() - Constructor for class opendap.coreServlet.MimeBoundary
 
MimeTypes - Class in opendap.coreServlet
Maps file extensions (suffixes) to commonly known MIME types.
MimeTypes() - Constructor for class opendap.coreServlet.MimeTypes
 

N

NAME - Static variable in class opendap.http.mediaTypes.Dap2Data
 
NAME - Static variable in class opendap.http.mediaTypes.Html
 
NAME - Static variable in class opendap.http.mediaTypes.Json
 
NAME - Static variable in class opendap.http.mediaTypes.Netcdf3
 
NAME - Static variable in class opendap.http.mediaTypes.Netcdf4
 
NAME - Static variable in class opendap.namespaces.THREDDS
 
NAMESPACE_PREFIX - Static variable in class opendap.namespaces.NCML
 
NAMESPACE_PREFIX - Static variable in class opendap.namespaces.THREDDS
 
NAMESPACE_PREFIX - Static variable in class opendap.namespaces.XLINK
 
NAMESPACE_PREFIX - Static variable in class opendap.namespaces.XML
 
NAMESPACE_PREFIX - Static variable in class opendap.threddsHandler.XLINK
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.DAP4
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.DublinCore
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.NCML
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.SOAP
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.THREDDS
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.XLINK
 
NAMESPACE_STRING - Static variable in class opendap.namespaces.XML
 
NAMESPACE_STRING - Static variable in class opendap.threddsHandler.XLINK
 
NCML - Class in opendap.namespaces
User: ndp Date: Apr 18, 2008 Time: 7:06:27 PM
NCML() - Constructor for class opendap.namespaces.NCML
 
NcmlDatasetBesApi - Class in opendap.ncml
Created by IntelliJ IDEA.
NcmlDatasetBesApi() - Constructor for class opendap.ncml.NcmlDatasetBesApi
 
NcmlDatasetDispatcher - Class in opendap.ncml
Ncml Dataset handler responses for Hyrax.
NcmlDatasetDispatcher() - Constructor for class opendap.ncml.NcmlDatasetDispatcher
 
NcmlDatasetInfo - Class in opendap.ncml
Created by IntelliJ IDEA.
NcmlDatasetInfo(String) - Constructor for class opendap.ncml.NcmlDatasetInfo
 
NcmlFileDispatcher - Class in opendap.ncml
Deprecated.
No longer used. Replaced by code in opendap.bes.dapResponders.DatasetFileAccess
NcmlFileDispatcher() - Constructor for class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
NcmlManager - Class in opendap.ncml
Created by IntelliJ IDEA.
NcmlManager() - Constructor for class opendap.ncml.NcmlManager
 
NcWmsService - Class in opendap.viewers
Created with IntelliJ IDEA.
NcWmsService() - Constructor for class opendap.viewers.NcWmsService
 
needsBesToMatch() - Method in class opendap.bes.dap2Responders.DDS
 
needsBesToRespond() - Method in class opendap.bes.dap2Responders.DDS
 
needsRefresh() - Method in interface opendap.threddsHandler.Catalog
 
needsRefresh() - Method in class opendap.threddsHandler.LocalFileCatalog
CAREFUL! Only call this function if you have acquired a WriteLock for the catalog!!
needsRefresh() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
NETCDF - Static variable in class opendap.namespaces.NCML
 
Netcdf3 - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
Netcdf3(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf3
 
Netcdf3(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf3
 
Netcdf3(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf3
 
Netcdf3 - Class in opendap.http.mediaTypes
Created by ndp on 1/27/15.
Netcdf3() - Constructor for class opendap.http.mediaTypes.Netcdf3
 
Netcdf3(String) - Constructor for class opendap.http.mediaTypes.Netcdf3
 
Netcdf3DR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
Netcdf3DR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
Netcdf3DR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
Netcdf3DR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
Netcdf4 - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
Netcdf4(String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf4
 
Netcdf4(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf4
 
Netcdf4(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.Netcdf4
 
Netcdf4 - Class in opendap.http.mediaTypes
Created by ndp on 1/27/15.
Netcdf4() - Constructor for class opendap.http.mediaTypes.Netcdf4
 
Netcdf4(String) - Constructor for class opendap.http.mediaTypes.Netcdf4
 
Netcdf4DR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
Netcdf4DR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
Netcdf4DR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
Netcdf4DR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
NETCDF_3 - Static variable in class opendap.bes.dap2Responders.BesApi
 
NETCDF_4 - Static variable in class opendap.bes.dap2Responders.BesApi
 
NetCdfToolsViewerRequestHandler - Class in opendap.webstart
Created by IntelliJ IDEA.
NetCdfToolsViewerRequestHandler() - Constructor for class opendap.webstart.NetCdfToolsViewerRequestHandler
 
newContentID() - Method in class opendap.coreServlet.MimeBoundary
 
NewPPTClient - Class in opendap.ppt
User: ndp Date: Jan 7, 2008 Time: 3:28:18 PM
newUidString() - Static method in class opendap.coreServlet.MimeBoundary
 
newXPathCompiler() - Method in class opendap.xml.Transformer
 
nextElement() - Method in class opendap.threddsHandler.ThreddsCatalogUtil.threddsCrawlerEnumeration
 
NO_AUTHORIZATION - Static variable in exception opendap.coreServlet.OPeNDAPException
The user has no authorization to read the OPeNDAP URL.
NO_AUTHORIZATION - Static variable in exception opendap.dap.Dap2Error
The user has no authorization to read the OPeNDAP URL.
NO_PROGRAM - Static variable in exception opendap.dap.Dap2Error
This Error does not contain a program.
NO_SUCH_FILE - Static variable in exception opendap.coreServlet.OPeNDAPException
The file specified by the OPeNDAP URL does not exist.
NO_SUCH_FILE - Static variable in exception opendap.dap.Dap2Error
The file specified by the OPeNDAP URL does not exist.
NO_SUCH_VARIABLE - Static variable in exception opendap.coreServlet.OPeNDAPException
The variable specified in the OPeNDAP URL does not exist.
NO_SUCH_VARIABLE - Static variable in exception opendap.dap.Dap2Error
The variable specified in the OPeNDAP URL does not exist.
NoPostHandler - Class in opendap.coreServlet
Created by IntelliJ IDEA.
NoPostHandler() - Constructor for class opendap.coreServlet.NoPostHandler
 
NormativeDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
 
NormativeDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
NormativeDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
NormativeDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
NormativeDR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
NormativeDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
NormativeDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
NormativeDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
NormativeDSR - Class in opendap.bes.dap4Responders.DatasetServices
Created by IntelliJ IDEA.
NormativeDSR(String, BesApi, Vector<Dap4Responder>) - Constructor for class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
NormativeDSR(String, String, BesApi, Vector<Dap4Responder>) - Constructor for class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
NormativeDSR(String, String, String, BesApi, Vector<Dap4Responder>) - Constructor for class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
NOT_FOUND_ERROR - Static variable in exception opendap.bes.BESError
The BES could not find the requested resource.
NotAcceptable - Exception in opendap.http.error
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
Unless it was a HEAD request, the response SHOULD include an entity containing a list of available entity characteristics and location(s) from which the user or user agent can choose the one most appropriate.
NotAcceptable(String) - Constructor for exception opendap.http.error.NotAcceptable
 
NotAcceptable(String, Exception) - Constructor for exception opendap.http.error.NotAcceptable
 
NotAcceptable(String, Throwable) - Constructor for exception opendap.http.error.NotAcceptable
 
NotAcceptable(Throwable) - Constructor for exception opendap.http.error.NotAcceptable
 
notFound() - Method in exception opendap.bes.BESError
 
notFound() - Method in class opendap.dap4.Dap4Error
 
NotFound - Exception in opendap.http.error
The server has not found anything matching the Request-URI.
NotFound(String) - Constructor for exception opendap.http.error.NotFound
 
NotFound(String, Exception) - Constructor for exception opendap.http.error.NotFound
 
NotFound(String, Throwable) - Constructor for exception opendap.http.error.NotFound
 
NotFound(Throwable) - Constructor for exception opendap.http.error.NotFound
 
NS - Static variable in class opendap.namespaces.DAP4
 
NS - Static variable in class opendap.namespaces.DublinCore
 
NS - Static variable in class opendap.namespaces.NCML
 
NS - Class in opendap.namespaces
Created by IntelliJ IDEA.
NS() - Constructor for class opendap.namespaces.NS
 
NS - Static variable in class opendap.namespaces.SOAP
 
NS - Static variable in class opendap.namespaces.THREDDS
 
NS - Static variable in class opendap.namespaces.XLINK
 
NS - Static variable in class opendap.namespaces.XML
 
NS - Static variable in class opendap.threddsHandler.XLINK
 

O

OlfsControlApi - Class in opendap.hai
Created by IntelliJ IDEA.
OlfsControlApi(String) - Constructor for class opendap.hai.OlfsControlApi
 
opendap.aggregation - package opendap.aggregation
 
opendap.bes - package opendap.bes
This package contains the classes associated with the BES enabled implementations of the OPeNDAP Lightweight Front-end Server (OLFS) dispatch handlers.
opendap.bes.dap2Responders - package opendap.bes.dap2Responders
 
opendap.bes.dap4Responders - package opendap.bes.dap4Responders
 
opendap.bes.dap4Responders.DataResponse - package opendap.bes.dap4Responders.DataResponse
 
opendap.bes.dap4Responders.DatasetMetadata - package opendap.bes.dap4Responders.DatasetMetadata
 
opendap.bes.dap4Responders.DatasetServices - package opendap.bes.dap4Responders.DatasetServices
 
opendap.bes.dap4Responders.Iso19115 - package opendap.bes.dap4Responders.Iso19115
 
opendap.coreServlet - package opendap.coreServlet
 
opendap.dap - package opendap.dap
 
opendap.dap4 - package opendap.dap4
 
opendap.gateway - package opendap.gateway
 
opendap.hai - package opendap.hai
 
opendap.http.error - package opendap.http.error
 
opendap.http.mediaTypes - package opendap.http.mediaTypes
 
opendap.io - package opendap.io
 
opendap.logging - package opendap.logging
 
opendap.namespaces - package opendap.namespaces
 
opendap.nciso - package opendap.nciso
 
opendap.ncml - package opendap.ncml
 
opendap.ppt - package opendap.ppt
 
opendap.services - package opendap.services
 
opendap.threddsHandler - package opendap.threddsHandler
 
opendap.viewers - package opendap.viewers
 
opendap.w10n - package opendap.w10n
 
opendap.webstart - package opendap.webstart
 
opendap.xml - package opendap.xml
 
OPeNDAPClient - Class in opendap.ppt
OpenDAPClient is an object that handles the connection to, sending requests to, and receiving response from a specified OpenDAP server running either on this machine or another machine.
OPeNDAPClient() - Constructor for class opendap.ppt.OPeNDAPClient
Creates a OpenDAPClient to handle OpenDAP requests.
OPeNDAPException - Exception in opendap.coreServlet
Wraps the Exception class so that it can be serialized as a DAP2 error object.
OPeNDAPException() - Constructor for exception opendap.coreServlet.OPeNDAPException
Construct an empty OPeNDAPException.
OPeNDAPException(String) - Constructor for exception opendap.coreServlet.OPeNDAPException
Construct a OPeNDAPException.
OPeNDAPException(String, Throwable) - Constructor for exception opendap.coreServlet.OPeNDAPException
Construct a OPeNDAPException.
OPeNDAPException(Throwable) - Constructor for exception opendap.coreServlet.OPeNDAPException
Construct a OPeNDAPException.
OPeNDAPException(int, String) - Constructor for exception opendap.coreServlet.OPeNDAPException
Construct a OPeNDAPException with the given message.
OpendapHttpDispatchHandler - Interface in opendap.coreServlet
Implmentations of this interface may plugged into the DispatchServlet_OLD (via the web.xml file) to provide specific Server responses to HTTP GET requests.
OpendapMimeHeaders - Interface in opendap.coreServlet
User: ndp Date: Apr 20, 2007 Time: 10:18:02 AM
openThreadCache() - Static method in class opendap.coreServlet.RequestCache
 

P

PersistentContentHandler - Class in opendap.coreServlet
Provides methods for detecting the presence of the peristent content directory and moving an initial copy of the persistent content to that directory if it does not already exist.
PersistentContentHandler() - Constructor for class opendap.coreServlet.PersistentContentHandler
 
PPT_COMPLETE_DATA_TRANSMITION - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPT_EXIT_NOW - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPT_PROTOCOL_UNDEFINED - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPTCLIENT_REQUEST_AUTHPORT - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPTCLIENT_TESTING_CONNECTION - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPTEndOfStreamException - Exception in opendap.ppt
Created with IntelliJ IDEA.
PPTEndOfStreamException(String) - Constructor for exception opendap.ppt.PPTEndOfStreamException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTEndOfStreamException(String, Throwable) - Constructor for exception opendap.ppt.PPTEndOfStreamException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTEndOfStreamException(Throwable) - Constructor for exception opendap.ppt.PPTEndOfStreamException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTException - Exception in opendap.ppt
Exception used with DODS client and server request handline.
PPTException(String) - Constructor for exception opendap.ppt.PPTException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTException(String, Throwable) - Constructor for exception opendap.ppt.PPTException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTException(Throwable) - Constructor for exception opendap.ppt.PPTException
Exception used with OPeNDAP client and server request handling where the msg passed to the constructor represents the error that has occurred in handling the OPeNDAP request.
PPTSERVER_CONNECTION_OK - Static variable in class opendap.ppt.PPTSessionProtocol
 
PPTSessionProtocol - Class in opendap.ppt
 
PPTSessionProtocol() - Constructor for class opendap.ppt.PPTSessionProtocol
 
preloadBes() - Static method in class opendap.ncml.NcmlManager
 
print(PrintWriter) - Method in exception opendap.coreServlet.OPeNDAPException
Print the DAP2 Error object on the given PrintWriter.
print(OutputStream) - Method in exception opendap.coreServlet.OPeNDAPException
Print the DAP2 Error object on the given OutputStream.
print(PrintWriter) - Method in exception opendap.dap.Dap2Error
Print the Error message on the given PrintWriter.
print(OutputStream) - Method in exception opendap.dap.Dap2Error
Print the Error message on the given OutputStream.
print(OutputStream) - Method in class opendap.dap4.Dap4Error
 
printDDXDocuments(PrintStream, String, boolean) - Method in class opendap.threddsHandler.ThreddsCatalogUtil
 
printMemoryReport(PrintWriter) - Static method in class opendap.coreServlet.Util
 
printSystemProperties(PrintWriter) - Static method in class opendap.coreServlet.Util
************************************************************************
printUsage(PrintStream) - Static method in class opendap.xml.Transformer
 
probeRequest(HttpServlet, HttpServletRequest) - Static method in class opendap.coreServlet.ServletUtil
************************************************************************ This is a bit of instrumentation that I kept around to let me look at the state of the incoming HttpServletRequest from the client.
probeServlet(HttpServlet) - Static method in class opendap.coreServlet.ServletUtil
 
probeServletConfig(ServletConfig) - Static method in class opendap.coreServlet.ServletUtil
 
probeServletContext(ServletContext) - Static method in class opendap.coreServlet.ServletUtil
 
processBesCommand(HashMap<String, String>, boolean) - Method in class opendap.hai.BesControlApi
 
processChunk(OutputStream, OutputStream) - Method in class opendap.io.SpeedyChunkedInputStream
 
processOlfsCommand(HashMap<String, String>) - Method in class opendap.hai.OlfsControlApi
 
processQuery(HttpServletRequest) - Static method in class opendap.hai.Util
 
processStatus(String) - Method in class opendap.hai.BesControlApi
 
purgeInheritedMetadata(String) - Static method in class opendap.threddsHandler.InheritedMetadataManager
Purge all of the inherited metadata in the inventory that was extracted from the catalog associated with catalogKey.
purgeNcmlDatasets(Catalog) - Static method in class opendap.ncml.NcmlManager
 
put(String, Object) - Static method in class opendap.coreServlet.RequestCache
 
putIfAbsent(String, Object) - Static method in class opendap.coreServlet.RequestCache
 

Q

QueryParameters - Class in opendap.dap4
User: ndp Date: 1/27/14 Time: 2:42 PM To change this template use File | Settings | File Templates.
QueryParameters() - Constructor for class opendap.dap4.QueryParameters
 
QueryParameters(HttpServletRequest) - Constructor for class opendap.dap4.QueryParameters
 

R

RDF - Class in opendap.bes.dap2Responders
 
RDF(String, BesApi) - Constructor for class opendap.bes.dap2Responders.RDF
 
RDF(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.RDF
 
RDF(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.RDF
 
RdfDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
Created by IntelliJ IDEA.
RdfDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
RdfDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
RdfDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
read() - Method in class opendap.dap.Dap2HeaderInputStream
Reads a single byte of data
read(byte[], int, int) - Method in class opendap.dap.Dap2HeaderInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
readChunk() - Method in class opendap.io.SpeedyChunkedInputStream
 
readChunkedMessage(OutputStream, OutputStream) - Method in class opendap.io.ChunkedInputStream
Reads a chunked message from the underlying InputStream and transmits to the passed OutputStream, dstream.
readChunkedMessage(OutputStream, OutputStream) - Method in class opendap.io.SpeedyChunkedInputStream
Reads a chunked message from the underlying InputStream and transmits to the passed OutputStream, dstream.
readChunkHeader(InputStream, byte[], int) - Static method in class opendap.io.Chunk
Reads a chunk header into the passed byte buffer begining at location off.
readChunkHeader() - Method in class opendap.io.ChunkedInputStream
Reads the next chunk header.
readChunkHeader() - Method in class opendap.io.SpeedyChunkedInputStream
Reads the next chunk header.
readFileAsString(File) - Static method in class opendap.coreServlet.DocServlet
 
readFileAsString(String) - Static method in class opendap.coreServlet.DocServlet
 
readFileAsString(String) - Static method in class opendap.coreServlet.HttpResponder
 
readFileAsString(String) - Static method in class opendap.webstart.JwsHandler
 
registerService(Element) - Static method in class opendap.dap.DatasetServices
 
reloadTransformIfRequired() - Method in class opendap.xml.Transformer
 
remainingCapacity() - Method in class opendap.bes.ConcurrentRing
 
RemoteHttpCatalog - Class in opendap.threddsHandler
User: ndp Date: Dec 30, 2008 Time: 12:13:45 PM
RemoteHttpCatalog(String, String, String, boolean) - Constructor for class opendap.threddsHandler.RemoteHttpCatalog
 
remove(Object) - Method in class opendap.bes.ConcurrentRing
 
remove() - Method in class opendap.bes.ConcurrentRing
 
removeAll(Collection<?>) - Method in class opendap.bes.ConcurrentRing
 
removeRequestSuffixFromString(String) - Method in class opendap.dap.DapResponder
 
report(PrintStream) - Static method in class opendap.logging.Timer
 
report() - Static method in class opendap.logging.Timer
 
ReqInfo - Class in opendap.coreServlet
Provides utility methods that perform "analysis" of the user request and return important componet strings for the OPeNDAP servlet.
ReqInfo() - Constructor for class opendap.coreServlet.ReqInfo
 
Request - Class in opendap.dap
Created by IntelliJ IDEA.
Request(HttpServlet, HttpServletRequest) - Constructor for class opendap.dap.Request
 
RequestCache - Class in opendap.coreServlet
User: ndp Date: Nov 19, 2008 Time: 11:19:36 AM
RequestCache() - Constructor for class opendap.coreServlet.RequestCache
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.bes.BesDapDispatcher
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.bes.BESThreddsDispatchHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.bes.DirectoryDispatchHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.bes.FileDispatchHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.bes.VersionDispatchHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.coreServlet.BotBlocker
 
requestCanBeHandled(HttpServletRequest) - Method in interface opendap.coreServlet.DispatchHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.coreServlet.NoPostHandler
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.nciso.IsoDispatchHandler
Deprecated.
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.nciso.RubricDispatchHandler
Deprecated.
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.ncml.NcmlFileDispatcher
Deprecated.
 
requestCanBeHandled(HttpServletRequest) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
requestDispatch(HttpServletRequest, HttpServletResponse, boolean) - Method in class opendap.bes.BesDapDispatcher
 
requestDispatch(HttpServletRequest, HttpServletResponse, boolean) - Method in class opendap.gateway.DispatchHandler
 
requestDispatch(HttpServletRequest, HttpServletResponse, boolean) - Method in class opendap.ncml.NcmlDatasetDispatcher
 
requestForOpendapContents(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
Evaluates the request and returns TRUE if it is determined that the request is for an OPeNDAP directory view.
requestForTHREDDSCatalog(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
Evaluates the request and returns TRUE if it is determined that the request is for an THREDDS directory view.
requestSuffix - Variable in class opendap.dap.DapResponder
 
reset() - Static method in class opendap.logging.Timer
 
ResourceInfo - Interface in opendap.coreServlet
User: ndp Date: Nov 15, 2006 Time: 5:24:06 PM
respondToHttpGetRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
respondToHttpGetRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.HttpResponder
 
respondToHttpGetRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.gateway.GatewayForm
 
respondToHttpGetRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.BesControlApi
 
respondToHttpGetRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.OlfsControlApi
 
respondToHttpPostRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.coreServlet.HttpResponder
 
respondToHttpPostRequest(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.BesControlApi
 
retainAll(Collection<?>) - Method in class opendap.bes.ConcurrentRing
 
returnClient(OPeNDAPClient, boolean) - Method in class opendap.bes.BES
When a piece of code is done using an OPeNDAPClient, it should return it to the pool using this method.
rfc1123DateFormat - Static variable in class opendap.coreServlet.HttpDate
Time format string representing a date based on RFC 1123.
rfc850DateFormat - Static variable in class opendap.coreServlet.HttpDate
Time format string representing a date based on RFC 1123.
RFC_1123 - Static variable in class opendap.coreServlet.HttpDate
Indicates to getHttpDate() to use RFC-1123 date format when returning the string representation of a date.
RFC_850 - Static variable in class opendap.coreServlet.HttpDate
Indicates to getHttpDate() to use RFC-850 date format when returning the string representation of a date.
RubricDispatchHandler - Class in opendap.nciso
Deprecated. 
RubricDispatchHandler() - Constructor for class opendap.nciso.RubricDispatchHandler
Deprecated.
 

S

SCHEMA_LOCATION_BASE - Static variable in class opendap.namespaces.SOAP
 
score - Variable in class opendap.bes.dap4Responders.MediaType
 
Scrub - Class in opendap.coreServlet
User: ndp Date: Aug 14, 2007 Time: 3:28:03 PM
Scrub() - Constructor for class opendap.coreServlet.Scrub
 
send_w10n_response(HttpServletRequest, HttpServletResponse) - Method in class opendap.w10n.W10nResponder
Handles all w10n service activity.
sendASCII(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
-------------------------------------------------------------------------------- Default handler for OPeNDAP ascii requests.
sendDAP2Data(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
------------------------------------------------------------------------------

Handles the client's data request.

sendDAS(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
Handles the client's DAS request.
sendDDS(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
------------------------------------------------------------------------------

Handles the client's DDS request.

sendDDX(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
Handles the client's DDX request.
sendErrorResponse(String, String, HttpServletResponse) - Method in exception opendap.bes.BESError
 
sendErrorResponse(String, String, HttpServletResponse) - Method in class opendap.dap4.Dap4Error
 
sendFile(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.FileDispatchHandler
 
sendFile(HttpServletRequest, HttpServletResponse) - Method in class opendap.w10n.W10nResponder
Transmits a non-data file from the BES to the requesting client.
sendHTMLRequestForm(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
 
sendHttpErrorResponse(int, String, String, HttpServletResponse) - Method in class opendap.coreServlet.HttpResponder
 
sendHttpErrorResponse(int, String, String, String, HttpServletResponse) - Static method in class opendap.coreServlet.HttpResponder
 
sendInfo(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapHttpDispatchHandler
************************************************************************ Handle OPeNDAP .info requests.
sendLicenseExpiredPage(HttpServletRequest, HttpServletResponse) - Static method in class opendap.coreServlet.LicenseManager
 
sendNcmlToBes(String, Element) - Static method in class opendap.ncml.NcmlManager
 
sendNetCDF_3(W10nRequest, int, HttpServletResponse) - Method in class opendap.w10n.W10nResponder
Utilizes the BesApi and the BES fileout_netcdf handler to transmit the requested variable as NetCDF-3 encoded data.
sendNetCDF_4(W10nRequest, int, HttpServletResponse) - Method in class opendap.w10n.W10nResponder
Utilizes the BesApi and the BES fileout_netcdf handler to transmit the requested variable as NetCDF-4 encoded data.
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Ascii
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.CsvData
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Dap2Data
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.DAS
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.DatasetHtmlForm
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.DatasetInfoHtmlPage
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.DDS
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.DDX
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.GeoTiff
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.GmlJpeg2000
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Ijson
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Iso19115
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Iso19115Rubric
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Json
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Netcdf3
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.Netcdf4
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.RDF
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap2Responders.XmlData
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.CsvDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.GeoTiffDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.GmlJpeg2000DR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.IjsonDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.JsonDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf3DR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.Netcdf4DR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.NormativeDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DataResponse.XmlDR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.HtmlDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.IjsonDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.JsonDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.NormativeDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetServices.HtmlDSR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetServices.NormativeDSR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.FileAccess
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.Iso19115.IsoDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.Iso19115.IsoRubricDMR
 
sendNormativeRepresentation(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.dap4Responders.Version
 
sendRdfErrorResponse(Exception, String, String, HttpServletResponse) - Method in class opendap.bes.dap2Responders.RDF
 
sendRdfErrorResponse(Exception, String, String, HttpServletResponse) - Method in class opendap.bes.dap4Responders.DatasetMetadata.RdfDMR
 
sendRequest(String) - Method in class opendap.ppt.NewPPTClient
 
sendRequest(Document, OutputStream, OutputStream) - Method in class opendap.ppt.OPeNDAPClient
Sends a single XML request document.
sendSystemProperties(HttpServletRequest, HttpServletResponse, PrintWriter) - Static method in class opendap.coreServlet.Util
************************************************************************ Default handler for OPeNDAP status requests; not publically availableInChunk, used only for debugging
sendSystemProperties(HttpServletRequest, HttpServletResponse, PrintStream) - Static method in class opendap.coreServlet.Util
************************************************************************ Default handler for OPeNDAP status requests; not publically availableInChunk, used only for debugging
sendThreddsCatalogResponse(HttpServletRequest, HttpServletResponse) - Method in class opendap.threddsHandler.StaticCatalogDispatch
 
sendVersion(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.VersionDispatchHandler
************************************************************************ Default handler for the client's version request.
sendXMLRequest(Document) - Method in class opendap.ppt.NewPPTClient
 
serverConnectionOk() - Method in interface opendap.io.ChunkProtocol
 
serverConnectionOk() - Method in class opendap.ppt.PPTSessionProtocol
 
serverProtocolUndefined() - Method in interface opendap.io.ChunkProtocol
 
serverProtocolUndefined() - Method in class opendap.ppt.PPTSessionProtocol
 
service(HttpServletRequest, HttpServletResponse) - Method in class opendap.hai.DispatchServlet
This override checks to see if we are in secure mode and if not send a forbidden error.
SERVICE - Static variable in class opendap.namespaces.THREDDS
 
Service - Interface in opendap.services
Created with IntelliJ IDEA.
ServicesRegistry - Class in opendap.services
Created by IntelliJ IDEA.
ServicesRegistry() - Constructor for class opendap.services.ServicesRegistry
 
ServletUtil - Class in opendap.coreServlet
 
ServletUtil() - Constructor for class opendap.coreServlet.ServletUtil
 
set(String, boolean) - Static method in class opendap.coreServlet.Debug
 
setAdminPort(String) - Method in class opendap.bes.BESConfig
 
setAdminPort(int) - Method in class opendap.bes.BESConfig
 
setAllowDirectDataSourceAccess(boolean) - Method in class opendap.bes.dap4Responders.FileAccess
 
setAsync(String) - Method in class opendap.dap4.QueryParameters
 
setBesApi(BesApi) - Method in class opendap.bes.BesDapDispatcher
 
setBesApi(BesApi) - Method in class opendap.bes.BesDapResponder
 
setBesName(String) - Method in class opendap.bes.BESConfig
 
setCe(String) - Method in class opendap.dap4.QueryParameters
 
setChunkType(int) - Method in class opendap.io.ChunkedOutputStream
 
setChunkTypeToDATA() - Method in class opendap.io.ChunkedOutputStream
 
setChunkTypeToEXTENSION() - Method in class opendap.io.ChunkedOutputStream
 
setCombinedRequestSuffixRegex(String) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
setConfig(String) - Method in class opendap.bes.BesConfigurationModule
 
setConfiguration(String, String) - Method in class opendap.bes.BES
 
setContainerElement(String, String, String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
setContext(String) - Method in class opendap.dap4.Dap4Error
 
setContextElement(String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
setDestination(Destination) - Method in class opendap.xml.Transformer
 
setDestination(Transformer) - Method in class opendap.xml.Transformer
 
setErrorCode(int) - Method in exception opendap.coreServlet.OPeNDAPException
Sets the error code.
setErrorCode(int) - Method in exception opendap.dap.Dap2Error
Sets the error code.
setErrorMessage(String) - Method in exception opendap.coreServlet.OPeNDAPException
Sets the error message.
setErrorMessage(String) - Method in exception opendap.dap.Dap2Error
Sets the error message.
setFunc(String) - Method in class opendap.dap4.QueryParameters
 
setHost(String) - Method in class opendap.bes.BESConfig
 
setHttpCode(int) - Method in class opendap.dap4.Dap4Error
 
setHttpCode(String) - Method in class opendap.dap4.Dap4Error
 
setID(String) - Method in class opendap.ppt.OPeNDAPClient
 
setImportXMLParameter(String, String) - Method in class opendap.xml.Transformer
 
setIsEnabled(boolean) - Method in class opendap.bes.BES.BesLogger
 
setIsStoreResultRequest(boolean) - Method in class opendap.dap4.QueryParameters
 
setLoggerState(String, String) - Method in class opendap.bes.BES
 
setLogLevel(String, String) - Method in class opendap.hai.OlfsControlApi
 
setMaxClients(String) - Method in class opendap.bes.BESConfig
 
setMaxClients(int) - Method in class opendap.bes.BESConfig
 
setMaxCommands(int) - Method in class opendap.bes.BESConfig
 
setMaxPostBodyLength(int) - Static method in class opendap.coreServlet.ReqInfo
 
setMaxResponseSize(String) - Method in class opendap.bes.BESConfig
 
setMaxResponseSize(int) - Method in class opendap.bes.BESConfig
 
setMessage(String) - Method in class opendap.dap4.Dap4Error
 
setName(String) - Method in class opendap.bes.BES.BesLogger
 
setName(String) - Method in class opendap.bes.BesConfigurationModule
 
setName(String) - Method in class opendap.bes.dap4Responders.MediaType
 
setNickName(String) - Method in class opendap.bes.BES
 
setNormativeMediaType(MediaType) - Method in class opendap.bes.dap4Responders.Dap4Responder
 
setOpendapMimeHeaders(HttpServletRequest, HttpServletResponse, BesApi) - Static method in class opendap.bes.Version
Adds the response HTTP headers with the OPeNDAP version content.
setOpendapMimeHeaders(HttpServletRequest, HttpServletResponse) - Method in interface opendap.coreServlet.OpendapMimeHeaders
 
setOtherInformation(String) - Method in class opendap.dap4.Dap4Error
 
setOutputStream(OutputStream) - Method in class opendap.xml.Transformer
 
setParameter(QName, XdmValue) - Method in class opendap.xml.Transformer
 
setParameter(String, String) - Method in class opendap.xml.Transformer
 
setParameter(String, XdmNode) - Method in class opendap.xml.Transformer
 
setPathPrefix(String) - Method in class opendap.coreServlet.HttpResponder
 
setPort(String) - Method in class opendap.bes.BESConfig
 
setPort(int) - Method in class opendap.bes.BESConfig
 
setPrefix(String) - Method in class opendap.bes.BESConfig
 
setPreloadBes(boolean) - Static method in class opendap.ncml.NcmlManager
 
setProcessor(Processor) - Method in class opendap.xml.Transformer
 
setProgramSource(String) - Method in exception opendap.dap.Dap2Error
Sets the program source.
setProgramType(int) - Method in exception opendap.dap.Dap2Error
Sets the program type.
setRequestMatchRegex(String) - Method in class opendap.coreServlet.HttpResponder
 
setRequestSuffix(String) - Method in class opendap.dap.DapResponder
 
setReturnMediaType(MediaType) - Method in exception opendap.bes.BESError
 
setScore(double) - Method in class opendap.bes.dap4Responders.MediaType
 
setServiceDescription(String) - Method in class opendap.dap.DapResponder
 
setServiceDescriptionLink(String) - Method in class opendap.dap.DapResponder
 
setServiceRoleId(String) - Method in class opendap.dap.DapResponder
 
setServiceTitle(String) - Method in class opendap.dap.DapResponder
 
setSource(Source) - Method in class opendap.xml.Transformer
 
setStoreResultRequestServiceUrl(String) - Method in class opendap.dap4.QueryParameters
 
setTimeOut(String) - Method in class opendap.bes.BESConfig
 
setTimeOut(int) - Method in class opendap.bes.BESConfig
 
setUp() - Method in class opendap.aggregation.AggregationParamsTest
 
setUp() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
showCatalogRequest(String) - Method in class opendap.bes.dap2Responders.BesApi
 
showConnectionProperties() - Method in class opendap.ppt.NewPPTClient
 
showConnectionProperties() - Method in class opendap.ppt.OPeNDAPClient
 
showInfoRequest(String) - Method in class opendap.bes.dap2Responders.BesApi
 
showPathInfoRequestElement(String) - Method in class opendap.bes.dap2Responders.BesApi
 
showRequest(HttpServletRequest, long) - Static method in class opendap.coreServlet.ServletUtil
Writes information about the incomming request to a String.
showRequestDocument(String, String) - Method in class opendap.bes.dap2Responders.BesApi
 
showSession(HttpSession) - Static method in class opendap.coreServlet.ServletUtil
 
showVersionRequest() - Method in class opendap.bes.dap2Responders.BesApi
 
shutdown() - Static method in class opendap.bes.BESManager
 
shutdownClient() - Method in class opendap.ppt.OPeNDAPClient
Closes the connection to the Back End Server and closes the output stream.
shutdownClient(boolean) - Method in class opendap.ppt.OPeNDAPClient
Closes the connection to the Back End Server and closes the output stream.
simpleQueryString(String) - Static method in class opendap.coreServlet.Scrub
 
simpleString(String) - Static method in class opendap.coreServlet.Scrub
 
size() - Method in class opendap.bes.ConcurrentRing
 
size() - Method in class opendap.bes.CyclicGroup
 
SIZE_BIT_MASK - Static variable in class opendap.io.Chunk
 
skip(long) - Method in class opendap.dap.Dap2HeaderInputStream
Skips over and discards n bytes of data from the input stream.
SOAP - Class in opendap.namespaces
Created by IntelliJ IDEA.
SOAP() - Constructor for class opendap.namespaces.SOAP
 
SOAPRequestDispatcher - Class in opendap.coreServlet
Created by IntelliJ IDEA.
SOAPRequestDispatcher() - Constructor for class opendap.coreServlet.SOAPRequestDispatcher
 
sourceExists() - Method in class opendap.bes.BESResource
 
sourceExists() - Method in interface opendap.coreServlet.ResourceInfo
 
sourceExists() - Method in class opendap.gateway.GatewayDatasetInfo
 
sourceExists() - Method in class opendap.ncml.NcmlDatasetInfo
 
sourceIsAccesible() - Method in class opendap.bes.BESResource
 
sourceIsAccesible() - Method in interface opendap.coreServlet.ResourceInfo
 
sourceIsAccesible() - Method in class opendap.gateway.GatewayDatasetInfo
 
sourceIsAccesible() - Method in class opendap.ncml.NcmlDatasetInfo
 
SpecialRequestDispatchHandler - Class in opendap.coreServlet
Deprecated. 
SpecialRequestDispatchHandler() - Constructor for class opendap.coreServlet.SpecialRequestDispatchHandler
Deprecated.
 
SpeedyChunkedInputStream - Class in opendap.io
User: ndp Date: Dec 19, 2007 Time: 9:14:01 AM
SpeedyChunkedInputStream(InputStream, ChunkProtocol) - Constructor for class opendap.io.SpeedyChunkedInputStream
Wraps an input stream and interprets it as a chunked stream.
SpeedyChunkedInputStream(InputStream) - Constructor for class opendap.io.SpeedyChunkedInputStream
Wraps an input stream and interprets it as a chunked stream.
start() - Method in class opendap.bes.BES
 
start() - Static method in class opendap.logging.Timer
 
startClient(String, int, int) - Method in class opendap.ppt.OPeNDAPClient
Connect the OpenDAP client to the OpenDAP server.
StaticCatalogDispatch - Class in opendap.threddsHandler
Provides Dispatch Services for the XSLT based THREDDS catalog Handler.
StaticCatalogDispatch() - Constructor for class opendap.threddsHandler.StaticCatalogDispatch
 
status() - Method in exception opendap.http.error.HttpError
 
STATUS_EXTENSION - Static variable in class opendap.io.Chunk
 
stop(String) - Static method in class opendap.logging.Timer
 
stopNice(long) - Method in class opendap.bes.BES
 
stopNow() - Method in class opendap.bes.BES
 
STORE_RESULT - Static variable in class opendap.dap4.QueryParameters
 
STORE_RESULT_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
STREAM - Static variable in class opendap.bes.dap2Responders.BesApi
 
streamToString(InputStream) - Static method in class opendap.coreServlet.HttpResponder
 
stringToHex(String) - Static method in class opendap.gateway.HexAsciiEncoder
 
stringToHex(InputStream, OutputStream) - Static method in class opendap.gateway.HexAsciiEncoder
 
syntax() - Method in exception opendap.bes.BESError
 

T

take() - Method in class opendap.bes.ConcurrentRing
 
TCL_PROGRAM - Static variable in exception opendap.dap.Dap2Error
This Error contains TCL code.
tearDown() - Method in class opendap.aggregation.AggregationParamsTest
 
tearDown() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
test() - Method in class opendap.coreServlet.Scrub
 
test() - Static method in class opendap.gateway.HexAsciiEncoder
 
testGetCE() - Method in class opendap.aggregation.AggregationParamsTest
 
testGetCE_bbox_version() - Method in class opendap.aggregation.AggregationParamsTest
 
testGetCE_simple_tabular() - Method in class opendap.aggregation.AggregationParamsTest
 
testGetCE_tabular_bbox_version() - Method in class opendap.aggregation.AggregationParamsTest
 
testGetFilename() - Method in class opendap.aggregation.AggregationParamsTest
 
testGetFileNumber() - Method in class opendap.aggregation.AggregationParamsTest
 
testWrite() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWrite_1() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWrite_2() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWrite_3() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWriteArray() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWriteArray_1() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
testWriteArray_2() - Method in class opendap.aggregation.FilterAsciiHeaderStreamTest
 
THREDDS - Class in opendap.namespaces
User: ndp Date: Apr 18, 2008 Time: 7:06:27 PM
THREDDS() - Constructor for class opendap.namespaces.THREDDS
 
ThreddsCatalogUtil - Class in opendap.threddsHandler
This class is a thredds catalog utility.
ThreddsCatalogUtil() - Constructor for class opendap.threddsHandler.ThreddsCatalogUtil
Constructor.
ThreddsCatalogUtil.SERVICE - Enum in opendap.threddsHandler
 
ThreddsCatalogUtil.threddsCrawlerEnumeration - Class in opendap.threddsHandler
Implements a modified depth-first traversal of a thredds catalog.
Timer - Class in opendap.logging
This Timer is NOT thread safe.
Timer() - Constructor for class opendap.logging.Timer
 
TITLE - Static variable in class opendap.threddsHandler.XLINK
 
toArray() - Method in class opendap.bes.BesGroup
 
toArray() - Method in class opendap.bes.ConcurrentRing
 
toArray(E[]) - Method in class opendap.bes.ConcurrentRing
 
toArray() - Method in class opendap.bes.CyclicGroup
 
toArray(E[]) - Method in class opendap.bes.CyclicGroup
 
toString() - Method in class opendap.bes.BES
 
toString() - Method in class opendap.bes.BESConfig
 
toString() - Method in class opendap.bes.BESResource
 
toString() - Method in class opendap.bes.ConcurrentRing
 
toString() - Method in class opendap.bes.dap4Responders.MediaType
 
toString(HttpServletRequest) - Static method in class opendap.coreServlet.ReqInfo
 
toString(HttpServlet) - Static method in class opendap.coreServlet.ServletUtil
 
toString() - Method in class opendap.dap4.Dap4Error
 
toString() - Method in class opendap.io.Chunk
 
toString() - Method in class opendap.io.ChunkedOutputStream
 
toString() - Method in class opendap.threddsHandler.CatalogManager
 
toString() - Method in class opendap.viewers.GodivaWebService
 
toString() - Method in class opendap.viewers.NcWmsService
 
transform(Source, StreamSource, OutputStream) - Method in class opendap.xml.Transformer
 
transform(Source, StreamSource) - Static method in class opendap.xml.Transformer
 
transform(XdmNode, OutputStream) - Method in class opendap.xml.Transformer
 
transform(Source, OutputStream) - Method in class opendap.xml.Transformer
 
transform() - Method in class opendap.xml.Transformer
 
transform(Source) - Method in class opendap.xml.Transformer
 
transform(String) - Method in class opendap.xml.Transformer
 
Transformer - Class in opendap.xml
User: ndp Date: Apr 23, 2008 Time: 9:22:11 AM
Transformer(String) - Constructor for class opendap.xml.Transformer
 
Transformer(Processor, String) - Constructor for class opendap.xml.Transformer
 
Transformer(StreamSource) - Constructor for class opendap.xml.Transformer
 
trimPrefix(String) - Method in class opendap.bes.BES
 

U

Unauthorized - Exception in opendap.http.error
The request requires user authentication.
Unauthorized(String) - Constructor for exception opendap.http.error.Unauthorized
 
Unauthorized(String, Exception) - Constructor for exception opendap.http.error.Unauthorized
 
Unauthorized(String, Throwable) - Constructor for exception opendap.http.error.Unauthorized
 
Unauthorized(Throwable) - Constructor for exception opendap.http.error.Unauthorized
 
UNDEFINED_ERROR - Static variable in exception opendap.coreServlet.OPeNDAPException
Undefined error.
UNDEFINED_ERROR - Static variable in exception opendap.dap.Dap2Error
Undefined error.
UNDEFINED_PROG_TYPE - Static variable in exception opendap.dap.Dap2Error
Undefined program type.
UNKNOWN_ERROR - Static variable in exception opendap.coreServlet.OPeNDAPException
Unknown error.
UNKNOWN_ERROR - Static variable in exception opendap.dap.Dap2Error
Unknown error.
uriInfo(URI) - Static method in class opendap.coreServlet.Util
 
urlContent(String) - Static method in class opendap.coreServlet.Scrub
 
urlInfo(URL) - Static method in class opendap.coreServlet.Util
 
useDAP2ResourceUrlResponse() - Static method in class opendap.bes.BesDapDispatcher
 
User - Class in opendap.dap
Created by IntelliJ IDEA.
User(HttpServletRequest) - Constructor for class opendap.dap.User
 
USER_SYNTAX_ERROR - Static variable in exception opendap.bes.BESError
Some part of the (possibly user supplied) syntax of the BES request was incorrrect and could not be handled.
userConfigure() - Method in class opendap.bes.BESConfig
Provides a console interface to initialize (or configure if you will) an OLFSConfig object, which provides BES configuration information to the OLFS.
userConfigure(BESConfig) - Static method in class opendap.bes.BESConfig
Provides a console interface to initialize (or configure if you will) the passed OLFSConfig object, which provides BES configuration information for the OLFS.
usesMemoryCache() - Method in interface opendap.threddsHandler.Catalog
 
usesMemoryCache() - Method in class opendap.threddsHandler.LocalFileCatalog
 
usesMemoryCache() - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
Util - Class in opendap.coreServlet
Some handy servlet sniffing utility methods.
Util() - Constructor for class opendap.coreServlet.Util
 
Util - Class in opendap.hai
Created by IntelliJ IDEA.
Util() - Constructor for class opendap.hai.Util
 
Util - Class in opendap.threddsHandler
User: ndp Date: Apr 19, 2008 Time: 10:47:53 AM
Util() - Constructor for class opendap.threddsHandler.Util
 
Util - Class in opendap.xml
User: ndp Date: Apr 1, 2009 Time: 2:47:01 PM
Util() - Constructor for class opendap.xml.Util
 

V

validateURI(String) - Method in class opendap.xml.Validator
 
Validator - Class in opendap.xml
User: ndp Date: Apr 17, 2008 Time: 10:23:18 AM
Validator() - Constructor for class opendap.xml.Validator
 
valueOf(String) - Static method in enum opendap.threddsHandler.ThreddsCatalogUtil.SERVICE
Returns the enum constant of this type with the specified name.
values() - Static method in enum opendap.threddsHandler.ThreddsCatalogUtil.SERVICE
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in class opendap.namespaces.NCML
 
VARIABLE_AGG - Static variable in class opendap.namespaces.NCML
 
Version - Class in opendap.bes.dap4Responders
Created by IntelliJ IDEA.
Version(String, BesApi) - Constructor for class opendap.bes.dap4Responders.Version
 
Version(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Version
 
Version(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.Version
 
Version - Class in opendap.bes
Contains the Version and UUID information for Hyrax Server.
Version() - Constructor for class opendap.bes.Version
 
versionDispatch(HttpServletRequest, HttpServletResponse, boolean) - Method in class opendap.bes.VersionDispatchHandler
 
VersionDispatchHandler - Class in opendap.bes
User: ndp Date: Apr 19, 2007 Time: 12:23:49 PM
VersionDispatchHandler() - Constructor for class opendap.bes.VersionDispatchHandler
 
ViewersServlet - Class in opendap.viewers
Created by IntelliJ IDEA.
ViewersServlet() - Constructor for class opendap.viewers.ViewersServlet
 

W

W10N - Static variable in class opendap.bes.dap2Responders.BesApi
 
W10N - Class in opendap.namespaces
Created by ndp on 2/12/15.
W10N() - Constructor for class opendap.namespaces.W10N
 
W10N_CALLBACK - Static variable in class opendap.bes.dap2Responders.BesApi
 
W10N_FLATTEN - Static variable in class opendap.bes.dap2Responders.BesApi
 
W10N_META - Static variable in class opendap.bes.dap2Responders.BesApi
 
W10N_NAMESPACE_STRING - Static variable in class opendap.namespaces.W10N
 
W10N_NS - Static variable in class opendap.namespaces.W10N
 
W10N_TRAVERSE - Static variable in class opendap.bes.dap2Responders.BesApi
 
W10nResponder - Class in opendap.w10n
Handles w10n services.
W10nResponder(String) - Constructor for class opendap.w10n.W10nResponder
 
W10nServlet - Class in opendap.w10n
 
W10nServlet() - Constructor for class opendap.w10n.W10nServlet
 
WebServiceHandler - Interface in opendap.viewers
Created with IntelliJ IDEA.
WebStartServlet - Class in opendap.webstart
Created by IntelliJ IDEA.
WebStartServlet() - Constructor for class opendap.webstart.WebStartServlet
 
write(int) - Method in class opendap.bes.DevNull
 
write(String) - Method in class opendap.bes.DevNull
 
write(byte) - Method in class opendap.bes.DevNull
 
write(byte[]) - Method in class opendap.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class opendap.io.ChunkedOutputStream
 
write(int) - Method in class opendap.io.ChunkedOutputStream
Write the specified byte to our output stream.
writeCatalogXML(OutputStream) - Method in interface opendap.threddsHandler.Catalog
 
writeCatalogXML(OutputStream) - Method in class opendap.threddsHandler.LocalFileCatalog
 
writeCatalogXML(OutputStream) - Method in class opendap.threddsHandler.RemoteHttpCatalog
 
writeChunkHeader(OutputStream, int, int) - Static method in class opendap.io.Chunk
Writes a chunk header to the underlying stream.
writeClosingChunkHeader(OutputStream) - Static method in class opendap.io.Chunk
Send closing chunk.
writeConfiguration(OutputStream) - Method in class opendap.bes.BESConfig
 
writeDap2Data(String, String, String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DAP2 data response for the dataSource to the passed stream.
writeDap2DataAsAscii(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the ASCII representation _rawOS the OPeNDAP data response for the dataSource to the passed stream.
writeDap2DataAsGeoTiff(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataAsGmlJpeg2000(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataAsIjsn(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataAsJson(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataAsNetcdf3(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF-3 file out response for the dataSource to the passed stream.
writeDap2DataAsNetcdf4(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF-4 file out response for the dataSource to the passed stream.
writeDap2DataAsW10nJson(String, String, String, String, boolean, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataAsXml(String, String, String, int, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2DataRequestForm(String, String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the HTML data request form (aka the I.F.H.) for the OPeNDAP the dataSource to the passed stream.
writeDap2HtmlInfoPage(String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the OPeNDAP INFO response for the dataSource to the passed stream.
writeDap2MetadataAsIjsn(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2MetadataAsJson(String, String, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap2MetadataAsW10nJson(String, String, String, String, boolean, boolean, String, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4Data(String, QueryParameters, int, String, String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DAP4 Data response for the dataSource to the passed stream.
writeDap4DataAsCsv(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the ASCII representation _rawOS the OPeNDAP data response for the dataSource to the passed stream.
writeDap4DataAsGeoTiff(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4DataAsGmlJpeg2000(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4DataAsIjsn(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4DataAsJson(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4DataAsNetcdf3(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF-3 file out response for the dataSource to the passed stream.
writeDap4DataAsNetcdf4(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF-4 file out response for the dataSource to the passed stream.
writeDap4DataAsXml(String, QueryParameters, int, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4MetadataAsIjsn(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDap4MetadataAsJson(String, QueryParameters, int, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeDAS(String, String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DAS for the dataSource to the passed stream.
writeDDS(String, String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DDS for the dataSource to the passed stream.
writeDDX(String, String, String, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DDX for the dataSource to the passed stream.
writeDMR(String, QueryParameters, String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes an OPeNDAP DAP4 DMR for the dataSource to the passed stream.
writeFile(String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the source data (it is often a file, thus the method name) to the passed stream.
writePathInfoResponse(String, OutputStream, OutputStream) - Method in class opendap.bes.dap2Responders.BesApi
Writes the NetCDF file out response for the dataSource to the passed stream.
writeRawCatalogXML(OutputStream) - Method in interface opendap.threddsHandler.Catalog
 
writeRawCatalogXML(OutputStream) - Method in class opendap.threddsHandler.LocalFileCatalog
 
writeRawCatalogXML(OutputStream) - Method in class opendap.threddsHandler.RemoteHttpCatalog
 

X

XDAP_ACCEPT_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
XLINK - Class in opendap.namespaces
Created by IntelliJ IDEA.
XLINK() - Constructor for class opendap.namespaces.XLINK
 
XLINK - Class in opendap.threddsHandler
User: ndp Date: Apr 18, 2008 Time: 7:10:38 PM
XLINK() - Constructor for class opendap.threddsHandler.XLINK
 
XML - Class in opendap.namespaces
Created by IntelliJ IDEA.
XML() - Constructor for class opendap.namespaces.XML
 
XML_DATA - Static variable in class opendap.bes.dap2Responders.BesApi
 
XML_ERRORS - Static variable in class opendap.bes.dap2Responders.BesApi
 
XMLBASE_CONTEXT - Static variable in class opendap.bes.dap2Responders.BesApi
 
XmlData - Class in opendap.bes.dap2Responders
Created by IntelliJ IDEA.
XmlData(String, BesApi) - Constructor for class opendap.bes.dap2Responders.XmlData
 
XmlData(String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.XmlData
 
XmlData(String, String, String, BesApi) - Constructor for class opendap.bes.dap2Responders.XmlData
 
XmlDMR - Class in opendap.bes.dap4Responders.DatasetMetadata
 
XmlDMR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
XmlDMR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
XmlDMR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DatasetMetadata.XmlDMR
 
XmlDR - Class in opendap.bes.dap4Responders.DataResponse
Created by IntelliJ IDEA.
XmlDR(String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.XmlDR
 
XmlDR(String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.XmlDR
 
XmlDR(String, String, String, BesApi) - Constructor for class opendap.bes.dap4Responders.DataResponse.XmlDR
 
XmlDSR - Class in opendap.bes.dap4Responders.DatasetServices
Created by IntelliJ IDEA.
XmlDSR(String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
XmlDSR(String, String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
XmlDSR(String, String, String, BesApi, NormativeDSR) - Constructor for class opendap.bes.dap4Responders.DatasetServices.XmlDSR
 
xsltDir(HttpServletRequest, HttpServletResponse) - Method in class opendap.bes.DirectoryDispatchHandler
************************************************************************ Handler for OPeNDAP directory requests.

_

_mediaSuffix - Variable in class opendap.bes.dap4Responders.MediaType
 
_mimeType - Variable in class opendap.bes.dap4Responders.MediaType
 
_name - Variable in class opendap.bes.dap4Responders.MediaType
 
_primaryType - Variable in class opendap.bes.dap4Responders.MediaType
 
_ptwc - Variable in class opendap.bes.dap4Responders.MediaType
 
_quality - Variable in class opendap.bes.dap4Responders.MediaType
 
_rawOS - Variable in class opendap.io.ChunkedOutputStream
 
_regexToMatchLastDotSuffixString - Static variable in class opendap.bes.dap2Responders.BesApi
 
_status - Variable in exception opendap.http.error.HttpError
 
_stwc - Variable in class opendap.bes.dap4Responders.MediaType
 
_subType - Variable in class opendap.bes.dap4Responders.MediaType
 
_systemPath - Variable in class opendap.coreServlet.HttpResponder
 
_wildcard - Variable in class opendap.bes.dap4Responders.MediaType
 
A B C D E F G H I J K L M N O P Q R S T U V W X _