Interface XYDataset

All Superinterfaces:
BaseDataset, Serializable
All Known Implementing Classes:
XYForAllRecordsDataset, XYForEachRecordDataset, XYOneGroupDataset

public interface XYDataset extends BaseDataset
An interface that is implemented by data sets that have x, y and size fields. For more information see the implementors of this interface.
Since:
8.0
See Also: