Class MemoryState


  • public class MemoryState
    extends ContentState
    State for MemoryDataStore providing FeatureType and stored features.
    Author:
    Jody Garnett (Boundless)
    • Constructor Detail

      • MemoryState

        public MemoryState​(MemoryEntry entry)
        State for MemoryDataStore providing FeatureType and stored features.
      • MemoryState

        public MemoryState​(MemoryState state)
        Creates the state from an existing one.
    • Method Detail

      • copy

        public MemoryState copy()
        Description copied from class: ContentState
        Copies the state.

        Subclasses should override this method. Any mutable state objects should be cloned.

        Overrides:
        copy in class ContentState
        Returns:
        A copy of the state.