dods.clients.importwizard.GCMD
Class Dif.SpatialCoverage

java.lang.Object
  extended by dods.clients.importwizard.GCMD.Dif.SpatialCoverage
Enclosing class:
Dif

public class Dif.SpatialCoverage
extends Object


Constructor Summary
Dif.SpatialCoverage()
           
Dif.SpatialCoverage(String southernmost, String northernmost, String westernmost, String easternmost)
           
 
Method Summary
 String getEasternmost()
           
 String getNorthernmost()
           
 String getSouthernmost()
           
 String getWesternmost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dif.SpatialCoverage

public Dif.SpatialCoverage()

Dif.SpatialCoverage

public Dif.SpatialCoverage(String southernmost,
                           String northernmost,
                           String westernmost,
                           String easternmost)
Method Detail

getSouthernmost

public String getSouthernmost()

getNorthernmost

public String getNorthernmost()

getWesternmost

public String getWesternmost()

getEasternmost

public String getEasternmost()