AI-generated Key Takeaways
-
Feature is an abstract class that represents a feature's metadata and should not have its reference saved.
-
Known direct subclasses of Feature are DatasetFeature and PlaceFeature.
-
The public method getFeatureType() returns the FeatureType of the feature.
| Known Direct Subclasses |
An object representing a feature's metadata. Do not save a reference to a particular feature object because the reference will not be stable.
Public Method Summary
| String |
getFeatureType()
Returns the
FeatureType
of the feature.
|
Inherited Method Summary
Public Methods
public String getFeatureType ()
Returns the FeatureType
of the feature.