In my mil.nga.sf.geometry object I am getting geometry type, hasM, hasZ and point.
In my debugging I am able to see that geometry object contains list of point objects, But I am not able to take them into a list.
I am able to get the methods like getGeometryType, hasM(), hasZ() methods, but when I try to say geometry.getPoints it is not showing that method
In my geometry object I am getting List, but I am not able to take them into a list.
How can I take that list< point> into a list.
mil.nga.sf.Geometry geometry = GeometryReader.readGeometry(reader);