public class PrjParser extends Object
org.jproj.parser.Proj4Parser that builds the
CRS.| Constructor and Description |
|---|
PrjParser()
Creates a new parser.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getParameters(String prjString)
Parses a WKT PRJ String into a set of parameters.
|
PrjElement |
parseNode(CharBuffer s)
Parses a Node into its PrjElement representation.
|
public Map<String,String> getParameters(String prjString)
prjString - a WKT stringPrjParserException - if the PRJ cannot be parsed into a CRS for any
reasonpublic PrjElement parseNode(CharBuffer s)
s - the Buffer to parseCopyright © 2019 CNRS. All rights reserved.