Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.client.catalog | |
thredds.wcs.v1_0_0_1 | |
thredds.wcs.v1_0_0_Plus | |
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover | |
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.collection | |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
ucar.unidata.geoloc.projection |
Implementations of coordinate projection transformations.
|
ucar.unidata.geoloc.projection.sat |
Implementations of coordinate projection for satellites.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
ThreddsMetadata.GeospatialCoverage.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
ThreddsMetadata.GeospatialCoverage.setBoundingBox(LatLonRect bb) |
Modifier and Type | Method and Description |
---|---|
LatLonRect |
ThreddsMetadata.GeospatialCoverage.getBoundingBox() |
Constructor and Description |
---|
GeospatialCoverage(LatLonRect bb,
CoordinateAxis1D vaxis) |
Modifier and Type | Method and Description |
---|---|
File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
CalendarDateRange timeRange) |
Modifier and Type | Method and Description |
---|---|
File |
WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
List<String> rangeSubset,
CalendarDateRange timeRange) |
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
TypedDatasetImpl.boundingBox
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
TypedDataset.getBoundingBox()
Deprecated.
|
LatLonRect |
TypedDatasetImpl.getBoundingBox()
Deprecated.
|
LatLonRect |
TrajectoryObsDatatype.getBoundingBox()
Deprecated.
BoundingBox for the trajectory.
|
LatLonRect |
GridCoordSystem.getLatLonBoundingBox()
Get horizontal bounding box in lat, lon coordinates.
|
Modifier and Type | Method and Description |
---|---|
List |
PointCollection.getData(LatLonRect boundingBox)
Deprecated.
Get all data within the specified bounding box.
|
List |
PointCollection.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box, allow user to cancel.
|
List |
PointCollection.getData(LatLonRect boundingBox,
Date start,
Date end)
Deprecated.
Get all data within the specified bounding box and date range.
|
List |
PointCollection.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box and date range, allow user to cancel.
|
List<Range> |
GridCoordSystem.getRangesFromLatLonRect(LatLonRect llbb)
Get Index Ranges for the given lat, lon bounding box.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all the Stations within a bounding box, allow user to cancel.
|
GridDatatype |
GridDatatype.makeSubset(Range t_range,
Range z_range,
LatLonRect bbox,
int z_stride,
int y_stride,
int x_stride)
Create a new GeoGrid that is a logical subset of this GeoGrid.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
GridDataset.getBoundingBox() |
LatLonRect |
GridCoordSys.getLatLonBoundingBox()
Get horizontal bounding box in lat, lon coordinates.
|
static LatLonRect |
GridCoordSys.getLatLonBoundingBox(Projection proj,
double startx,
double starty,
double endx,
double endy) |
Modifier and Type | Method and Description |
---|---|
List<Range> |
GridCoordSys.getLatLonBoundingBox(LatLonRect rect)
Deprecated.
use getRangesFromLatLonRect.
|
List<Range> |
GridCoordSys.getRangesFromLatLonRect(LatLonRect rect)
Get Index Ranges for the given lat, lon bounding box.
|
static void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset
|
void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range,
boolean addLatLon,
int horizStride,
int stride_z,
int stride_time)
Deprecated.
Write a CF compliant Netcdf-3 file from any gridded dataset.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
static void |
CFGridWriter.makeFileVersioned(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange dateRange,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset, as long as it doesnt exceed a certain file size.
|
static long |
CFGridWriter2.makeSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Compute the size of the file without writing
|
GridDatatype |
GeoGrid.makeSubset(Range t_range,
Range z_range,
LatLonRect bbox,
int z_stride,
int y_stride,
int x_stride) |
GeoGrid |
GeoGrid.subset(Range t_range,
Range z_range,
LatLonRect bbox,
int z_stride,
int y_stride,
int x_stride)
Create a new GeoGrid that is a logical subset of this GeoGrid.
|
static long |
CFGridWriter2.writeFile(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter writer)
Write a netcdf/CF file from a GridDataset
|
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
RecordDatasetHelper.boundingBox
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
StationDatasetHelper.getBoundingBox()
Deprecated.
|
static LatLonRect |
UnidataObsDatasetHelper.getBoundingBox(NetcdfDataset ds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List |
RecordDatasetHelper.getData(ArrayList records,
LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
RecordDatasetHelper.getData(ArrayList records,
LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
PointObsDatasetImpl.getData(LatLonRect boundingBox)
Deprecated.
|
List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
PointObsDatasetImpl.getData(LatLonRect boundingBox,
Date start,
Date end)
Deprecated.
|
List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetCollection.getStations(LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox)
Deprecated.
|
List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
RadialCoordSys.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
LatLonRect |
UnidataTrajectoryObsDataset2.getBoundingBox()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
FeatureDatasetImpl.boundingBox |
Modifier and Type | Method and Description |
---|---|
LatLonRect |
StationCollection.getBoundingBox()
Get the bounding box including all the stations.
|
LatLonRect |
PointFeatureCollection.getBoundingBox()
The boundingBox for the FeatureCollection.
|
LatLonRect |
PointFeatureIterator.getBoundingBox()
Get BoundingBox after iteration is finished, if calcBounds was set true
|
LatLonRect |
TrajectoryFeature.getBoundingBox()
BoundingBox for the trajectory.
|
LatLonRect |
FeatureDataset.getBoundingBox()
The boundingBox for the entire dataset.
|
LatLonRect |
FeatureDatasetImpl.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
List<StationFeature> |
StationTimeSeriesFeatureCollection.getStationFeatures(LatLonRect boundingBox) |
List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box.
|
void |
PointFeatureCollection.setBoundingBox(LatLonRect bb)
Set the boundingBox for the FeatureCollection.
|
void |
FeatureDatasetImpl.setBoundingBox(LatLonRect boundingBox) |
ProfileFeatureCollection |
ProfileFeatureCollection.subset(LatLonRect boundingBox)
Subset this collection by boundingBox
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted StationCollection from a LatLonRect
|
NestedPointFeatureCollection |
NestedPointFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
CoverageCS.getLatLonBoundingBox()
Get horizontal bounding box in lat, lon coordinates.
|
Modifier and Type | Method and Description |
---|---|
CoverageCS.Subset |
CoverageCS.makeSubsetFromLatLonRect(LatLonRect llbb)
Get Index Ranges for the given lat, lon bounding box.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
CoverageDatasetImpl.getBoundingBox() |
LatLonRect |
CoverageCSImpl.getLatLonBoundingBox() |
Modifier and Type | Method and Description |
---|---|
CoverageCS.Subset |
CoverageCSImpl.makeSubsetFromLatLonRect(LatLonRect llbb) |
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
PointCollectionImpl.boundingBox |
protected LatLonRect |
RecordDatasetHelper.boundingBox |
Modifier and Type | Method and Description |
---|---|
LatLonRect |
StationHelper.getBoundingBox() |
LatLonRect |
StationTimeSeriesCollectionImpl.getBoundingBox() |
LatLonRect |
PointIteratorAbstract.getBoundingBox() |
LatLonRect |
PointCollectionImpl.getBoundingBox() |
LatLonRect |
StationProfileCollectionImpl.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange) |
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange) |
List<StationFeature> |
StationHelper.getStationFeatures(LatLonRect boundingBox) |
List<StationFeature> |
StationTimeSeriesCollectionImpl.getStationFeatures(LatLonRect boundingBox) |
List<Station> |
StationHelper.getStations(LatLonRect boundingBox) |
List<Station> |
StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox) |
List<Station> |
StationProfileCollectionImpl.getStations(LatLonRect boundingBox) |
void |
PointCollectionImpl.setBoundingBox(LatLonRect bb) |
StationHelper |
StationHelper.subset(LatLonRect bb) |
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(LatLonRect boundingBox) |
StationProfileFeature |
StationProfileFeatureImpl.subset(LatLonRect dateRange) |
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(LatLonRect boundingBox) |
SectionFeatureCollection |
SectionCollectionImpl.subset(LatLonRect boundingBox) |
PointFeatureCollection |
StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
DateRange dateRange) |
Constructor and Description |
---|
Filter(LatLonRect filter_bb,
CalendarDateRange filter_date) |
PointCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
PointDatasetImpl(PointDatasetImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
StationTimeSeriesFeatureCollection |
CompositeStationCollection.subset(LatLonRect boundingBox) |
PointFeatureCollection |
CompositePointCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Constructor and Description |
---|
CompositeStationCollectionFlattened(String name,
DateUnit timeUnit,
String altUnits,
LatLonRect bbSubset,
CalendarDateRange dateRange,
TimedCollection stnCollections) |
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
RemoteStationCollection.boundingBoxSubset |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
RemoteStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(LatLonRect boundingBox) |
Constructor and Description |
---|
PointDatasetRemote(FeatureType wantFeatureType,
String uri,
DateUnit timeUnit,
String altUnits,
List<VariableSimpleIF> vars,
LatLonRect bb,
CalendarDateRange dr) |
Modifier and Type | Method and Description |
---|---|
TrajectoryFeatureCollection |
StandardTrajectoryCollectionImpl.subset(LatLonRect boundingBox) |
ProfileFeatureCollection |
StandardProfileCollectionImpl.subset(LatLonRect boundingBox) |
Modifier and Type | Method and Description |
---|---|
static LatLonRect |
UnidataPointDatasetHelper.getBoundingBox(NetcdfDataset ds) |
Modifier and Type | Field and Description |
---|---|
protected LatLonRect |
CFPointWriter.llbb |
Modifier and Type | Method and Description |
---|---|
static LatLonRect |
CFPointWriterUtils.getBoundingBox(List<? extends Station> stnList) |
static LatLonRect |
FeatureDatasetPointXML.getSpatialExtent(org.jdom2.Document doc) |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
FeatureDatasetPointXML.makeStationCollectionDocument(LatLonRect bb,
String[] names)
Create an XML document for the stations in this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoTiffWriter2.writeGrid(String gridDataset_filename,
String gridName,
int time,
int level,
boolean greyScale,
LatLonRect pt) |
Modifier and Type | Field and Description |
---|---|
static LatLonRect |
LatLonRect.INVALID
Inverse of LatLon.toString().
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
ProjectionImpl.getDefaultMapAreaLL()
Get the bounding box in lat/lon.
|
LatLonRect |
LatLonRect.intersect(LatLonRect clip)
Create the instersection of this LatLon with the given one
|
LatLonRect |
ProjectionImpl.projToLatLonBB(ProjectionRect bb)
Compute lat/lon bounding box from projection bounding box by finding the minimum enclosing box.
|
LatLonRect |
ProjectionImpl.projToLatLonBBold(ProjectionRect world)
Convert a world coordinate bounding box to a lat/lon bounding box,
by finding the minimum enclosing box.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LatLonRect.containedIn(LatLonRect b)
Determine if this bounding box is contained in another LatLonRect.
|
boolean |
LatLonRect.equals(LatLonRect other)
determine whether two bounding boxes are equal in values
|
void |
LatLonRect.extend(LatLonRect r)
Extend the bounding box to contain the given rectangle
|
LatLonRect |
LatLonRect.intersect(LatLonRect clip)
Create the instersection of this LatLon with the given one
|
ProjectionRect |
ProjectionImpl.latLonToProjBB(LatLonRect latlonRect)
Convert a lat/lon bounding box to a world coordinate bounding box,
by finding the minimum enclosing box.
|
Constructor and Description |
---|
LatLonRect(LatLonRect r)
Copy Constructor
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
LatLonProjection.projToLatLonBB(ProjectionRect world) |
LatLonRect |
Sinusoidal.projToLatLonBB(ProjectionRect projBB) |
Modifier and Type | Method and Description |
---|---|
ProjectionRect |
VerticalPerspectiveView.latLonToProjBB(LatLonRect rect)
Create a ProjectionRect from the given LatLonRect.
|
ProjectionRect[] |
LatLonProjection.latLonToProjRect(LatLonRect latlonR)
Split a latlon rectangle to the equivalent ProjectionRect
using this LatLonProjection to split it at the seam if needed.
|
Modifier and Type | Method and Description |
---|---|
ProjectionRect |
Geostationary.latLonToProjBB(LatLonRect rect)
Create a ProjectionRect from the given LatLonRect.
|
ProjectionRect |
MSGnavigation.latLonToProjBB(LatLonRect rect)
Create a ProjectionRect from the given LatLonRect.
|
ProjectionRect |
BoundingBoxHelper.latLonToProjBB(LatLonRect rect) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.