|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LatLonRect | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.wcs.v1_0_0_1 | |
| thredds.wcs.v1_0_0_Plus | |
| ucar.nc2.dt | Scientific data types package. |
| ucar.nc2.dt.fmrc | Support classes for Forecast Model Run Collections. |
| 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 spherical coordinate system. |
| ucar.nc2.dt.trajectory | Scientific data type "Trajectory". |
| ucar.nc2.ft | Scientific feature types package |
| 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.geotiff | Read and write GeoTIFF files. |
| ucar.nc2.iosp.adde | IOSP for ADDE servers |
| ucar.nc2.thredds | Connects NetCDF-Java to THREDDS Catalogs and Datasets. |
| ucar.unidata.geoloc | Support library for georeferencing coordinate systems and transformations. |
| ucar.unidata.geoloc.projection | Implementations of coordinate projection transformations. |
| Uses of LatLonRect in thredds.catalog |
|---|
| Methods in thredds.catalog that return LatLonRect | |
|---|---|
LatLonRect |
ThreddsMetadata.GeospatialCoverage.getBoundingBox()
|
| Methods in thredds.catalog with parameters of type LatLonRect | |
|---|---|
void |
ThreddsMetadata.GeospatialCoverage.setBoundingBox(LatLonRect bb)
|
| Uses of LatLonRect in thredds.wcs.v1_0_0_1 |
|---|
| Methods in thredds.wcs.v1_0_0_1 with parameters of type LatLonRect | |
|---|---|
java.io.File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
DateRange timeRange)
|
| Uses of LatLonRect in thredds.wcs.v1_0_0_Plus |
|---|
| Methods in thredds.wcs.v1_0_0_Plus with parameters of type LatLonRect | |
|---|---|
java.io.File |
WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
java.util.List<java.lang.String> rangeSubset,
DateRange timeRange)
|
| Uses of LatLonRect in ucar.nc2.dt |
|---|
| Fields in ucar.nc2.dt declared as LatLonRect | |
|---|---|
protected LatLonRect |
TypedDatasetImpl.boundingBox
|
| Methods in ucar.nc2.dt that return LatLonRect | |
|---|---|
LatLonRect |
TypedDatasetImpl.getBoundingBox()
|
LatLonRect |
TypedDataset.getBoundingBox()
|
LatLonRect |
TrajectoryObsDatatype.getBoundingBox()
BoundingBox for the trajectory. |
LatLonRect |
GridCoordSystem.getLatLonBoundingBox()
Get horizontal bounding box in lat, lon coordinates. |
| Methods in ucar.nc2.dt with parameters of type LatLonRect | |
|---|---|
java.util.List |
PointCollection.getData(LatLonRect boundingBox)
Get all data within the specified bounding box. |
java.util.List |
PointCollection.getData(LatLonRect boundingBox,
CancelTask cancel)
Get all data within the specified bounding box, allow user to cancel. |
java.util.List |
PointCollection.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end)
Get all data within the specified bounding box and date range. |
java.util.List |
PointCollection.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
Get all data within the specified bounding box and date range, allow user to cancel. |
java.util.List<Range> |
GridCoordSystem.getRangesFromLatLonRect(LatLonRect llbb)
Get Index Ranges for the given lat, lon bounding box. |
java.util.List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
java.util.List<Station> |
StationRadarCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel. |
java.util.List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
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. |
| Uses of LatLonRect in ucar.nc2.dt.fmrc |
|---|
| Methods in ucar.nc2.dt.fmrc that return LatLonRect | |
|---|---|
LatLonRect |
ForecastModelRunInventory.getBB()
|
| Uses of LatLonRect in ucar.nc2.dt.grid |
|---|
| Methods in ucar.nc2.dt.grid that return LatLonRect | |
|---|---|
LatLonRect |
GridDataset.getBoundingBox()
|
LatLonRect |
GridCoordSys.getLatLonBoundingBox()
Get horizontal bounding box in lat, lon coordinates. |
| Methods in ucar.nc2.dt.grid with parameters of type LatLonRect | |
|---|---|
java.util.List<Range> |
GridCoordSys.getLatLonBoundingBox(LatLonRect rect)
Deprecated. use getRangesFromLatLonRect. |
java.util.List<Range> |
GridCoordSys.getRangesFromLatLonRect(LatLonRect rect)
Get Index Ranges for the given lat, lon bounding box. |
void |
NetcdfCFWriter.makeFile(java.lang.String location,
GridDataset gds,
java.util.List<java.lang.String> gridList,
LatLonRect llbb,
DateRange range,
boolean addLatLon,
int horizStride,
int stride_z,
int stride_time)
Write a CF compliant Netcdf-3 file from any gridded dataset. |
void |
NetcdfCFWriter.makeFile(java.lang.String location,
GridDataset gds,
java.util.List<java.lang.String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
DateRange dateRange,
int stride_time,
boolean addLatLon)
|
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. |
| Uses of LatLonRect in ucar.nc2.dt.point |
|---|
| Fields in ucar.nc2.dt.point declared as LatLonRect | |
|---|---|
protected LatLonRect |
RecordDatasetHelper.boundingBox
|
| Methods in ucar.nc2.dt.point that return LatLonRect | |
|---|---|
LatLonRect |
StationDatasetHelper.getBoundingBox()
|
static LatLonRect |
UnidataObsDatasetHelper.getBoundingBox(NetcdfDataset ds)
|
| Methods in ucar.nc2.dt.point with parameters of type LatLonRect | |
|---|---|
java.util.List |
RecordDatasetHelper.getData(java.util.ArrayList records,
LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
RecordDatasetHelper.getData(java.util.ArrayList records,
LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
|
java.util.List |
PointObsDatasetImpl.getData(LatLonRect boundingBox)
|
java.util.List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
SequenceHelper.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
DapperDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
PointObsDatasetImpl.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end)
|
java.util.List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
SequenceHelper.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
DapperDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
java.util.List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
|
java.util.List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox)
|
java.util.List |
StationDatasetCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
java.util.List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel)
|
| Uses of LatLonRect in ucar.nc2.dt.radial |
|---|
| Methods in ucar.nc2.dt.radial that return LatLonRect | |
|---|---|
LatLonRect |
StationRadarCollectionImpl.getBoundingBox()
|
LatLonRect |
RadialCoordSys.getBoundingBox()
|
| Methods in ucar.nc2.dt.radial with parameters of type LatLonRect | |
|---|---|
java.util.List |
StationRadarCollectionImpl.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
java.util.List |
StationRadarCollectionImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
|
| Uses of LatLonRect in ucar.nc2.dt.trajectory |
|---|
| Methods in ucar.nc2.dt.trajectory that return LatLonRect | |
|---|---|
LatLonRect |
UnidataTrajectoryObsDataset2.getBoundingBox()
|
| Uses of LatLonRect in ucar.nc2.ft |
|---|
| Fields in ucar.nc2.ft declared as LatLonRect | |
|---|---|
protected LatLonRect |
FeatureDatasetImpl.boundingBox
|
| Methods in ucar.nc2.ft that return LatLonRect | |
|---|---|
LatLonRect |
TrajectoryFeature.getBoundingBox()
BoundingBox for the trajectory. |
LatLonRect |
StationCollection.getBoundingBox()
Get the bounding box including all the stations. |
LatLonRect |
PointFeatureIterator.getBoundingBox()
Get BoundingBox after iteration is finished, if calcBounds was set true |
LatLonRect |
PointFeatureCollection.getBoundingBox()
The boundingBox for the FeatureCollection. |
LatLonRect |
FeatureDatasetImpl.getBoundingBox()
|
LatLonRect |
FeatureDataset.getBoundingBox()
The boundingBox for the entire dataset. |
| Methods in ucar.nc2.ft with parameters of type LatLonRect | |
|---|---|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information. |
java.util.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. |
protected void |
FeatureDatasetImpl.setBoundingBox(LatLonRect boundingBox)
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted StationCollection based on a LatLonRect |
ProfileFeatureCollection |
ProfileFeatureCollection.subset(LatLonRect boundingBox)
Subset this collection by boundingBox |
NestedPointFeatureCollection |
NestedPointFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect |
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
Subset this collection by boundingBox and/or dateRange |
| Uses of LatLonRect in ucar.nc2.ft.point |
|---|
| Fields in ucar.nc2.ft.point declared as LatLonRect | |
|---|---|
protected LatLonRect |
RecordDatasetHelper.boundingBox
|
protected LatLonRect |
PointCollectionImpl.boundingBox
|
| Methods in ucar.nc2.ft.point that return LatLonRect | |
|---|---|
LatLonRect |
StationTimeSeriesCollectionImpl.getBoundingBox()
|
LatLonRect |
StationProfileCollectionImpl.getBoundingBox()
|
LatLonRect |
StationHelper.getBoundingBox()
|
LatLonRect |
PointIteratorAbstract.getBoundingBox()
|
LatLonRect |
PointCollectionImpl.getBoundingBox()
|
| Methods in ucar.nc2.ft.point with parameters of type LatLonRect | |
|---|---|
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
java.util.List<Station> |
StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox)
|
java.util.List<Station> |
StationProfileCollectionImpl.getStations(LatLonRect boundingBox)
|
java.util.List<Station> |
StationHelper.getStations(LatLonRect boundingBox)
|
void |
PointCollectionImpl.setBoundingBox(LatLonRect bb)
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(LatLonRect boundingBox)
|
StationProfileFeature |
StationProfileFeatureImpl.subset(LatLonRect dateRange)
|
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(LatLonRect boundingBox)
|
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
DateRange dateRange)
|
| Constructors in ucar.nc2.ft.point with parameters of type LatLonRect | |
|---|---|
PointCollectionImpl.PointFeatureCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
DateRange filter_date)
|
|
PointCollectionImpl(java.lang.String name,
LatLonRect boundingBox,
DateRange dateRange,
int npts)
|
|
PointDatasetImpl(PointDatasetImpl from,
LatLonRect filter_bb,
DateRange filter_date)
|
|
PointIteratorAbstract.Filter(LatLonRect filter_bb,
DateRange filter_date)
|
|
| Uses of LatLonRect in ucar.nc2.ft.point.collection |
|---|
| Methods in ucar.nc2.ft.point.collection with parameters of type LatLonRect | |
|---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
StationTimeSeriesFeatureCollection |
CompositeStationCollection.subset(LatLonRect boundingBox)
|
PointFeatureCollection |
CompositePointCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
|
| Uses of LatLonRect in ucar.nc2.ft.point.remote |
|---|
| Fields in ucar.nc2.ft.point.remote declared as LatLonRect | |
|---|---|
protected LatLonRect |
RemoteStationCollection.boundingBox
|
| Methods in ucar.nc2.ft.point.remote with parameters of type LatLonRect | |
|---|---|
PointFeatureCollection |
RemoteStationCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(LatLonRect boundingBox)
|
| Uses of LatLonRect in ucar.nc2.ft.point.standard |
|---|
| Methods in ucar.nc2.ft.point.standard with parameters of type LatLonRect | |
|---|---|
TrajectoryFeatureCollection |
StandardTrajectoryCollectionImpl.subset(LatLonRect boundingBox)
|
ProfileFeatureCollection |
StandardProfileCollectionImpl.subset(LatLonRect boundingBox)
|
| Uses of LatLonRect in ucar.nc2.ft.point.standard.plug |
|---|
| Methods in ucar.nc2.ft.point.standard.plug that return LatLonRect | |
|---|---|
static LatLonRect |
UnidataPointDatasetHelper.getBoundingBox(NetcdfDataset ds)
|
| Uses of LatLonRect in ucar.nc2.geotiff |
|---|
| Methods in ucar.nc2.geotiff with parameters of type LatLonRect | |
|---|---|
void |
GeotiffWriter.writeGrid(java.lang.String fileName,
java.lang.String gridName,
int time,
int level,
boolean greyScale,
LatLonRect pt)
Write Grid data to the geotiff file. |
void |
GeotiffWriter.writeSwathGrid(java.lang.String fileName,
java.lang.String gridName,
int time,
int level,
boolean greyScale,
LatLonRect llr)
Write Swath Grid data to the geotiff file. |
| Uses of LatLonRect in ucar.nc2.iosp.adde |
|---|
| Methods in ucar.nc2.iosp.adde with parameters of type LatLonRect | |
|---|---|
java.util.List |
AddeStationObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
|
java.util.List |
AddeStationObsDataset.getData(LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
|
| Uses of LatLonRect in ucar.nc2.thredds |
|---|
| Methods in ucar.nc2.thredds that return LatLonRect | |
|---|---|
LatLonRect |
TDSRadarDatasetCollection.getRadarsBoundingBox()
get bounding box of dataset collection |
LatLonRect |
TDSRadarDatasetCollection.readSelectRegion(org.jdom.Element elem,
org.jdom.Namespace ns)
get region from parent element |
| Methods in ucar.nc2.thredds with parameters of type LatLonRect | |
|---|---|
java.util.List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox)
get all radar station within box. |
java.util.List |
DqcRadarDatasetCollection.getStations(LatLonRect boundingBox)
get all radar station within box. |
java.util.List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
get all radar station within box. |
java.util.List |
DqcRadarDatasetCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
get all radar station within box. |
| Uses of LatLonRect in ucar.unidata.geoloc |
|---|
| Methods in ucar.unidata.geoloc that return LatLonRect | |
|---|---|
LatLonRect |
ProjectionImpl.getDefaultMapAreaLL()
Get the bounding box in lat/lon. |
LatLonRect |
ProjectionImpl.getLatLonBoundingBox(ProjectionRect bb)
From GridCoordSys. |
LatLonRect |
LatLonRect.intersect(LatLonRect clip)
Create the instersection of this LatLon with the given one |
LatLonRect |
ProjectionImpl.projToLatLonBB(ProjectionRect world)
Convert a world coordinate bounding box to a lat/lon bounding box, by finding the minimum enclosing box. |
| Methods in ucar.unidata.geoloc with parameters of type LatLonRect | |
|---|---|
boolean |
LatLonRect.containedIn(LatLonRect b)
Determine if this bounding box is contained in another LatLonRect. |
boolean |
LatLonRect.equals(LatLonRect other)
get 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. |
| Constructors in ucar.unidata.geoloc with parameters of type LatLonRect | |
|---|---|
LatLonRect(LatLonRect r)
Copy Constructor |
|
| Uses of LatLonRect in ucar.unidata.geoloc.projection |
|---|
| Methods in ucar.unidata.geoloc.projection that return LatLonRect | |
|---|---|
LatLonRect |
LatLonProjection.projToLatLonBB(ProjectionRect world)
|
| Methods in ucar.unidata.geoloc.projection with parameters of type LatLonRect | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||