Class Mgrs.MgrsSettings

  • All Implemented Interfaces:
    io.annot8.core.settings.Settings
    Enclosing class:
    Mgrs


    public static class Mgrs.MgrsSettings
    extends java.lang.Object
    implements io.annot8.core.settings.Settings
    • Constructor Summary

      Constructors 
      Constructor Description
      MgrsSettings​(boolean ignoreDates)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isIgnoreDates​()  
      boolean validate​()  
      • Methods inherited from class java.lang.Object

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

      • MgrsSettings

        public MgrsSettings​(boolean ignoreDates)
    • Method Detail

      • isIgnoreDates

        public boolean isIgnoreDates​()
      • validate

        public boolean validate​()
        Specified by:
        validate in interface io.annot8.core.settings.Settings