org.geotools.data.vpf.io
Class TableRow

java.lang.Object
  extended byorg.geotools.data.vpf.io.TableRow
All Implemented Interfaces:
VPFRow

public class TableRow
extends java.lang.Object
implements VPFRow

TableRow.java Created: Thu Jan 02 23:58:39 2003

Version:
1.0
Author:
Artur Hefczyc

Constructor Summary
TableRow(RowField[] fieldsArr, java.util.Map fieldsMap)
          Creates a new TableRow instance.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Describe equals method here.
 int fieldsCount()
          Describe fieldsCount method here.
 RowField get(int idx)
          Describe get method here.
 RowField get(java.lang.String name)
          Describe get method here.
 int hashCode()
           
 java.lang.String toString()
          Describe toString method here.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow(RowField[] fieldsArr,
                java.util.Map fieldsMap)
Creates a new TableRow instance.

Parameters:
fieldsArr - a RowField[] value
fieldsMap - a HashMap value
Method Detail

toString

public java.lang.String toString()
Describe toString method here.

Returns:
a String value

fieldsCount

public int fieldsCount()
Describe fieldsCount method here.

Returns:
an int value

get

public RowField get(java.lang.String name)
Describe get method here.

Parameters:
name - a String value
Returns:
a RowField value

get

public RowField get(int idx)
Describe get method here.

Parameters:
idx - an int value
Returns:
a RowField value

equals

public boolean equals(java.lang.Object obj)
Describe equals method here.

Parameters:
obj - an Object value
Returns:
a boolean value

hashCode

public int hashCode()


Copyright © GeoTools. All Rights Reserved.