public class ArcXMLUtils extends Object
| Constructor and Description |
|---|
ArcXMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AxlEnvelope |
convertToAxlEnvelope(org.opengis.geometry.BoundingBox bbox) |
static AxlEnvelope |
convertToAxlEnvelope(org.locationtech.jts.geom.Polygon bbox) |
static AxlGeometry |
convertToAxlGeometry(org.locationtech.jts.geom.Geometry g) |
static org.locationtech.jts.geom.Geometry |
convertToJTSGeometry(AxlGeometry axlg,
org.locationtech.jts.geom.GeometryFactory gf) |
static org.locationtech.jts.geom.Coordinate[] |
parseAxlCoords(String coords) |
static AxlRing |
polygonToAxlRing(org.locationtech.jts.geom.Polygon p) |
static String |
toAxlCoords(org.locationtech.jts.geom.Coordinate[] coords) |
public static org.locationtech.jts.geom.Geometry convertToJTSGeometry(AxlGeometry axlg, org.locationtech.jts.geom.GeometryFactory gf) throws IOException
IOExceptionpublic static org.locationtech.jts.geom.Coordinate[] parseAxlCoords(String coords) throws IOException
IOExceptionpublic static String toAxlCoords(org.locationtech.jts.geom.Coordinate[] coords)
public static AxlEnvelope convertToAxlEnvelope(org.opengis.geometry.BoundingBox bbox)
public static AxlEnvelope convertToAxlEnvelope(org.locationtech.jts.geom.Polygon bbox)
public static AxlGeometry convertToAxlGeometry(org.locationtech.jts.geom.Geometry g)
public static AxlRing polygonToAxlRing(org.locationtech.jts.geom.Polygon p)
Copyright © 2020. All rights reserved.