java.lang.String[] #202
pavloivanov2021
started this conversation in
General
Replies: 2 comments 1 reply
-
Have you ever tried from one of them?:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Dear All, Appologies, "cavity_x_coords.toString() returns '[Ljava.lang.String;@56303475'" in my first message should be "x.toString() returns '[Ljava.lang.String;@56303475'". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear All,
This line in my code returns the object of type <java class 'java.lang.String[]'>
x = model.geom("geom1").feature(names[0]).getStringArray("x")
Is there any way of converting it to python list or string?
cavity_x_coords.toString() returns '[Ljava.lang.String;@56303475' which i cannot make sense of.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions