createCollection(String id) Subclasses must implement this to return a new FeatureCollection object
with a particular id.
Parameters: id - The identification of the feature collection.
newCollection(String id) Creates a new FeatureCollection with a particular id using the current
default factory.
Parameters: id - The id of the feature collection.
Subclasses must implement this to return a new FeatureCollection object
with a particular id.
Parameters: id - The identification of the feature collection. A new FeatureCollection with the specified id.
Creates a new FeatureCollection with a particular id using the current
default factory.
Parameters: id - The id of the feature collection. A new FeatureCollection intsance with the specified id. since: 2.4