Class PbfLocator.LocatedPbf

  • All Implemented Interfaces:
    org.openstreetmap.atlas.geography.Located
    Enclosing class:
    PbfLocator

    public static class PbfLocator.LocatedPbf
    extends java.lang.Object
    implements org.openstreetmap.atlas.geography.Located
    • Constructor Summary

      Constructors 
      Constructor Description
      LocatedPbf​(org.openstreetmap.atlas.streaming.resource.Resource resource, org.openstreetmap.atlas.geography.Rectangle bounds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openstreetmap.atlas.geography.Rectangle bounds()  
      org.openstreetmap.atlas.streaming.resource.Resource getResource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openstreetmap.atlas.geography.Located

        within
    • Constructor Detail

      • LocatedPbf

        public LocatedPbf​(org.openstreetmap.atlas.streaming.resource.Resource resource,
                          org.openstreetmap.atlas.geography.Rectangle bounds)
    • Method Detail

      • bounds

        public org.openstreetmap.atlas.geography.Rectangle bounds()
        Specified by:
        bounds in interface org.openstreetmap.atlas.geography.Located
      • getResource

        public org.openstreetmap.atlas.streaming.resource.Resource getResource()