Skip navigation links

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


oracle.spatial.network.lod
Interface CachedNetworkIOWM

All Superinterfaces:
CachedNetworkIO, NetworkIO

public interface CachedNetworkIOWM
extends CachedNetworkIO

This interface defines methods related to work space change.

Since:
11gR1

Field Summary
static java.lang.String DIFF_LINKS
           
static java.lang.String DIFF_NODES
           

 

Method Summary
 void updateNetworkCacheForWorkspaceChange(int linkLevel, java.lang.String sourceWorkspace, java.lang.String sourceSavepoint, java.lang.String targetWorkspace, java.lang.String targetSavepoint)
          Update network cache after switching workspace.

 

Methods inherited from interface oracle.spatial.network.lod.CachedNetworkIO
getNetworkCache, updateNetworkCache

 

Methods inherited from interface oracle.spatial.network.lod.NetworkIO
commit, deletePath, deletePaths, deleteSubPath, deleteSubPaths, generatePartitionBlob, generatePartitionBlobs, getGlobalNetworkName, getNetworkMetadata, getNetworkUpdate, getNetworkUpdate, getNextTmpLinkId, getNextTmpNodeId, isLinksExist, isNodesExist, readAdjacentPartitionIdsForLinks, readAdjacentPartitionIdsForNodes, readComponentId, readComponentIds, readLogicalHeavyPath, readLogicalHeavyPaths, readLogicalLink, readLogicalLinks, readLogicalNetwork, readLogicalNetwork, readLogicalNode, readLogicalNodes, readLogicalPartition, readLogicalPartition, readLogicalPartitions, readLogicalPartitions, readLogicalPath, readLogicalPaths, readLogicalSubPath, readLogicalSubPaths, readMaximumIncomingLinkLevel, readMaximumLinkLevel, readMaximumLinkLevel, readMaximumOutgoingLinkLevel, readNodeIds, readNumberOfConnectedComponents, readNumberOfLinkLevels, readNumberOfLinks, readNumberOfNodes, readNumberOfPartitions, readPartitionId, readPartitionIds, readPartitionIds, readSpatialHeavyPath, readSpatialHeavyPaths, readSpatialLink, readSpatialNetwork, readSpatialNode, readSpatialPartition, readSpatialPartitionMBR, readSpatialPartitionMBRs, readSpatialPath, readSpatialPath, readSpatialPaths, readSpatialPaths, readSpatialSubPath, readSpatialSubPath, readSpatialSubPaths, readSpatialSubPaths, readUserData, rollback, saveConnectedComponents, writePath, writePath, writeSubPath, writeSubPath

 

Field Detail

DIFF_NODES

static final java.lang.String DIFF_NODES
See Also:
Constant Field Values

DIFF_LINKS

static final java.lang.String DIFF_LINKS
See Also:
Constant Field Values

Method Detail

updateNetworkCacheForWorkspaceChange

void updateNetworkCacheForWorkspaceChange(int linkLevel,
                                          java.lang.String sourceWorkspace,
                                          java.lang.String sourceSavepoint,
                                          java.lang.String targetWorkspace,
                                          java.lang.String targetSavepoint)
                                          throws LODNetworkException
Update network cache after switching workspace.
Parameters:
linkLevel - network link level
sourceWorkspace - source workspace
sourceSavepoint - source savepoint
targetWorkspace - target workspace
targetSavepoint - target savepoint
Throws:
LODNetworkException

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.