au.csiro.netcdf.wron
Class CellData

java.lang.Object
  extended by au.csiro.netcdf.wron.CellData

public class CellData
extends Object

Class used to represent a row in a WRON lookup file. Copyright 2010, CSIRO Australia All rights reserved.

Version:
$Revision: 78 $ $Date: 2010-07-24 16:23:13 +1000 (Sat, 24 Jul 2010) $
Author:
Robert Bridle on 08/04/2010

Field Summary
 String catchmentId
           
 String cellId
           
 String elevation
           
 String filename
           
 String latitude
           
 String longitude
           
 String reportingRegionId
           
 
Constructor Summary
CellData(String cellId, String longitude, String latitude)
           
 
Method Summary
 String getCellId()
           
 String getLatitude()
           
 String getLongitude()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cellId

public String cellId

longitude

public String longitude

latitude

public String latitude

elevation

public String elevation

catchmentId

public String catchmentId

reportingRegionId

public String reportingRegionId

filename

public String filename
Constructor Detail

CellData

public CellData(String cellId,
                String longitude,
                String latitude)
Method Detail

getLatitude

public String getLatitude()
Returns:
the latitude

getLongitude

public String getLongitude()
Returns:
the longitude

getCellId

public String getCellId()
Returns:
the cellId

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.