|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.jdbc.JDBCFeatureSource
org.geotools.data.oracle.OracleFeatureSource
public class OracleFeatureSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.data.jdbc.JDBCFeatureSource |
---|
JDBCFeatureSource.JDBCQueryCapabilities |
Field Summary |
---|
Fields inherited from class org.geotools.data.jdbc.JDBCFeatureSource |
---|
queryCapabilities |
Method Summary | |
---|---|
ReferencedEnvelope |
getBounds()
Retrieve Bounds of all Features. |
ReferencedEnvelope |
getBounds(Query query)
Retrieve Bounds of Query results. |
Methods inherited from class org.geotools.data.jdbc.JDBCFeatureSource |
---|
addFeatureListener, close, close, close, count, getConnection, getCount, getDataStore, getFeatures, getFeatures, getFeatures, getInfo, getJDBCDataStore, getName, getQueryCapabilities, getSchema, getSupportedHints, getTransaction, removeFeatureListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ReferencedEnvelope getBounds() throws java.io.IOException
JDBCFeatureSource
Currently returns null, consider getFeatures().getBounds() instead.
Subclasses may override this method to perform the appropriate optimization for this result.
getBounds
in interface FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
getBounds
in class JDBCFeatureSource
java.io.IOException
- DOCUMENT ME!public ReferencedEnvelope getBounds(Query query) throws java.io.IOException
Currently returns null, consider getFeatures( query ).getBounds() instead.
Subclasses may override this method to perform the appropriate optimization for this result.
getBounds
in interface FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
getBounds
in class JDBCFeatureSource
query
- Query we are requesting the bounds of
java.io.IOException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |