Class SimpleAdder<T>

    • Constructor Detail

      • SimpleAdder

        public SimpleAdder()
    • Method Detail

      • add

        public void add​(Geography<T> gis,
                        T object)
        Description copied from interface: Adder
        Adds the specified object to the specified destination. Implementors are responsible for how this will actually occur, the location of the added object etc.
        Specified by:
        add in interface Adder<Geography<T>,​T>
        Parameters:
        gis - the destination to add the object to.
        object - the object to add.