The Dynamic Spatial Functions is used to retrieve the World X, World Y, Cell X, and Cell Y coordinates from primary raster at the index positions.
Function | Meaning |
---|---|
GetX() | World X coordinate of primary raster at current index position |
GetY() | World Y coordinate of primary raster at current index position |
GetCol() | Cell X coordinate of primary raster at current index position |
GetRow() | Cell Y coordinate of primary raster at current index position |