Re: [Geotools-gt2-users] CoordinateReferenceSystem and DefaultGeographicCRS question

2008-05-27 Thread Jody Garnett
Farrukh Najmi wrote: > I am unclear on how DefaultGeographicCRS implementation of > CoordinateReferenceSystem works and whether what I am observing is > correct behavior. > > I have the following code: > > String srsName = "urn:ogc:def:crs:EPSG:6.0:4277"; > Coordin

Re: [Geotools-gt2-users] CoordinateReferenceSystem and DefaultGeographicCRS question

2008-05-27 Thread Martin Desruisseaux
Farrukh Najmi a écrit : > I have the following code: > > String srsName = "urn:ogc:def:crs:EPSG:6.0:4277"; > CoordinateReferenceSystem crs = CRS.decode(srsName); > String srsName1 = crs.getName().toString(); > > What I was expecting is that srsName1

[Geotools-gt2-users] CoordinateReferenceSystem and DefaultGeographicCRS question

2008-05-27 Thread Farrukh Najmi
I am unclear on how DefaultGeographicCRS implementation of CoordinateReferenceSystem works and whether what I am observing is correct behavior. I have the following code: String srsName = "urn:ogc:def:crs:EPSG:6.0:4277"; CoordinateReferenceSystem crs = CRS.decod