|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.datastore.postgis.PostgisResultSetConverter
public class PostgisResultSetConverter
Implements the mapping between a result set and
a FeatureSchema and Feature set.
This is a transient worker class, whose lifetime
should be no longer than the lifetime of the
provided ResultSet
| Constructor Summary | |
|---|---|
PostgisResultSetConverter(java.sql.Connection conn,
java.sql.ResultSet rs)
|
|
| Method Summary | |
|---|---|
Feature |
getFeature()
|
FeatureSchema |
getFeatureSchema()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostgisResultSetConverter(java.sql.Connection conn,
java.sql.ResultSet rs)
| Method Detail |
|---|
public FeatureSchema getFeatureSchema()
throws java.sql.SQLException
java.sql.SQLException
public Feature getFeature()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||