Class AtlasGeneratorHelper.NamedAtlasStatistics

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AtlasGeneratorHelper

    protected static class AtlasGeneratorHelper.NamedAtlasStatistics
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedAtlasStatistics​(java.lang.String name, org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics atlasStatistics)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics getAtlasStatistics()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • NamedAtlasStatistics

        public NamedAtlasStatistics​(java.lang.String name,
                                    org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics atlasStatistics)
    • Method Detail

      • getAtlasStatistics

        public org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics getAtlasStatistics()
      • getName

        public java.lang.String getName()