Serialized Form

  • Package ucar.ma2

  • Package ucar.nc2.util

    • Class ucar.nc2.util.HashMapLRU

      class HashMapLRU extends LinkedHashMap<K,V> implements Serializable
      • Serialized Fields

        • max_entries
          int max_entries
          Deprecated.
  • Package ucar.unidata.geoloc

    • Class ucar.unidata.geoloc.Earth

      class Earth extends Object implements Serializable
      • Serialized Fields

        • eccentricity
          double eccentricity
        • eccentricitySquared
          double eccentricitySquared
        • equatorRadius
          double equatorRadius
        • flattening
          double flattening
        • name
          String name
        • poleRadius
          double poleRadius
    • Class ucar.unidata.geoloc.EarthEllipsoid

      class EarthEllipsoid extends Earth implements Serializable
      • Serialized Fields

        • epsgId
          int epsgId
    • Class ucar.unidata.geoloc.LatLonPointImmutable

      class LatLonPointImmutable extends ucar.unidata.geoloc.LatLonPointImpl implements Serializable
    • Class ucar.unidata.geoloc.LatLonPointImpl

      class LatLonPointImpl extends Object implements Serializable
      • Serialized Fields

        • lat
          double lat
          Deprecated.
          East latitude in degrees, always +/- 90
        • lon
          double lon
          Deprecated.
          North longitude in degrees, always +/- 180
    • Class ucar.unidata.geoloc.ProjectionImpl

      class ProjectionImpl extends Object implements Serializable
      • Serialized Fields

        • atts
          List<ucar.unidata.util.Parameter> atts
          Deprecated.
          list of attributes
        • defaultMapArea
          ProjectionRect defaultMapArea
          Deprecated.
          default map area
        • defaultUnits
          String defaultUnits
          Deprecated.
          name of the default units for this projection
        • isLatLon
          boolean isLatLon
          Deprecated.
          flag for latlon
        • name
          String name
          Deprecated.
          name of this projection.
    • Class ucar.unidata.geoloc.ProjectionPointImpl

      class ProjectionPointImpl extends Object implements Serializable
      • Serialized Fields

        • x
          double x
          Deprecated.
        • y
          double y
          Deprecated.
    • Class ucar.unidata.geoloc.ProjectionRect

      class ProjectionRect extends Object implements Serializable
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream s) throws IOException
          Read the object from the input stream of the serialized object
          Parameters:
          s - stream to read
          Throws:
          IOException - Problem reading from stream
        • writeObject
          private void writeObject(ObjectOutputStream s) throws IOException
          Wrtie the object to the output stream
          Parameters:
          s - stream to write
          Throws:
          IOException - Problem writing to stream
      • Serialized Fields

        • height
          double height
        • width
          double width
        • x
          double x
        • y
          double y