|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LatLonRect | |
---|---|
thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
ucar.nc2.dt | Scientific data types package. |
ucar.nc2.ft | Scientific feature types package |
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 ucar.nc2.dt |
---|
Methods in ucar.nc2.dt that return LatLonRect | |
---|---|
LatLonRect |
TrajectoryObsDatatype.getBoundingBox()
BoundingBox for the trajectory. |
LatLonRect |
TypedDataset.getBoundingBox()
|
LatLonRect |
TypedDatasetImpl.getBoundingBox()
|
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> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel. |
java.util.List<Station> |
StationRadarCollection.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.ft |
---|
Methods in ucar.nc2.ft that return LatLonRect | |
---|---|
LatLonRect |
FeatureDataset.getBoundingBox()
The boundingBox for the entire dataset. |
LatLonRect |
FeatureDatasetImpl.getBoundingBox()
|
LatLonRect |
PointFeatureCollection.getBoundingBox()
The boundingBox for the FeatureCollection. |
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. |
LatLonRect |
TrajectoryFeature.getBoundingBox()
BoundingBox for the trajectory. |
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. |
NestedPointFeatureCollection |
NestedPointFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect |
ProfileFeatureCollection |
ProfileFeatureCollection.subset(LatLonRect boundingBox)
Subset this collection by boundingBox |
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted StationCollection based on a LatLonRect |
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
Subset this collection by boundingBox and/or dateRange |
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 |