com.metsci.glimpse.util.geo.format
Interface LatLonFormat

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
LatLonFormatCompact, LatLonFormatDegreesMinutesSeconds

public interface LatLonFormat
extends java.lang.Cloneable

Author:
osborn

Method Summary
 java.lang.String format(LatLonGeo ll)
           
 LatLonGeo parse(java.lang.String s)
           
 

Method Detail

format

java.lang.String format(LatLonGeo ll)

parse

LatLonGeo parse(java.lang.String s)
                throws LatLonFormatParseException
Throws:
LatLonFormatParseException


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