| Package | Description |
|---|---|
| thredds.server.config | |
| thredds.server.ncss.controller | |
| thredds.server.ncss.format | |
| thredds.server.ncss.view.dsg | |
| thredds.server.ncss.view.gridaspoint |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FormatsAvailabilityService.isFormatAvailable(SupportedFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected SupportedFormat |
NcssDatasetBoundariesController.getSupportedFormat(NcssParamsBean params,
SupportedOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
static GridAsPointResponder |
GridAsPointResponder.factory(DiskCache2 diskCache,
SupportedFormat format,
OutputStream out) |
org.springframework.http.HttpHeaders |
NcssResponder.getResponseHeaders(FeatureDataset fd,
SupportedFormat format,
String datasetPath) |
org.springframework.http.HttpHeaders |
GridAsPointResponder.getResponseHeaders(FeatureDataset fd,
SupportedFormat format,
String datasetPath) |
void |
NcssResponder.respond(javax.servlet.http.HttpServletResponse res,
FeatureDataset ft,
String requestPathInfo,
NcssParamsBean queryParams,
SupportedFormat format) |
void |
GridAsPointResponder.respond(javax.servlet.http.HttpServletResponse res,
FeatureDataset fd,
String requestPathInfo,
NcssParamsBean queryParams,
SupportedFormat format) |
| Modifier and Type | Method and Description |
|---|---|
SupportedFormat |
SupportedOperation.getDefaultFormat() |
SupportedFormat |
SupportedOperation.getSupportedFormat(String want) |
static SupportedFormat |
SupportedFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedFormat[] |
SupportedFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SupportedFormat> |
SupportedOperation.getSupportedFormats() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpHeaders |
AbstractDsgSubsetWriter.getResponseHeaders(FeatureDataset fd,
SupportedFormat format,
String datasetPath) |
static DsgSubsetWriter |
DsgSubsetWriterFactory.newInstance(FeatureDatasetPoint fdPoint,
NcssParamsBean ncssParams,
DiskCache2 diskCache,
OutputStream out,
SupportedFormat format) |
static DsgSubsetWriter |
DsgSubsetWriterFactory.newPointInstance(FeatureDatasetPoint fdPoint,
NcssParamsBean ncssParams,
DiskCache2 diskCache,
OutputStream out,
SupportedFormat format) |
static DsgSubsetWriter |
DsgSubsetWriterFactory.newStationInstance(FeatureDatasetPoint fdPoint,
NcssParamsBean ncssParams,
DiskCache2 diskCache,
OutputStream out,
SupportedFormat format) |
void |
AbstractDsgSubsetWriter.respond(javax.servlet.http.HttpServletResponse res,
FeatureDataset ft,
String requestPathInfo,
NcssParamsBean queryParams,
SupportedFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static PointDataStream |
PointDataStream.factory(SupportedFormat supportedFormat,
OutputStream outputStream,
DiskCache2 diskCache) |
static PointDataWriter |
PointDataWriterFactory.factory(SupportedFormat wantFormat,
OutputStream outputStream,
DiskCache2 diskCache) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.