All Classes and Interfaces
Class
Description
Utilities for manipulating arrays.
Utilities for common mathematical operations.
a static class used in converting between bytes, megabytes, and gigabytes
Enumeration used in converting between different distance units.
Enumeration used in converting between different mass units.
Enumeration used in converting between different speed units.
Deprecated.
This class does not handle the dateline properly.
Interface that defines a procedure to be executed, that takes an int parameter (as modeled after the COLT
IntProcedure)
The
Simply pass an instance of this class to an rtree search and access the retrieved nodes' indices with
IntProcedureEntriesList class provides an implementation of an IntProcedure and records
node id's from its
execution in a list.Simply pass an instance of this class to an rtree search and access the retrieved nodes' indices with
IntProcedureEntriesList.get(int) and
IntProcedureEntriesList.getValues().The
Simply pass an instance of this class to an rtree search and access the retrieved node indices with
IntProcedureEntriesStack class provides an implementation of an IntProcedure and
records node id's from its
execution in a stack.Simply pass an instance of this class to an rtree search and access the retrieved node indices with
IntProcedureEntriesStack.peek(),
IntProcedureEntriesStack.peek(int),
and IntProcedureEntriesStack.pop().Double precision version of LatLonPoint2D.
The Float version of a LatLonPoint2D, where coordinates are held to float precision.
Factory class with static methods for generating
NetcdfDataset objects from one or more objects.The
Node class represents a data node for an RTree.The
Point3D class defines a point representing a location in (x,y,z) coordinate space.The
Double class defines a point specified in double precision.NOTE: This class should NOT be used in situations involving geographic (lat, lon) data.
The concrete Polygon class that stores coordinates internally as doubles.
The concrete Polygon class that stores coordinates internally as floats.
An iterator over Polygon2D.
This is a lightweight RTree implementation, specifically designed for the following features (in order of
importance):
Fast intersection query performance.
The
SpatialIndex interfaces is a contract for spacial indices.Utility class for consuming an InputStream and redirecting the output to System.out
Make a UGridDataset into a collection of Meshsets
A dataset containing Grid objects.
FeatureDatasetFactory for UGrids, using standard coord sys analysis
Interface for scientific datatype Grid.
Holds the u, v and w components of a vector as well as it's origin (
Point3D).