com.metsci.glimpse.util.geo.format
Class LatLonFormatDegreesMinutesSeconds

java.lang.Object
  extended by com.metsci.glimpse.util.geo.format.LatLonFormatDegreesMinutesSeconds
All Implemented Interfaces:
LatLonFormat, java.lang.Cloneable

public class LatLonFormatDegreesMinutesSeconds
extends java.lang.Object
implements LatLonFormat

Author:
osborn

Constructor Summary
LatLonFormatDegreesMinutesSeconds(int nDecimals)
           
 
Method Summary
 java.lang.String format(LatLonGeo ll)
           
 LatLonGeo parse(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatLonFormatDegreesMinutesSeconds

public LatLonFormatDegreesMinutesSeconds(int nDecimals)
Method Detail

format

public java.lang.String format(LatLonGeo ll)
Specified by:
format in interface LatLonFormat

parse

public LatLonGeo parse(java.lang.String s)
                throws LatLonFormatParseException
Specified by:
parse in interface LatLonFormat
Throws:
LatLonFormatParseException


Copyright © 2012 Metron, Inc.. All Rights Reserved.