The situation you describe is not very common - often when reading a
shapefile it includes a "prj" file which describes the referencing
information exactly. This is much better then "georeferencing" which is
only a guess.

Still if your hear is set on georeferrencing check out this class:
http://docs.geotools.org/latest/javadocs/org/geotools/referencing/operation/transform/WarpBuilder.html

Jody Garnett


On Fri, Apr 4, 2014 at 7:28 PM, suri <surendranath1...@gmail.com> wrote:

> Hi ,
>
> I am new to geo tools.
>
> Presently in our project we are doing reading and writing shape files (as
> polygons maps) using geotools. Now we have to include information of Geo
> spatial data (coordinates) to the map. its same procedure as in QGIS where
> we open raster file, will specify the coordinates in the map and start the
> Geo referencer.
>
>
>
>
>
>
>
>
>
>
>
>
> /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
> Please consider your environmental responsibility.
> Before printing this e-mail message, ask yourself whether you really need
> a hard copy.
>
> Life is what happens to you, while you're busy making other plans
>
> We do not inherit the earth from our ancestors; we borrow it from our
> children.
> Leave them a living planet reduce your carbon foot print.
> ------------------------------------------------------------
> --------------------------------*/
>
>
>
>
>
>
> yours suri chinna
>
>
> On Fri, Apr 4, 2014 at 12:47 PM, Jody Garnett <jody.garn...@gmail.com>wrote:
>
>> Not quite sure what you mean? Either you can supply the correct EPSG code
>> (or WKT) to describe how the coordinates were recorded. There has also been
>> some raster experiments with warp transforms (where a series of control
>> point matches are used to define a transform).
>>
>> Jody
>>
>> Jody Garnett
>>
>>
>> On Wed, Apr 2, 2014 at 8:41 PM, suri <surendranath1...@gmail.com> wrote:
>>
>>> how to do  georeference polygon shape by using geotools like we are
>>> doing using qgis.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>>
>>> Please consider your environmental responsibility.
>>> Before printing this e-mail message, ask yourself whether you really
>>> need a hard copy.
>>>
>>> Life is what happens to you, while you're busy making other plans
>>>
>>> We do not inherit the earth from our ancestors; we borrow it from our
>>> children.
>>> Leave them a living planet reduce your carbon foot print.
>>> ------------------------------------------------------------
>>> --------------------------------*/
>>>
>>>
>>>
>>>
>>>
>>>
>>> yours suri chinna
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> GeoTools-GT2-Users mailing list
>>> GeoTools-GT2-Users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>>>
>>>
>>
>
------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to