Dear All, How can I get certain part boundary extents from polygon.I am using below code to get full extents of the polygon.
Code to get bounds extents :- shapeObj shape = layer.getFeature(shapeInd, -1); lab.Text = "Min X :" + shape.bounds.minx +","+"Max X :" + shape.bounds.maxx +"," + " Min Y :" + shape.bounds.maxy +","+ "Max Y :" + shape.bounds.maxy; Please anyone can guide me.I am waiting for your great response. Thanks and Regards, Ven
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
