Modifier and Type | Field and Description |
---|---|
static int |
FORMAT_GML |
static int |
FORMAT_UNKNOWN |
static int |
FORMAT_WKB |
static int |
FORMAT_WKT |
Constructor and Description |
---|
MultiFormatReader() |
MultiFormatReader(GeometryFactory geomFactory) |
Modifier and Type | Method and Description |
---|---|
static int |
format(String s) |
static boolean |
isGeoJSON(String str) |
static boolean |
isGML(String str) |
static boolean |
isWKB(String str) |
static boolean |
isWKT(String s) |
Geometry |
read(String geomStr) |
public static final int FORMAT_UNKNOWN
public static final int FORMAT_WKT
public static final int FORMAT_WKB
public static final int FORMAT_GML
public MultiFormatReader()
public MultiFormatReader(GeometryFactory geomFactory)
public static boolean isWKT(String s)
public static boolean isWKB(String str)
public static boolean isGML(String str)
public static boolean isGeoJSON(String str)
public static int format(String s)
public Geometry read(String geomStr) throws ParseException, IOException
ParseException
IOException
Copyright © 2020. All rights reserved.