Uses of Class
org.apache.sedona.common.S2Geography.Geography
Packages that use Geography
Package
Description
-
Uses of Geography in org.apache.sedona.common
Methods in org.apache.sedona.common with parameters of type Geography -
Uses of Geography in org.apache.sedona.common.geography
Methods in org.apache.sedona.common.geography that return GeographyModifier and TypeMethodDescriptionstatic GeographyConstructors.geogCollFromText(String wkt, int srid) static GeographyConstructors.geogFromEWKT(String ewkt) static GeographyConstructors.geogFromGeoHash(String geoHash, Integer precision) static GeographyConstructors.geogFromWKB(byte[] wkb) static GeographyConstructors.geogFromWKB(byte[] wkb, int SRID) static GeographyConstructors.geogFromWKT(String wkt, int srid) static GeographyConstructors.geomToGeography(org.locationtech.jts.geom.Geometry geom) static GeographyFunctions.getEnvelope(Geography geography, boolean splitAtAntiMeridian) Methods in org.apache.sedona.common.geography with parameters of type GeographyModifier and TypeMethodDescriptionstatic StringReturn EWKT for geography objectstatic org.locationtech.jts.geom.GeometryConstructors.geogToGeometry(Geography geography) static org.locationtech.jts.geom.GeometryConstructors.geogToGeometry(Geography geography, org.locationtech.jts.geom.GeometryFactory geometryFactory) static GeographyFunctions.getEnvelope(Geography geography, boolean splitAtAntiMeridian) -
Uses of Geography in org.apache.sedona.common.S2Geography
Subclasses of Geography in org.apache.sedona.common.S2GeographyModifier and TypeClassDescriptionclassclassA Geography wrapping zero or more Geography objects, representing a GEOMETRYCOLLECTION.classclassclassclassA Geography representing zero or more polylines using S2Polyline.classclassclassFields in org.apache.sedona.common.S2Geography with type parameters of type GeographyMethods in org.apache.sedona.common.S2Geography that return GeographyModifier and TypeMethodDescriptionstatic Geographystatic GeographyGeography.decodeTagged(InputStream is) static GeographyGeographySerializer.deserialize(byte[] buffer) WKBReader.read(byte[] bytes) Reads a singleGeographyin WKB format from a byte array.WKBReader.read(org.locationtech.jts.io.InStream is) Reads aGeographyin binary WKB format from anInStream.Reads a Well-Known Text representation of aGeometryfrom aString.Methods in org.apache.sedona.common.S2Geography that return types with arguments of type GeographyModifier and TypeMethodDescriptionGeographyCollection.getFeatures()Returns an immutable copy of the features list.MultiPolygonGeography.getFeatures()Methods in org.apache.sedona.common.S2Geography with parameters of type GeographyModifier and TypeMethodDescriptionvoidintIndex every S2Shape from the given Geography.voidIndex every S2Shape from the given Geography.static intAccessors.S2_dimension(Geography geography) booleanAccessors.S2_isCollection(Geography geog) Returns true if `geog` is a “collection” (i.e.static booleanAccessors.S2_isEmpty(Geography geography) doublestatic intAccessors.S2_numPoints(Geography geography) doubleAccessors.s2_perimeter(Geography geog) static doublestatic doubleExtract the Y coordinate (latitude in degrees) if this is exactly one point; otherwise returns NaN.static booleanAccessors.s2FindValidationError(Geography geog, com.google.common.geometry.S2Error error) Master dispatch for any Geography type: points, lines, polygons, or collections.static byte[]byte[]Writes aGeographyinto a byte array.voidWrites aGeographyto anOutStream.Converts aGeometryto its Well-known Text representation.voidConverts ageographyto its Well-known Text representation.voidCheck if need to write SRIDConstructors in org.apache.sedona.common.S2Geography with parameters of type GeographyModifierConstructorDescriptionShapeIndexGeography(Geography geog) Build and immediately add one Geography.Constructor parameters in org.apache.sedona.common.S2Geography with type arguments of type GeographyModifierConstructorDescriptionGeographyCollection(List<Geography> features) Wraps existing Geography features. -
Uses of Geography in org.apache.sedona.common.utils
Methods in org.apache.sedona.common.utils that return GeographyModifier and TypeMethodDescriptionstatic GeographyGeoHashDecoder.decodeGeog(String geohash, Integer precision)