Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.network.lod.config
Class ConfigManager

java.lang.Object
  extended by oracle.spatial.network.lod.config.ConfigManager


public class ConfigManager
extends java.lang.Object

This singleton class manages LOD configurations.

Since:
11gR1

Method Summary
 LODConfig getConfig(java.lang.String networkName)
          Returns the LOD Configuration information for the specified network.
static ConfigManager getConfigManager()
          Returns the singleton of ConfigManager.
 void loadConfig(java.io.InputStream configXml)
          Loads LOD configuration xml.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getConfigManager

public static ConfigManager getConfigManager()
Returns the singleton of ConfigManager.
Returns:
the singleton of ConfigManager

loadConfig

public void loadConfig(java.io.InputStream configXml)
                throws LODConfigException
Loads LOD configuration xml.
Parameters:
configXml - configuration xml in byte stream
Throws:
LODConfigException

getConfig

public LODConfig getConfig(java.lang.String networkName)
Returns the LOD Configuration information for the specified network.
Parameters:
networkName - name of the network
Returns:
LOD configuration information

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.