collection abstract method

Future<OGCFeatureSource> collection(
  1. String id
)

Get a feature source for a feature collection identified by id.

Implementation

Future<OGCFeatureSource> collection(String id);