AI-generated Key Takeaways
-
DatasetFeature is a class that represents a Feature with a datasetId.
-
It has two public methods:
getDatasetAttributes()to return the dataset attributes, andgetDatasetId()to return the dataset ID. -
DatasetFeature inherits methods from the Feature class and the java.lang.Object class.
A class representing a Feature with a
datasetId.
Public Method Summary
| Map<String, String> |
getDatasetAttributes()
Returns the
datasetAttributes of the DatasetFeature.
|
| String |
getDatasetId()
Returns the
datasetId of the DatasetFeature.
|
Inherited Method Summary
Public Methods
public Map<String, String> getDatasetAttributes ()
Returns the datasetAttributes of the DatasetFeature.
public String getDatasetId ()
Returns the datasetId of the DatasetFeature.