public class PostgisResultSetConverter
extends java.lang.Object
FeatureSchema and Feature set.
This is a transient worker class, whose lifetime
should be no longer than the lifetime of the
provided ResultSet| Constructor and Description |
|---|
PostgisResultSetConverter(java.sql.Connection conn,
java.sql.ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeature() |
FeatureSchema |
getFeatureSchema() |
public PostgisResultSetConverter(java.sql.Connection conn,
java.sql.ResultSet rs)
public FeatureSchema getFeatureSchema() throws java.sql.SQLException
java.sql.SQLExceptionpublic Feature getFeature() throws java.lang.Exception
java.lang.Exception