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
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
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