Serialized Form
-
Package ucar.nc2.dt.ugrid.geom
-
Class ucar.nc2.dt.ugrid.geom.GeoRectangle
class GeoRectangle extends Object implements Serializable- serialVersionUID:
- -3499332575290254914L
-
Serialized Fields
-
polygon
Polygon2D polygon
Deprecated.The polygon backing for this rectangle object
-
-
Class ucar.nc2.dt.ugrid.geom.GeoRectangle.Double
class Double extends GeoRectangle implements Serializable -
Class ucar.nc2.dt.ugrid.geom.LatLonPoint2D
class LatLonPoint2D extends Point2D implements Serializable- serialVersionUID:
- 4807208704519349333L
-
Class ucar.nc2.dt.ugrid.geom.LatLonPoint2D.Double
class Double extends LatLonPoint2D implements Serializable- serialVersionUID:
- -7463055211717523471L
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
Class ucar.nc2.dt.ugrid.geom.LatLonPoint2D.Float
class Float extends LatLonPoint2D implements Serializable- serialVersionUID:
- -2447464428275551182L
-
Serialized Fields
-
lat
float lat
-
lon
float lon
-
-
Class ucar.nc2.dt.ugrid.geom.LatLonPoint3D
class LatLonPoint3D extends LatLonPoint2D.Double implements Serializable-
Serialized Fields
-
depth
double depth
-
-
-
Class ucar.nc2.dt.ugrid.geom.LatLonPolygon2D
class LatLonPolygon2D extends Object implements Serializable- serialVersionUID:
- -832292217494381300L
-
Serialized Fields
-
crossesDateline
boolean crossesDateline
-
-
Class ucar.nc2.dt.ugrid.geom.LatLonPolygon2D.Double
class Double extends LatLonPolygon2D implements Serializable-
Serialized Fields
-
eastLon
double eastLon
-
last
LatLonPoint2D last
-
northLat
double northLat
-
southLat
double southLat
-
vertices
List<LatLonPoint2D> vertices
-
westLon
double westLon
-
-
-
Class ucar.nc2.dt.ugrid.geom.LatLonRectangle2D
class LatLonRectangle2D extends Object implements Serializable- serialVersionUID:
- -3463384339436190519L
-
Serialized Fields
-
centLon
double centLon
-
coversAllLons
boolean coversAllLons
-
crossesDateline
boolean crossesDateline
-
lowerLeft
LatLonPoint2D lowerLeft
-
upperRight
LatLonPoint2D upperRight
-
width
double width
-
-
Class ucar.nc2.dt.ugrid.geom.Point3D.Double
class Double extends Point3D implements Serializable- serialVersionUID:
- -4388950813735371788L
-
Serialized Fields
-
x
double x
The X coordinate of thisPoint3D. -
y
double y
The Y coordinate of thisPoint3D. -
z
double z
The Z coordinate of thisPoint3D.
-
-
Class ucar.nc2.dt.ugrid.geom.Point3D.Float
class Float extends Point3D implements Serializable- serialVersionUID:
- 3109429321035889896L
-
Serialized Fields
-
x
float x
The X coordinate of thisPoint3D. -
y
float y
The Y coordinate of thisPoint3D. -
z
float z
The Z coordinate of thisPoint3D.
-
-
Class ucar.nc2.dt.ugrid.geom.Polygon2D
class Polygon2D extends Object implements Serializable- serialVersionUID:
- 6512233111784242139L
-
Serialized Fields
-
_closed
boolean _closed
The flag that says that the polygon has been closed -
_coordCount
int _coordCount
The current number of coordinates
-
-
Class ucar.nc2.dt.ugrid.geom.Polygon2D.Double
class Double extends Polygon2D implements Serializable-
Serialized Fields
-
_coords
double[] _coords
The coordinates
-
-
-
Class ucar.nc2.dt.ugrid.geom.Polygon2D.Float
class Float extends Polygon2D implements Serializable-
Serialized Fields
-
_coords
float[] _coords
The coordinates
-
-
-
-
Package ucar.nc2.dt.ugrid.rtree
-
Class ucar.nc2.dt.ugrid.rtree.Node
class Node extends Object implements Serializable- serialVersionUID:
- -8760796047443657871L
-
Serialized Fields
-
entries
LatLonPolygon2D[] entries
-
entryCount
int entryCount
-
ids
int[] ids
-
level
int level
-
mbr
LatLonRectangle2D mbr
-
nodeId
int nodeId
-
-
Class ucar.nc2.dt.ugrid.rtree.RTree
class RTree extends Object implements Serializable- serialVersionUID:
- 4027952803059081589L
-
Serialized Fields
-
deletedNodeIds
Stack<Integer> deletedNodeIds
-
entryStatus
byte[] entryStatus
-
highestUsedNodeId
int highestUsedNodeId
-
initialEntryStatus
byte[] initialEntryStatus
-
maxNodeEntries
int maxNodeEntries
Instance Fields -
minNodeEntries
int minNodeEntries
-
nearestEntriesMap
cern.colt.map.OpenIntObjectHashMap nearestEntriesMap
-
nearestIds
cern.colt.list.IntArrayList nearestIds
-
nodeMap
cern.colt.map.OpenIntObjectHashMap nodeMap
-
oldRectangle
LatLonPolygon2D oldRectangle
Used by delete(). Ensures that all nodes from the passed node up to the root have the minimum number of entries. Note that the parent and parentEntry stacks are expected to contain the nodeIds of all parents up to the root. -
parents
Stack<Integer> parents
-
parentsEntry
Stack<Integer> parentsEntry
-
rootNodeId
int rootNodeId
-
size
int size
-
treeHeight
int treeHeight
-
visitProc
ucar.nc2.dt.ugrid.rtree.RTree.TIntProcedureVisit visitProc
-
-