Package ucar.unidata.data
Class UtmInfo
java.lang.Object
ucar.unidata.data.UtmInfo
A class for holding some Adde related constants and static methods
- Version:
- $Revision: 1.5 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getIsUtm()
Get the IsUtm property.boolean
Get the IsUtmMeters property.boolean
Get the IsUtmNorth property.void
getPropertiesComponents
(List comps) int
Get the UtmZone property.void
setIsUtm
(boolean value) Set the IsUtm property.void
setIsUtmMeters
(boolean value) Set the IsUtmMeters property.void
setIsUtmNorth
(boolean value) Set the IsUtmNorth property.void
setUtmZone
(int value) Set the UtmZone property.
-
Constructor Details
-
UtmInfo
public UtmInfo()
-
-
Method Details
-
getPropertiesComponents
-
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
-