How to instantiate a mil.nga.sf.geojson.MultiPolygon;MultiPolygon #4
Answered
by
bosborn
jorgerabello3
asked this question in
Q&A
-
Hello I'm using this lib in a personal project. I need to do some unit tests and would like to know how I can instantiate an object of type mil.nga.sf.geojson.MultiPolygon;MultiPolygon. I would like to do something like:
Can you help me please ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
bosborn
Sep 3, 2021
Replies: 1 comment 1 reply
-
or if you want to populate it with a core simple features MultiPolygon, something like...
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jorgerabello3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mil.nga.sf.geojson.MultiPolygon multiPolygon = new mil.nga.sf.geojson.MultiPolygon();
or if you want to populate it with a core simple features MultiPolygon, something like...