55565758596061
* Creates a Matches object. * @param schema metadata applicable to the features that will be stored in * this Matches object */ public Matches(FeatureSchema schema) { dataset = new FeatureDataset(schema); }