...
org.geotools.geometryless_2.6.6.2012112920130909.jar
Name | Type | Required | Default | Description |
dbtype | String | yes |
| must be 'locationsxy' |
driver | String | yes |
| Java Class name of installed ConectionPool JDBC driver |
urlprefix | String | yes |
| complete jdbc URL for the database connection |
xcolumn | String | no | 'longitude' | name of JDBC results column containing easting (x, longitude etc) |
ycolumn | String | no | 'latitude' | name of JDBC results column containing northing (y, latitude etc) |
geom_name | String | no | 'the_geom' | the name of the geometry attribute generated from the x,y columns |
user | String | yes |
| user name to login as |
passwd | String | yes |
| password used to login |
schema | String | no | none | database schema |
charset | String | no | none | character set |
namespace | String | no | none | namespace prefix used |
...