|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.spatial.network.lod.config.ConfigManager
public class ConfigManager
This singleton class manages LOD configurations.
| 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 |
|---|
public static ConfigManager getConfigManager()
public void loadConfig(java.io.InputStream configXml)
throws LODConfigException
configXml - configuration xml in byte streamLODConfigExceptionpublic LODConfig getConfig(java.lang.String networkName)
networkName - name of the network
|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||