Hi,

That is the message I receive.  Another thing I noticed is that if I load
the shape file then do:

            ShapefileDataStore sfds = (ShapefileDataStore)dataStore;
            CoordinateReferenceSystem crs = sfds.getSchema
().getDefaultGeometry().getCoordinateSystem();

crs is null, which I assume is due to geotools not being able to handle the
cooridnate system, at least with the classes I have in the classpath.

BTW, I have both gt2-epsg-hsql-2.4.1.jar and gt2-epsg-extension-2.4.1 in the
classpath.  The coordinate system CODE I mentioned (EPSG:102005) is in the
epsg-extension library, but it looks like no actual implementation is in
those libraries for the projection mentioned in the error message.

Also, I may be confusing some terms - I apologize, a lot of this is new to
me.

I read up on equidistant conic projections and have a question.  Is this a
general term for a TYPE of projection, or is there a specific 'simple conic'
projection?  Could I reliably use some other conic projection that is
supported by Geotools?

Thanks,

Cliff




On Tue, Mar 18, 2008 at 8:11 PM, Jody Garnett <[EMAIL PROTECTED]>
wrote:

> Cliff Darling wrote:
> > I have a shape file created in an ESRI project, and it is using the
> > ESRI:102005 projection (USA_Contiguous_Equidistant
> > _Conic).  I have a set of lat/long points and need to identify which
> > fall within the geography defined by the shape.
> >
> > I am having trouble converting the lat/long to the same projection as
> > the shapefile.
> I am a bit confused; if your shapefile already has the ".prj" file
> defined then you should be good? Are you getting some kind of warning
> when working with your shapefile indicating that it could not be handled?
>
> Trying it myself : org.opengis.referencing.NoSuchIdentifierException: No
> transform for classification "Equidistant_Conic".
>
> Sounds like some implementation is in order.
> Jody
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to