s.ProjectedCRS;
>> import org.opengis.referencing.cs.CartesianCS;
>> import org.opengis.referencing.operation.MathTransformFactory;
>>
>>
>> /Paul
>>
>> -----Original Message-
>> From: Martin Desruisseaux [mailto:martin.desruisse...@geomatys.fr]
>
;
>
> /Paul
>
> -Original Message-
> From: Martin Desruisseaux [mailto:martin.desruisse...@geomatys.fr]
> Sent: den 18 december 2008 15:14
> To: Malm Paul
> Cc: geotools-gt2-users@lists.sourceforge.net
> Subject: Re: [Geotools-gt2-users] userdefined Co
;
>
> /Paul
>
> -Original Message-
> From: Martin Desruisseaux [mailto:martin.desruisse...@geomatys.fr]
> Sent: den 18 december 2008 15:14
> To: Malm Paul
> Cc: geotools-gt2-users@lists.sourceforge.net
> Subject: Re: [Geotools-gt2-users] userdefined Co
ember 2008 15:14
To: Malm Paul
Cc: geotools-gt2-users@lists.sourceforge.net
Subject: Re: [Geotools-gt2-users] userdefined CoordinateReferenceSystem
Malm Paul a écrit :
> Is there any example how to create a userdefined
> CoordinateReferenceSystem with elippsoid and projection parameters
Jody Garnett a écrit :
> Thanks for the code example; I thought I replaced FactoryGroup with
> FactoryContainer etc?
Right. Actually the name that you put is ReferencingFactoryContainer. The old
FactoryGroup does not exist anymore in GeoTools 2.5.
Martin
--
Thanks for the code example; I thought I replaced FactoryGroup with
FactoryContainer etc?
I have updated the page here to give people a starting point:
- http://docs.codehaus.org/display/GEOTDOC/03+CoordinateReferenceSystem
Cheers,
Jody
apreciado wrote:
> Hello, this is a example the Stereograp
Hello, this is a example the Stereographic projection:
FactoryGroup factories = new FactoryGroup(null);
GeographicCRS geoCRS =
org.geotools.referencing.crs.DefaultGeographicCRS.WGS84;
CartesianCS cartCS =
org.geotools.referencing.cs.DefaultCartesia
Malm Paul a écrit :
> Is there any example how to create a userdefined
> CoordinateReferenceSystem with elippsoid and projection parameters as input?
First, you need to create a GeographicCRS from your Ellipsoid. You can use
org.opengis.referencing.crs.CRSFactory for this purpose (this approach is
Hi!
Is there any example how to create a userdefined CoordinateReferenceSystem with
elippsoid and projection parameters as input?
Thanks,
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The