Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Class PartitionUpdate

java.lang.Object
  extended by oracle.spatial.network.lod.PartitionUpdate


public class PartitionUpdate
extends java.lang.Object

A PartitionUpdate object contains partition update information.

Since:
11gR1

Constructor Summary
PartitionUpdate(int partitionId)
           

 

Method Summary
 java.lang.Object clone()
           
 PartitionUpdate combine(PartitionUpdate partitionUpdate)
           
 void deleteLink(long id)
           
 void deleteNode(long id)
           
 long[] getDeletedLinkIds()
           
 long[] getDeletedNodeIds()
           
 LogicalLink getLink(long linkId)
           
 LogicalNode getNode(long nodeId)
           
 int getNodePartitionId(long nodeId)
           
 int getPartitionId()
           
 LogicalLink[] getUpdatedLinks()
           
 LogicalNode[] getUpdatedNodes()
           
 boolean isLinkDeleted(long linkId)
           
 boolean isNodeDeleted(long nodeId)
           
 void updateLink(LogicalLink link)
           
 void updateNode(LogicalNode node, int partitionId)
           

 

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

 

Constructor Detail

PartitionUpdate

public PartitionUpdate(int partitionId)

Method Detail

getPartitionId

public int getPartitionId()

updateNode

public void updateNode(LogicalNode node,
                       int partitionId)

deleteNode

public void deleteNode(long id)

updateLink

public void updateLink(LogicalLink link)

deleteLink

public void deleteLink(long id)

getUpdatedNodes

public LogicalNode[] getUpdatedNodes()

getDeletedNodeIds

public long[] getDeletedNodeIds()

getUpdatedLinks

public LogicalLink[] getUpdatedLinks()

getDeletedLinkIds

public long[] getDeletedLinkIds()

getNodePartitionId

public int getNodePartitionId(long nodeId)

getNode

public LogicalNode getNode(long nodeId)

getLink

public LogicalLink getLink(long linkId)

isLinkDeleted

public boolean isLinkDeleted(long linkId)

isNodeDeleted

public boolean isNodeDeleted(long nodeId)

combine

public PartitionUpdate combine(PartitionUpdate partitionUpdate)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.