Skip navigation links

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


oracle.spatial.network.lod
Interface CachedNetworkIO

All Superinterfaces:
NetworkIO
All Known Subinterfaces:
CachedNetworkIOWM

public interface CachedNetworkIO
extends NetworkIO

This interface defines methods related to cached network input and output.

Since:
11gR1

Method Summary
 LeveledNetworkCache getNetworkCache()
          Returns the network cache for all link levels.
 void updateNetworkCache(int linkLevel, NetworkUpdate networkUpdate)
          Update network cache.

 

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

 

Method Detail

getNetworkCache

LeveledNetworkCache getNetworkCache()
Returns the network cache for all link levels.
Returns:
network cache for the specified link level

updateNetworkCache

void updateNetworkCache(int linkLevel,
                        NetworkUpdate networkUpdate)
                        throws LODNetworkException
Update network cache.
Parameters:
linkLevel - network link level
networkUpdate - network update object that contains all the changes that should be applied to the network cache
Throws:
LODNetworkException

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.