public class UtmInfo
extends java.lang.Object
Constructor and Description |
---|
UtmInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
applyProperties() |
boolean |
getIsUtm()
Get the IsUtm property.
|
boolean |
getIsUtmMeters()
Get the IsUtmMeters property.
|
boolean |
getIsUtmNorth()
Get the IsUtmNorth property.
|
void |
getPropertiesComponents(java.util.List comps) |
int |
getUtmZone()
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.
|
public void getPropertiesComponents(java.util.List comps)
public boolean applyProperties()
public void setIsUtm(boolean value)
value
- The new value for IsUtmpublic boolean getIsUtm()
public void setIsUtmNorth(boolean value)
value
- The new value for IsUtmNorthpublic boolean getIsUtmNorth()
public void setIsUtmMeters(boolean value)
value
- The new value for IsUtmMeterspublic boolean getIsUtmMeters()
public void setUtmZone(int value)
value
- The new value for UtmZonepublic int getUtmZone()