Class Constructors
java.lang.Object
org.apache.sedona.common.geography.Constructors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeographygeogCollFromText(String wkt, int srid) static GeographygeogFromEWKT(String ewkt) static GeographygeogFromGeoHash(String geoHash, Integer precision) static GeographygeogFromWKB(byte[] wkb) static GeographygeogFromWKB(byte[] wkb, int SRID) static GeographygeogFromWKT(String wkt, int srid) static org.locationtech.jts.geom.GeometrygeogToGeometry(Geography geography) static org.locationtech.jts.geom.GeometrygeogToGeometry(Geography geography, org.locationtech.jts.geom.GeometryFactory geometryFactory) static GeographygeomToGeography(org.locationtech.jts.geom.Geometry geom)
-
Constructor Details
-
Constructors
public Constructors()
-
-
Method Details
-
geogFromWKB
- Throws:
org.locationtech.jts.io.ParseException
-
geogFromWKB
public static Geography geogFromWKB(byte[] wkb, int SRID) throws org.locationtech.jts.io.ParseException - Throws:
org.locationtech.jts.io.ParseException
-
geogFromWKT
public static Geography geogFromWKT(String wkt, int srid) throws org.locationtech.jts.io.ParseException - Throws:
org.locationtech.jts.io.ParseException
-
geogFromEWKT
- Throws:
org.locationtech.jts.io.ParseException
-
geogCollFromText
public static Geography geogCollFromText(String wkt, int srid) throws org.locationtech.jts.io.ParseException - Throws:
org.locationtech.jts.io.ParseException
-
geogFromGeoHash
-
geogToGeometry
-
geogToGeometry
public static org.locationtech.jts.geom.Geometry geogToGeometry(Geography geography, org.locationtech.jts.geom.GeometryFactory geometryFactory) -
geomToGeography
-