Class LocationServiceExt.RichLocationService

  • Enclosing class:
    LocationServiceExt

    public static class LocationServiceExt.RichLocationService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RichLocationService​(csw.location.api.scaladsl.LocationService locationService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILocationService asJava​(scala.concurrent.ExecutionContext ec)
      Returns the Java API for this instance of location service
      csw.location.api.scaladsl.LocationService locationService()  
      • Methods inherited from class java.lang.Object

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

      • RichLocationService

        public RichLocationService​(csw.location.api.scaladsl.LocationService locationService)
    • Method Detail

      • asJava

        public ILocationService asJava​(scala.concurrent.ExecutionContext ec)
        Returns the Java API for this instance of location service
        Parameters:
        ec - (undocumented)
        Returns:
        (undocumented)
      • locationService

        public csw.location.api.scaladsl.LocationService locationService()