Class FeatureDataImpl

  • All Implemented Interfaces:
    FeatureData

    public class FeatureDataImpl
    extends java.lang.Object
    implements FeatureData
    Default implementations for FeatureData.
    Since:
    12.1
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureDataImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FeatureLayer getFeatureLayer​(int featureLayerId)
      Returns the feature data for the input feature layer.
      int[] getFeatureLayerIds()
      Returns the feature layer IDs.
      void setFeatureLayer​(int featureLayerId, FeatureLayer featureLayer)
      Sets the feature data for the input feature layer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureDataImpl

        public FeatureDataImpl()
    • Method Detail

      • getFeatureLayer

        public FeatureLayer getFeatureLayer​(int featureLayerId)
        Description copied from interface: FeatureData
        Returns the feature data for the input feature layer.
        Specified by:
        getFeatureLayer in interface FeatureData
        Returns:
      • setFeatureLayer

        public void setFeatureLayer​(int featureLayerId,
                                    FeatureLayer featureLayer)
        Description copied from interface: FeatureData
        Sets the feature data for the input feature layer.
        Specified by:
        setFeatureLayer in interface FeatureData
        Parameters:
        featureLayerId - feature layer ID
        featureLayer - feature layer object
      • getFeatureLayerIds

        public int[] getFeatureLayerIds()
        Description copied from interface: FeatureData
        Returns the feature layer IDs.
        Specified by:
        getFeatureLayerIds in interface FeatureData
        Returns: