org.deegree.tools.crs.georeferencing.model
Class RowColumn

java.lang.Object
  extended by org.deegree.tools.crs.georeferencing.model.RowColumn

public class RowColumn
extends Object

TODO add class documentation here

Version:
$Revision: 28806 $, $Date: 2010-12-16 11:18:55 +0100 (Thu, 16 Dec 2010) $
Author:
Steffen Thomas, last edited by: $Author: aschmitz $

Constructor Summary
RowColumn(int row, int columnX, int columnY)
           
 
Method Summary
 int getColumnX()
           
 int getColumnY()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowColumn

public RowColumn(int row,
                 int columnX,
                 int columnY)
Method Detail

getRow

public int getRow()

getColumnX

public int getColumnX()

getColumnY

public int getColumnY()


Copyright © 2011. All Rights Reserved.