com.tensegrity.palowebviewer.modules.paloclient.client.misc
Interface IXPoint

All Known Implementing Classes:
MutableXPoint

public interface IXPoint

This interface wraps single point returned by JPaloApi (cube.getDataArray()).


Method Summary
 java.util.List getDimensions()
           
 XPath getElementPath(XPath dimensionPath)
          To get all element coordinates iterate via @see XQueryPath.getDimensions().
 IResultElement getValue()
           
 

Method Detail

getValue

IResultElement getValue()
Returns:
value of point

getElementPath

XPath getElementPath(XPath dimensionPath)
To get all element coordinates iterate via @see XQueryPath.getDimensions().

Parameters:
dimensionPath - - interesting dimension path
Returns:
XPath to current point at current dimension.

getDimensions

java.util.List getDimensions()
Returns:
dimensions Xpath list in order they added