com.partnersoft.v3x.apps.MapBrowser.locate
Class SQL2PointDatafileConfig

java.lang.Object
  extended by com.partnersoft.v3x.io.sql.DatabaseExtractorConfig
      extended by com.partnersoft.v3x.apps.MapBrowser.locate.SQL2PointDatafileConfig
All Implemented Interfaces:
java.io.Serializable

public class SQL2PointDatafileConfig
extends DatabaseExtractorConfig

Configuration for extracting named points from an SQL database.

See Also:
Serialized Form

Constructor Summary
SQL2PointDatafileConfig()
          Create a new SQL2PointDatafileConfig.
 
Method Summary
 java.lang.String getXField()
          Name of field containing x coordinates.
 java.lang.String getYField()
          Name of field containing y coordinates.
 void setXField(java.lang.String newXField)
          Name of field containing x coordinates.
 void setYField(java.lang.String newYField)
          Name of field containing y coordinates.
 
Methods inherited from class com.partnersoft.v3x.io.sql.DatabaseExtractorConfig
getConnection, getDumpPath, getIndexField, getName, getNoLowerCase, getNoTrim, getQuery, getSortOnDisk, setConnection, setDumpPath, setIndexField, setName, setNoLowerCase, setNoTrim, setQuery, setSortOnDisk, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQL2PointDatafileConfig

public SQL2PointDatafileConfig()
Create a new SQL2PointDatafileConfig.

Method Detail

getXField

public java.lang.String getXField()
Name of field containing x coordinates.


setXField

public void setXField(java.lang.String newXField)
Name of field containing x coordinates.


getYField

public java.lang.String getYField()
Name of field containing y coordinates.


setYField

public void setYField(java.lang.String newYField)
Name of field containing y coordinates.