Class UtmInfo

java.lang.Object
ucar.unidata.data.UtmInfo

public class UtmInfo extends Object
A class for holding some Adde related constants and static methods
Version:
$Revision: 1.5 $
Author:
IDV Development Team
  • Constructor Details

    • UtmInfo

      public UtmInfo()
  • Method Details

    • getPropertiesComponents

      public void getPropertiesComponents(List comps)
    • applyProperties

      public boolean applyProperties()
    • setIsUtm

      public void setIsUtm(boolean value)
      Set the IsUtm property.
      Parameters:
      value - The new value for IsUtm
    • getIsUtm

      public boolean getIsUtm()
      Get the IsUtm property.
      Returns:
      The IsUtm
    • setIsUtmNorth

      public void setIsUtmNorth(boolean value)
      Set the IsUtmNorth property.
      Parameters:
      value - The new value for IsUtmNorth
    • getIsUtmNorth

      public boolean getIsUtmNorth()
      Get the IsUtmNorth property.
      Returns:
      The IsUtmNorth
    • setIsUtmMeters

      public void setIsUtmMeters(boolean value)
      Set the IsUtmMeters property.
      Parameters:
      value - The new value for IsUtmMeters
    • getIsUtmMeters

      public boolean getIsUtmMeters()
      Get the IsUtmMeters property.
      Returns:
      The IsUtmMeters
    • setUtmZone

      public void setUtmZone(int value)
      Set the UtmZone property.
      Parameters:
      value - The new value for UtmZone
    • getUtmZone

      public int getUtmZone()
      Get the UtmZone property.
      Returns:
      The UtmZone