Class DefaultFeatureResults

    • Field Detail

      • query

        protected Query query
        Query used to define this subset of features from the feature source
      • featureSource

        protected SimpleFeatureSource featureSource
        Feature source used to aquire features, note we are only a "view" of this FeatureSource, its contents, transaction and events need to be forwarded through this collection api to simplier code such as renderers.
    • Constructor Detail

      • DefaultFeatureResults

        public DefaultFeatureResults​(SimpleFeatureSource source,
                                     Query query)
                              throws IOException
        FeatureResults query against featureSource.

        Please note that is object will not be valid after the transaction has closed.

        Really? I think it would be, it would just reflect the same query against the SimpleFeatureSource using AUTO_COMMIT.

        Throws:
        IOException