Uses of Class
ucar.unidata.geoloc.LatLonRect

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.grid   
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 (to files) Point Feature Types 
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. 
ucar.unidata.geoloc.projection.sat   
 

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
 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
 File WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, List<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 TrajectoryObsDatatype.getBoundingBox()
          BoundingBox for the trajectory.
 LatLonRect TypedDatasetImpl.getBoundingBox()
           
 LatLonRect TypedDataset.getBoundingBox()
           
 LatLonRect GridCoordSystem.getLatLonBoundingBox()
          Get horizontal bounding box in lat, lon coordinates.
 

Methods in ucar.nc2.dt with parameters of type LatLonRect
 List PointCollection.getData(LatLonRect boundingBox)
          Get all data within the specified bounding box.
 List PointCollection.getData(LatLonRect boundingBox, CancelTask cancel)
          Get all data within the specified bounding box, allow user to cancel.
 List PointCollection.getData(LatLonRect boundingBox, Date start, Date end)
          Get all data within the specified bounding box and date range.
 List PointCollection.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
          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)
          Get all the Stations within a bounding box.
 List<Station> StationRadarCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          Get all the Stations within a bounding box, allow user to cancel.
 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
 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 NetcdfCFWriter.makeFile(String location, GridDataset gds, List<String> gridList, LatLonRect llbb, DateRange range)
           
 void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<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(String location, GridDataset gds, List<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
          Deprecated.  
 

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
 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)
           
 List UnidataPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List MadisPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List OldUnidataStationObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List DapperDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List OldUnidataPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List SequenceHelper.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List PointObsDatasetImpl.getData(LatLonRect boundingBox, Date start, Date end)
           
 List UnidataPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List MadisPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List OldUnidataStationObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List DapperDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List OldUnidataPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List SequenceHelper.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(LatLonRect boundingBox, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel)
           
 List<Station> StationObsDatasetImpl.getStations(LatLonRect boundingBox)
           
 List StationDatasetCollection.getStations(LatLonRect boundingBox)
          Get all the Stations within a bounding box.
 List<Station> StationDatasetHelper.getStations(LatLonRect boundingBox, CancelTask cancel)
           
 List<Station> StationObsDatasetImpl.getStations(LatLonRect boundingBox, CancelTask cancel)
           
 

Uses of LatLonRect in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial that return LatLonRect
 LatLonRect RadialCoordSys.getBoundingBox()
           
 LatLonRect StationRadarCollectionImpl.getBoundingBox()
           
 

Methods in ucar.nc2.dt.radial with parameters of type LatLonRect
 List StationRadarCollectionImpl.getStations(LatLonRect boundingBox)
          Get all the Stations within a bounding box.
 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 FeatureDataset.getBoundingBox()
          The boundingBox for the entire dataset.
 LatLonRect PointFeatureCollection.getBoundingBox()
          The boundingBox for the FeatureCollection.
 LatLonRect FeatureDatasetImpl.getBoundingBox()
           
 LatLonRect TrajectoryFeature.getBoundingBox()
          BoundingBox for the trajectory.
 LatLonRect PointFeatureIterator.getBoundingBox()
          Get BoundingBox after iteration is finished, if calcBounds was set true
 LatLonRect StationCollection.getBoundingBox()
          Get the bounding box including all the stations.
 

Methods in ucar.nc2.ft with parameters of type LatLonRect
 PointFeatureCollection NestedPointFeatureCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 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)
           
 ProfileFeatureCollection ProfileFeatureCollection.subset(LatLonRect boundingBox)
          Subset this collection by boundingBox
 NestedPointFeatureCollection NestedPointFeatureCollection.subset(LatLonRect boundingBox)
          Get a subsetted NestedPointFeatureCollection based on a LatLonRect
 StationTimeSeriesFeatureCollection StationTimeSeriesFeatureCollection.subset(LatLonRect boundingBox)
          Get a subsetted StationCollection from a LatLonRect
 PointFeatureCollection PointFeatureCollection.subset(LatLonRect boundingBox, DateRange dateRange)
          Subset this collection by boundingBox and/or dateRange
 

Uses of LatLonRect in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return LatLonRect
 LatLonRect GridCoordSys.getLatLonBoundingBox()
          Get horizontal bounding box in lat, lon coordinates.
 

Methods in ucar.nc2.ft.grid with parameters of type LatLonRect
 List<Range> GridCoordSys.getRangesFromLatLonRect(LatLonRect llbb)
          Get Index Ranges for the given lat, lon bounding box.
 

Uses of LatLonRect in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as LatLonRect
protected  LatLonRect PointCollectionImpl.boundingBox
           
protected  LatLonRect RecordDatasetHelper.boundingBox
           
 

Methods in ucar.nc2.ft.point that return LatLonRect
 LatLonRect PointCollectionImpl.getBoundingBox()
           
 LatLonRect StationHelper.getBoundingBox()
           
 LatLonRect PointIteratorAbstract.getBoundingBox()
           
 LatLonRect StationProfileCollectionImpl.getBoundingBox()
           
 LatLonRect StationTimeSeriesCollectionImpl.getBoundingBox()
           
 

Methods in ucar.nc2.ft.point with parameters of type LatLonRect
 PointFeatureCollection MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 List<Station> StationHelper.getStations(LatLonRect boundingBox)
           
 List<Station> StationProfileCollectionImpl.getStations(LatLonRect boundingBox)
           
 List<Station> StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox)
           
 void PointCollectionImpl.setBoundingBox(LatLonRect bb)
           
 SectionFeatureCollection SectionCollectionImpl.subset(LatLonRect boundingBox)
           
 StationProfileCollectionImpl StationProfileCollectionImpl.subset(LatLonRect boundingBox)
           
 StationTimeSeriesFeatureCollection StationTimeSeriesCollectionImpl.subset(LatLonRect boundingBox)
           
 StationProfileFeature StationProfileFeatureImpl.subset(LatLonRect dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection PointCollectionImpl.subset(LatLonRect boundingBox, DateRange dateRange)
           
 

Constructors in ucar.nc2.ft.point with parameters of type LatLonRect
PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from, LatLonRect filter_bb, DateRange filter_date)
           
PointCollectionImpl(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)
           
 

Constructors in ucar.nc2.ft.point.collection with parameters of type LatLonRect
CompositeStationCollectionFlattened(String name, LatLonRect bbSubset, DateRange dateRange, TimedCollection stnCollections)
           
 

Uses of LatLonRect in ucar.nc2.ft.point.remote
 

Fields in ucar.nc2.ft.point.remote declared as LatLonRect
protected  LatLonRect RemoteStationCollection.boundingBoxSubset
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type LatLonRect
 PointFeatureCollection RemoteStationCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 StationTimeSeriesFeatureCollection RemoteStationCollection.subset(LatLonRect boundingBox)
           
 

Constructors in ucar.nc2.ft.point.remote with parameters of type LatLonRect
PointDatasetRemote(FeatureType wantFeatureType, String uri, List<VariableSimpleIF> vars, LatLonRect bb, DateRange dr)
           
 

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.ft.point.writer
 

Methods in ucar.nc2.ft.point.writer that return LatLonRect
static LatLonRect FeatureDatasetPointXML.getSpatialExtent(org.jdom.Document doc)
           
 

Methods in ucar.nc2.ft.point.writer with parameters of type LatLonRect
 org.jdom.Document FeatureDatasetPointXML.makeStationCollectionDocument(LatLonRect bb, String[] names)
          Create an XML document for the stations in this dataset.
 

Uses of LatLonRect in ucar.nc2.geotiff
 

Methods in ucar.nc2.geotiff with parameters of type LatLonRect
 void GeotiffWriter.writeGrid(String fileName, String gridName, int time, int level, boolean greyScale, LatLonRect pt)
          Write Grid data to the geotiff file.
 void GeotiffWriter.writeSwathGrid(String fileName, 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
 List AddeStationObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List AddeStationObsDataset.getData(LatLonRect boundingBox, Date start, 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
 List DqcRadarDatasetCollection.getStations(LatLonRect boundingBox)
          get all radar station within box.
 List<Station> TDSRadarDatasetCollection.getStations(LatLonRect boundingBox)
          get all radar station within box.
 List DqcRadarDatasetCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          get all radar station within box.
 List<Station> TDSRadarDatasetCollection.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.
 

Uses of LatLonRect in ucar.unidata.geoloc.projection.sat
 

Methods in ucar.unidata.geoloc.projection.sat with parameters of type LatLonRect
 ProjectionRect MSGnavigation.latLonToProjBB(LatLonRect rect)
          Create a ProjectionRect from the given LatLonRect.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.