Class ProjJSONHelper
Object
ProjJSONHelper
Helper class for working with PROJJSON in GeoParquet files.
This class provides utility methods for parsing PROJJSON strings into GeoTools CRS objects, and converting between the PROJJSON model and GeoTools referencing objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateReferenceSystemParses a PROJJSON string into a GeoTools CRS object.
-
Constructor Details
-
ProjJSONHelper
public ProjJSONHelper()
-
-
Method Details
-
parseCRS
Parses a PROJJSON string into a GeoTools CRS object.- Parameters:
projjson- The PROJJSON string to parse- Returns:
- The parsed CRS, or WGS84 if parsing fails
-