public class WKTCRSDecoder
extends java.lang.Object
| Constructor and Description |
|---|
WKTCRSDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.referencing.crs.CoordinateReferenceSystem |
decode(java.lang.String wkt)
Decode a given WKT string
(see WKT grammar)
|
static boolean |
isWKT(java.lang.String code)
Check if the given code represents a WKT CRS
|
public static boolean isWKT(java.lang.String code)
code - the codepublic static org.opengis.referencing.crs.CoordinateReferenceSystem decode(java.lang.String wkt)
throws org.opengis.referencing.FactoryException
wkt - the WKT stringorg.opengis.referencing.FactoryException - if the WKT string is not valid