protected Point2D.Double _getValueLonLatPoint2doubleFromPoint(
ShapefileRecord sfrCur,
boolean blnIsGeometryLonLat,
int intCount) throws Exception
{
ShapefileRecordPoint recPoint = (ShapefileRecordPoint) sfrCur;
double[] dblsPoint = recPoint.getPoint();
Point2D.Double p2dLonLat = null;
//MEMO : working with LON LAT
if (blnIsGeometryLonLat)