Package ucar.nc2.ft2.simpgeometry
Interface SimpleGeometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getBBLower()
Gets the lower bounding box of this geometry.double[]
getBBUpper()
Gets the upper bounding box of this geometry.Array
getData()
Fetches the data associated with this geometry.void
setData(Array data)
Sets the data associated with this geometry
-
-
-
Method Detail
-
setData
void setData(Array data)
Sets the data associated with this geometry
-
getData
Array getData()
Fetches the data associated with this geometry.- Returns:
- data
-
getBBLower
double[] getBBLower()
Gets the lower bounding box of this geometry.- Returns:
- lower bounding box, a one dimensional array of length two
-
getBBUpper
double[] getBBUpper()
Gets the upper bounding box of this geometry.- Returns:
- upper bounding box, a one dimenstional array of length two
-
-