class StandaloneCatalogFactory extends CatalogFactory
A standalone catalog access for the Data Service.
- Annotations
 - @deprecated
 - Deprecated
 (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- Alphabetic
 - By Inheritance
 
- StandaloneCatalogFactory
 - CatalogFactory
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new StandaloneCatalogFactory(timeout: Duration, dataClientSettings: Settings)
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
- timeout
 A timeout for data access operations
- dataClientSettings
 Data Client settings (see the Data Client documentation)
 -    new StandaloneCatalogFactory(dataClientSettings: Settings)
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
- dataClientSettings
 Data Client settings (see the Data Client documentation)
 -    new StandaloneCatalogFactory(timeout: Duration)
Constructs a new instance with default Data Client Settings and a custom timeout.
 -    new StandaloneCatalogFactory()
Constructs a new instance with infinite timeout for data access operations and default Data Client Settings.
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    def create(hrn: HRN): Catalog
Creates a new catalog accessor.
Creates a new catalog accessor.
- Definition Classes
 - StandaloneCatalogFactory → CatalogFactory
 
 -    def create(hrn: HRN, version: Long): Catalog
Creates a new catalog accessor.
Creates a new catalog accessor.
- Definition Classes
 - StandaloneCatalogFactory → CatalogFactory
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def terminate(): Unit
Releases the acquired resources when accessing the catalogs is not needed anymore.
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)