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()).
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