RPAS javaexpression
Hi masters,
I have to look into some javaexpression definition. RPAS Extension Development Guide - Volume 1 DB Server is the only document that I can find which gives some instruction how to implement RpasExpression interface.But it is not as detailed as I wish. I have so many questions. Like what is difference between srcMeasure and dstMeasure inside a javaexpression definition, like read/write permission? Why we split the arguments to source and destination as actually they are the same for a java class. Some classes' or methods' definition are invisible like IterativeAccessor, CellAccessor, RandomCellAccessor, DimensionalMeasure, etc.
How can I find and learn more about javaexpression definition?