Package oracle.spatial.network.lod
Interface CachedNetworkIOWM
-
- All Superinterfaces:
CachedNetworkIO
,NetworkIO
public interface CachedNetworkIOWM extends CachedNetworkIO
This interface defines methods related to workspace change.- Since:
- 11gR1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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, setNetworkCache, updateNetworkCache
-
Methods inherited from interface oracle.spatial.network.lod.NetworkIO
close, commit, computeFeatureGeometries, deleteNetworkBuffer, deleteNetworkBuffer, deletePath, deletePaths, deleteSubPath, deleteSubPaths, generatePartitionBlob, generatePartitionBlob, generatePartitionBlobs, generatePartitionBlobs, generatePartitionBlobs, getConnection, getDataSource, getGlobalNetworkName, getNetworkIOConfig, getNetworkMetadata, getNetworkName, getNextId, getNextTmpLinkId, getNextTmpNodeId, getPartitionBlobTranslator, getUserDataIOs, hasLinks, hasNodes, isLinksExist, isNodesExist, isReadFromBlob, open, readAdjacentPartitionIdsForLinks, readAdjacentPartitionIdsForNodes, readArbitraryLogicalLink, readArbitraryLogicalLinks, readArbitraryLogicalNode, readArbitraryLogicalNodes, readComponentId, readComponentIds, readFeatureData, readFeatures, readLinkIds, readLinkPartitionIds, readLinkPartitionIds, readLogicalHeavyPath, readLogicalHeavyPath, readLogicalHeavyPaths, readLogicalHeavyPaths, readLogicalLink, readLogicalLink, readLogicalLinks, readLogicalLinks, readLogicalLinks, readLogicalNetwork, readLogicalNetwork, readLogicalNetwork, readLogicalNetwork, readLogicalNetwork, readLogicalNode, readLogicalNode, readLogicalNodes, readLogicalNodes, readLogicalNodes, readLogicalPartition, readLogicalPartition, readLogicalPartition, readLogicalPartition, readLogicalPartition, readLogicalPartition, readLogicalPartitions, readLogicalPartitions, readLogicalPartitions, readLogicalPartitions, readLogicalPartitions, readLogicalPartitions, readLogicalPath, readLogicalPath, readLogicalPaths, readLogicalPaths, readLogicalSubPath, readLogicalSubPath, readLogicalSubPaths, readLogicalSubPaths, readMaximumIncomingLinkLevel, readMaximumLinkLevel, readMaximumLinkLevel, readMaximumOutgoingLinkLevel, readNetworkBuffer, readNetworkBuffer, readNetworkUpdate, readNetworkUpdate, readNetworkUpdate, readNetworkUpdates, readNodeIds, readNodePartitionId, readNodePartitionIds, readNumberOfConnectedComponents, readNumberOfLinkLevels, readNumberOfLinks, readNumberOfNodes, readNumberOfPartitions, readPartitionId, readPartitionIds, readPartitionIds, readSpatialHeavyPath, readSpatialHeavyPath, readSpatialHeavyPaths, readSpatialHeavyPaths, readSpatialLink, readSpatialLink, readSpatialLinks, readSpatialLinks, readSpatialNetwork, readSpatialNode, readSpatialNode, readSpatialNodes, readSpatialNodes, readSpatialPartition, readSpatialPartition, readSpatialPartition, readSpatialPartition, readSpatialPartition, readSpatialPartitionMBR, readSpatialPartitionMBRs, readSpatialPath, readSpatialPath, readSpatialPath, readSpatialPaths, readSpatialPaths, readSpatialPaths, readSpatialSubPath, readSpatialSubPath, readSpatialSubPath, readSpatialSubPaths, readSpatialSubPaths, readSpatialSubPaths, readUserData, rollback, saveConnectedComponents, setConnection, setDataSource, setGlobalNetworkName, setNetworkMetadata, setPartitionBlobTranslator, setReadFromBlob, setUserDataIOs, updatePartitionBlobInfo, writeNetworkBuffer, writeNetworkBuffer, writeNetworkBuffer, writeNetworkBuffer, writePath, writePath, writeSubPath, writeSubPath
-
-
-
-
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 levelsourceWorkspace
- source workspacesourceSavepoint
- source savepointtargetWorkspace
- target workspacetargetSavepoint
- target savepoint- Throws:
LODNetworkException
-
-