Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "pointName":"any location",
  3. "geom":"POINT(-71.060316 48.432044), 3857"
  4. }
  5.  
  6. public static Geometry wktToGeometry(String wellKnownText)
  7. throws ParseException {
  8.  
  9. return new WKTReader().read(wellKnownText);
  10. }
  11.  
  12. org.postgresql.util.PSQLException: ERROR: Geometry SRID (0) does not match column SRID (3857)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement