All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AsaArrayUtils Utilities for manipulating arrays.AsaMath Utilities for common mathematical operations.AsaMemoryUtils AsaMemoryUtils.Convert a static class used in converting between bytes, megabytes, and gigabytesAsaStringUtils AsaUnits AsaUnits.DistanceType Enumeration used in converting between different distance units.AsaUnits.MassType Enumeration used in converting between different mass units.AsaUnits.SpeedType Enumeration used in converting between different speed units.Cell Edge Entity Face GeoRectangle Deprecated. This class does not handle the dateline properly.GeoRectangle.Double IntProcedure Interface that defines a procedure to be executed, that takes an int parameter (as modeled after the COLT IntProcedure)IntProcedureEntriesList TheIntProcedureEntriesListclass provides an implementation of anIntProcedureand 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 withIntProcedureEntriesList.get(int)andIntProcedureEntriesList.getValues().IntProcedureEntriesStack TheIntProcedureEntriesStackclass provides an implementation of anIntProcedureand 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 withIntProcedureEntriesStack.peek(),IntProcedureEntriesStack.peek(int), andIntProcedureEntriesStack.pop().LatLonPoint2D LatLonPoint2D.Double Double precision version of LatLonPoint2D.LatLonPoint2D.Float The Float version of a LatLonPoint2D, where coordinates are held to float precision.LatLonPoint3D LatLonPolygon2D LatLonPolygon2D.Double LatLonRectangle2D Mesh MeshVariable NcdsFactory Factory class with static methods for generatingNetcdfDatasetobjects from one or more objects.NcdsFactory.NcdsTemplate Node Node TheNodeclass represents a data node for an RTree.Point3D ThePoint3Dclass defines a point representing a location in(x,y,z)coordinate space.Point3D.Double TheDoubleclass defines a point specified indoubleprecision.Point3D.Float Polygon2D NOTE: This class should NOT be used in situations involving geographic (lat, lon) data.Polygon2D.Double The concrete Polygon class that stores coordinates internally as doubles.Polygon2D.Float The concrete Polygon class that stores coordinates internally as floats.PolygonIterator An iterator over Polygon2D.RTree This is a lightweight RTree implementation, specifically designed for the following features (in order of importance): Fast intersection query performance.SpatialIndex TheSpatialIndexinterfaces is a contract for spacial indices.StreamGobbler Utility class for consuming an InputStream and redirecting the output to System.outTopology UGridConvention UGridConvention.Factory UGridDataset Make a UGridDataset into a collection of MeshsetsUGridDataset A dataset containing Grid objects.UGridDataset.Factory UGridDataset.Meshset UGridDatasetStandardFactory FeatureDatasetFactory for UGrids, using standard coord sys analysisUGridDatatype Interface for scientific datatype Grid.Vector3D Holds the u, v and w components of a vector as well as it's origin (Point3D).