public class ArcGISUtils extends Object
| Constructor and Description |
|---|
ArcGISUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.json.simple.JSONObject |
convertToArcJSONEnvelope(org.opengis.geometry.BoundingBox bbox) |
static org.json.simple.JSONObject |
convertToArcJSONEnvelope(org.locationtech.jts.geom.Polygon bbox) |
static org.json.simple.JSONObject |
convertToArcJSONGeometry(org.locationtech.jts.geom.Geometry g) |
static org.locationtech.jts.geom.Geometry |
convertToJTSGeometry(org.json.simple.JSONObject j,
Class binding,
org.locationtech.jts.geom.GeometryFactory gf) |
static Class |
getBinding(String esriType) |
static Class |
getGeometryBinding(String esriGeometryType) |
static String |
getGeometryType(org.locationtech.jts.geom.Geometry geometry) |
public static String getGeometryType(org.locationtech.jts.geom.Geometry geometry)
public static org.locationtech.jts.geom.Geometry convertToJTSGeometry(org.json.simple.JSONObject j,
Class binding,
org.locationtech.jts.geom.GeometryFactory gf)
public static org.json.simple.JSONObject convertToArcJSONEnvelope(org.opengis.geometry.BoundingBox bbox)
public static org.json.simple.JSONObject convertToArcJSONEnvelope(org.locationtech.jts.geom.Polygon bbox)
public static org.json.simple.JSONObject convertToArcJSONGeometry(org.locationtech.jts.geom.Geometry g)
Copyright © 2020. All rights reserved.