Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Accessors - Class in org.apache.sedona.common.S2Geography
- Accessors() - Constructor for class org.apache.sedona.common.S2Geography.Accessors
- add(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- add(Geography, int) - Method in class org.apache.sedona.common.S2Geography.GeographyIndex
- ADD_OFFSET - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- addBand(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Index of fromRaster will be taken as 1 and will be copied at the end of the toRaster
- addBand(GridCoverage2D, GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
The new band will be added to the end of the toRaster
- addBand(GridCoverage2D, GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- addBandFromArray(GridCoverage2D, double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
-
Adds a new band to the given raster, using the given array as the band values.
- addBandFromArray(GridCoverage2D, double[], int) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- addBandFromArray(GridCoverage2D, double[], int, Double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
-
Adds a new band to the given raster, using the given array as the band values.
- addGeometry(Geometry, List<T>) - Method in class org.apache.sedona.common.utils.FormatUtils
- addIndex(S2Shape) - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
-
Add one raw shape into the index, return its new ID
- addIndex(Geography) - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
-
Index every S2Shape from the given Geography.
- addIndex(Geography) - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
-
Index every S2Shape from the given Geography.
- addMeasure(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- addMeasure(Geometry, double, double) - Static method in class org.apache.sedona.common.utils.GeomUtils
- addMultiGeometry(GeometryCollection, List<T>) - Method in class org.apache.sedona.common.utils.FormatUtils
- addPoint(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- addPoint(Geometry, Geometry, int) - Static method in class org.apache.sedona.common.Functions
- affine(Geometry, double, double, double, double, double, double) - Static method in class org.apache.sedona.common.Functions
- affine(Geometry, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.apache.sedona.common.Functions
- affineGeom(Geometry, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) - Static method in class org.apache.sedona.common.utils.GeomUtils
- AffineTransform2DSerializer - Class in org.apache.sedona.common.raster.serde
-
AffineTransform2D cannot be correctly deserialized by the default serializer of Kryo, so we need to provide a custom serializer.
- AffineTransform2DSerializer() - Constructor for class org.apache.sedona.common.raster.serde.AffineTransform2DSerializer
- allowTopologicallyInvalidGeometries - Variable in class org.apache.sedona.common.utils.FormatUtils
-
Allow mapping of invalid geometries.
- angle(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- angle(Geometry, Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- angle(Geometry, Geometry, Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- angularHeight(Envelope) - Static method in class org.apache.sedona.common.sphere.Spheroid
- angularWidth(Envelope) - Static method in class org.apache.sedona.common.sphere.Spheroid
- antiMeridianSafeGeom(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Returns a geometry that does not cross the anti meridian.
- apply(CoordinateFilter) - Method in class org.apache.sedona.common.geometryObjects.Circle
- apply(CoordinateSequenceFilter) - Method in class org.apache.sedona.common.geometryObjects.Circle
- apply(GeometryComponentFilter) - Method in class org.apache.sedona.common.geometryObjects.Circle
- apply(GeometryFilter) - Method in class org.apache.sedona.common.geometryObjects.Circle
- applyRasterMask(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Superimposes the mask values onto the original raster, maintaining the original values where the mask is NaN.
- approximateMedialAxis(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Computes an approximate medial axis of an areal geometry by computing the straight skeleton and filtering to keep only interior edges.
- approximateMedialAxis(Geometry, Integer) - Static method in class org.apache.sedona.common.Functions
-
Computes an approximate medial axis of an areal geometry by computing the straight skeleton and filtering to keep only interior edges, with optional vertex simplification.
- approxPathCells(Coordinate, Coordinate, int, boolean) - Static method in class org.apache.sedona.common.utils.H3Utils
- area(Geometry) - Static method in class org.apache.sedona.common.Functions
- area(Geometry) - Static method in class org.apache.sedona.common.sphere.Spheroid
-
Calculate the area of a geometry using the Spheroid formula.
- asArcGrid(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asArcGrid(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asBase64(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asBase64(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asEWKB(Geography) - Static method in class org.apache.sedona.common.Functions
- asEWKB(Geometry) - Static method in class org.apache.sedona.common.Functions
- asEWKT(Geography) - Static method in class org.apache.sedona.common.Functions
- asEWKT(Geography) - Static method in class org.apache.sedona.common.geography.Functions
-
Return EWKT for geography object
- asEWKT(Geometry) - Static method in class org.apache.sedona.common.Functions
- asGeoJson(Geometry) - Static method in class org.apache.sedona.common.Functions
- asGeoJson(Geometry, String) - Static method in class org.apache.sedona.common.Functions
- asGeoTiff(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asGeoTiff(GridCoverage2D, String, double) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asGML(Geometry) - Static method in class org.apache.sedona.common.Functions
- asHexEWKB(Geometry) - Static method in class org.apache.sedona.common.Functions
- asHexEWKB(Geometry, String) - Static method in class org.apache.sedona.common.Functions
- asKML(Geometry) - Static method in class org.apache.sedona.common.Functions
- asMatrix(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asMatrix(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asMatrix(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asMatrixPretty(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asPNG(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asPNG(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- asRaster(Geometry, GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Returns a raster that is converted from the geometry provided.
- asRaster(Geometry, GridCoverage2D, String, boolean) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Returns a raster that is converted from the geometry provided.
- asRaster(Geometry, GridCoverage2D, String, boolean, double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Returns a raster that is converted from the geometry provided.
- asRaster(Geometry, GridCoverage2D, String, boolean, double, Double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Returns a raster that is converted from the geometry provided.
- asRaster(Geometry, GridCoverage2D, String, boolean, double, Double, boolean) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Returns a raster that is converted from the geometry provided.
- asRasterWithRasterExtent(Geometry, GridCoverage2D, String, boolean, double, Double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
For internal use only! Returns a raster that is converted from the geometry provided with the extent of the reference raster.
- asWKB(Geometry) - Static method in class org.apache.sedona.common.Functions
- asWKT(Geometry) - Static method in class org.apache.sedona.common.Functions
- AVG_EARTH_RADIUS - Static variable in class org.apache.sedona.common.sphere.Haversine
-
Calculate the distance between two points on the earth using the "haversine" formula.
- AWTRasterSerializer - Class in org.apache.sedona.common.raster.serde
- AWTRasterSerializer() - Constructor for class org.apache.sedona.common.raster.serde.AWTRasterSerializer
- azimuth(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
B
- BAND_ATTR_PREFIX - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- bandAsArray(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.MapAlgebra
-
Returns the values of the given band as a 1D array.
- bandIsNoData(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- bandIsNoData(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
-
Returns true if the band is filled with only nodata values.
- baseLength(Geometry) - Static method in class org.apache.sedona.common.Functions
- baseLength(Geometry) - Static method in class org.apache.sedona.common.sphere.Spheroid
-
Base function to calculate the spheroid length/perimeter
- BaseSimplifier - Class in org.apache.sedona.common.simplify
- BaseSimplifier() - Constructor for class org.apache.sedona.common.simplify.BaseSimplifier
- BBox - Class in org.apache.sedona.common.utils
- BBox(double, double, double, double) - Constructor for class org.apache.sedona.common.utils.BBox
- BBox(BBox) - Constructor for class org.apache.sedona.common.utils.BBox
- bernoulli(double) - Method in class org.apache.sedona.common.spider.DiagonalGenerator
-
Generate a random value {0, 1} from a bernoulli distribution with parameter p
- bestSRID(Geometry) - Static method in class org.apache.sedona.common.Functions
- BitGenerator - Class in org.apache.sedona.common.spider
-
Generates geometries that are distributed according to the Bit distribution
- BitGenerator(Random, BitGenerator.BitParameter) - Constructor for class org.apache.sedona.common.spider.BitGenerator
- BitGenerator.BitParameter - Class in org.apache.sedona.common.spider
- BitParameter(PointBasedGenerator.PointBasedParameter, double, int) - Constructor for class org.apache.sedona.common.spider.BitGenerator.BitParameter
- bitwiseAnd(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- bitwiseOr(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- boundary(Geometry) - Static method in class org.apache.sedona.common.Functions
- boundingDiagonal(Geometry) - Static method in class org.apache.sedona.common.Functions
- buffer - Variable in class org.apache.sedona.common.spider.DiagonalGenerator.DiagonalParameter
-
For points not exactly on the diagonal, the buffer in which they are dispersed
- buffer(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- buffer(Geometry, double, boolean) - Static method in class org.apache.sedona.common.Functions
- buffer(Geometry, double, boolean, String) - Static method in class org.apache.sedona.common.Functions
- bufferSpheroid(Geometry, double, BufferParameters) - Static method in class org.apache.sedona.common.FunctionsGeoTools
- buildArea(Geometry) - Static method in class org.apache.sedona.common.Functions
- buildArea(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- ByteArrayImageInputStream - Class in org.apache.sedona.common.raster.inputstream
- ByteArrayImageInputStream(byte[]) - Constructor for class org.apache.sedona.common.raster.inputstream.ByteArrayImageInputStream
- bytesToHex(byte[]) - Static method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Deprecated.
C
- CachedCRSTransformFinder - Class in org.apache.sedona.common.utils
-
A utility class for finding CRS transforms.
- calcAngle(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.apache.sedona.common.utils.GeomUtils
- calculate(Geometry, int) - Static method in class org.apache.sedona.common.utils.GeometryGeoHashEncoder
- calculateGeoHash(Point, long) - Static method in class org.apache.sedona.common.utils.PointGeoHashEncoder
- cardinality - Variable in class org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
-
The number of boxes to generate
- carryInputData - Variable in class org.apache.sedona.common.utils.FormatUtils
-
The carry input data.
- CELL_CENTER - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- cellSizeMap - Static variable in class org.apache.sedona.common.utils.H3Utils
- cellToCoordinate(long) - Static method in class org.apache.sedona.common.utils.H3Utils
- center - Variable in class org.apache.sedona.common.utils.InscribedCircle
- Circle - Class in org.apache.sedona.common.geometryObjects
-
The Class Circle.
- Circle(Geometry, Double) - Constructor for class org.apache.sedona.common.geometryObjects.Circle
-
Instantiates a new circle.
- CIRCLE - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- CircleSimplifier - Class in org.apache.sedona.common.simplify
- CircleSimplifier() - Constructor for class org.apache.sedona.common.simplify.CircleSimplifier
- clip(GridCoverage2D, int, Geometry) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Return a clipped raster with the specified ROI by the geometry.
- clip(GridCoverage2D, int, Geometry, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Return a clipped raster with the specified ROI by the geometry.
- clip(GridCoverage2D, int, Geometry, boolean, double) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Return a clipped raster with the specified ROI by the geometry.
- clip(GridCoverage2D, int, Geometry, boolean, double, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Return a clipped raster with the specified ROI by the geometry
- clip(GridCoverage2D, int, Geometry, boolean, double, boolean, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Return a clipped raster with the specified ROI by the geometry
- clone(RenderedImage, GridGeometry2D, GridSampleDimension[], GridCoverage2D, Double, boolean) - Static method in class org.apache.sedona.common.utils.RasterUtils
- clone(RenderedImage, GridSampleDimension[], GridCoverage2D, Double, boolean) - Static method in class org.apache.sedona.common.utils.RasterUtils
- clone(WritableRaster, GridGeometry2D, GridSampleDimension[], GridCoverage2D, Double, boolean) - Static method in class org.apache.sedona.common.utils.RasterUtils
- clone(WritableRaster, GridSampleDimension[], GridCoverage2D, Double, boolean) - Static method in class org.apache.sedona.common.utils.RasterUtils
- closestPoint(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- collectionExtract(Geometry) - Static method in class org.apache.sedona.common.Functions
- collectionExtract(Geometry, Integer) - Static method in class org.apache.sedona.common.Functions
- colX - Variable in class org.apache.sedona.common.raster.PixelRecord
- COMMA - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- COMPACT - Enum constant in enum class org.apache.sedona.common.S2Geography.EncodeOptions.CodingHint
- compareToSameClass(Object) - Method in class org.apache.sedona.common.geometryObjects.Circle
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.apache.sedona.common.geometryObjects.Circle
- computeDimensionFromShapes() - Method in class org.apache.sedona.common.S2Geography.Geography
-
Usage of checking all shapes in side collection geography
- computeEnvelopeInternal() - Method in class org.apache.sedona.common.geometryObjects.Circle
- computeSkeleton(Polygon, int) - Method in class org.apache.sedona.common.approximate.StraightSkeleton
-
Compute the straight skeleton for a polygon.
- concaveHull(Geometry, double, boolean) - Static method in class org.apache.sedona.common.Functions
- Constructors - Class in org.apache.sedona.common
- Constructors - Class in org.apache.sedona.common.geography
- Constructors() - Constructor for class org.apache.sedona.common.Constructors
- Constructors() - Constructor for class org.apache.sedona.common.geography.Constructors
- contains(double, double) - Method in class org.apache.sedona.common.utils.HalfOpenRectangle
- contains(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- contains(Point) - Method in class org.apache.sedona.common.utils.HalfOpenRectangle
- convertCRSIfNeeded(Geometry, CoordinateReferenceSystem) - Static method in class org.apache.sedona.common.utils.RasterUtils
- convexHull(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.GeometryFunctions
-
* Returns the convex hull of the input raster
- convexHull(Geometry) - Static method in class org.apache.sedona.common.Functions
- COORD_IDX_NOT_FOUND - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- COORD_VARIABLE_NOT_FOUND - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- CoordinateSplitter - Class in org.apache.sedona.common.simplify
- CoordinateSplitter() - Constructor for class org.apache.sedona.common.simplify.CoordinateSplitter
- CoordinateSplitter.SplitInPlace - Class in org.apache.sedona.common.simplify
- CoordinatesSimplifier - Class in org.apache.sedona.common.simplify
- CoordinatesSimplifier() - Constructor for class org.apache.sedona.common.simplify.CoordinatesSimplifier
- coordinateToCell(Coordinate, int) - Static method in class org.apache.sedona.common.utils.H3Utils
- coordinateToCellID(Coordinate, int) - Static method in class org.apache.sedona.common.utils.S2Utils
- coordinateToLatLng(Coordinate) - Static method in class org.apache.sedona.common.utils.H3Utils
- copy() - Method in class org.apache.sedona.common.geometryObjects.Circle
- copy() - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- copyData(WritableRaster) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- copyInternal() - Method in class org.apache.sedona.common.geometryObjects.Circle
- copyRasterAndAppendBand(GridCoverage2D, Object) - Static method in class org.apache.sedona.common.utils.RasterUtils
- copyRasterAndAppendBand(GridCoverage2D, Object, Double) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
This is an experimental method as it does not copy the original raster properties (e.g.
- copyRasterAndReplaceBand(GridCoverage2D, int, Object) - Static method in class org.apache.sedona.common.utils.RasterUtils
- copyRasterAndReplaceBand(GridCoverage2D, int, Object, Double, boolean) - Static method in class org.apache.sedona.common.utils.RasterUtils
- copyRasterWithPadding(Raster, int, WritableRaster, int, double) - Static method in class org.apache.sedona.common.utils.ImageUtils
-
Copy a raster to another raster, with padding if necessary.
- countValue(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- coveredBy(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- covers(Geometry) - Method in class org.apache.sedona.common.geometryObjects.Circle
- covers(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- create(int) - Static method in class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- create(RenderedImage, GridGeometry2D, GridSampleDimension[], Double) - Static method in class org.apache.sedona.common.utils.RasterUtils
- create(WritableRaster, GridGeometry2D, GridSampleDimension[]) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Create a new empty raster from the given WritableRaster object.
- create(WritableRaster, GridGeometry2D, GridSampleDimension[], Double) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Create a new empty raster from the given WritableRaster object.
- create(WritableRaster, GridGeometry2D, GridSampleDimension[], Double, Map) - Static method in class org.apache.sedona.common.utils.RasterUtils
- create(String, int) - Static method in class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- create(String, Random, Map<String, String>) - Static method in class org.apache.sedona.common.spider.GeneratorFactory
-
Creates an instance of
Generatorwith the given name, random number generator, and configuration. - create(Map<String, String>) - Static method in class org.apache.sedona.common.spider.BitGenerator.BitParameter
- create(Map<String, String>) - Static method in class org.apache.sedona.common.spider.DiagonalGenerator.DiagonalParameter
- create(Map<String, String>) - Static method in class org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
- createHTMLString(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- createHTMLString(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterOutputs
- createMultiGeometry(Geometry[]) - Static method in class org.apache.sedona.common.Functions
- createMultiGeometryFromOneElement(Geometry) - Static method in class org.apache.sedona.common.Functions
- createRandomCoord(Envelope) - Method in class org.apache.sedona.common.utils.RandomPointsBuilderSeed
- createSampleDimensionWithNoDataValue(String, double) - Static method in class org.apache.sedona.common.utils.RasterUtils
- createSampleDimensionWithNoDataValue(GridSampleDimension, double) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Create a sample dimension using a given sampleDimension as template, with the give no data value.
- createWKBWriter(int) - Static method in class org.apache.sedona.common.utils.GeomUtils
- createWKBWriter(int, boolean) - Static method in class org.apache.sedona.common.utils.GeomUtils
- crop(GridCoverage2D, double, Geometry, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- crosses(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- crossesDateLine(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Checks if a geometry crosses the International Date Line.
- CRSSerializer - Class in org.apache.sedona.common.raster.serde
-
There won't be too many distinct CRSes in a typical application, so we can cache the serialized form of CRS objects to speed up the serialization/deserialization process.
- crsToSRID(CoordinateReferenceSystem) - Static method in class org.apache.sedona.common.FunctionsGeoTools
-
Get the SRID of a CRS.
- CSV - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
-
The csv.
D
- DASH - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- DataBufferSerializer - Class in org.apache.sedona.common.raster.serde
- DataBufferSerializer() - Constructor for class org.apache.sedona.common.raster.serde.DataBufferSerializer
- decode(Input) - Static method in class org.apache.sedona.common.S2Geography.EncodeTag
-
Reads exactly 4 bytes (in the same order) from the stream.
- decode(Input, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
-
This is what decodeTagged() actually calls
- decode(Input, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.MultiPolygonGeography
-
This is what decodeTagged() actually calls
- decode(Input, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PointGeography
-
This is what decodeTagged() actually calls
- decode(Input, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PolygonGeography
-
This is what decodeTagged() actually calls
- decode(Input, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PolylineGeography
-
This is what decodeTagged() actually calls
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.Geography
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.GeographyCollection
-
Decodes a GeographyCollection from a tagged input stream.
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.MultiPolygonGeography
-
Decodes a GeographyCollection from a tagged input stream.
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PointGeography
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PolygonGeography
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.PolylineGeography
- decode(UnsafeInput, EncodeTag) - Static method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
-
This is what decodeTagged() actually calls
- decode(String, Integer) - Static method in class org.apache.sedona.common.utils.GeoHashDecoder
- decodeCovering(UnsafeInput, List<S2CellId>) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
Read coveringSize many cell-ids and add them to cellIds.
- decodeGeog(String, Integer) - Static method in class org.apache.sedona.common.utils.GeoHashDecoder
- decodeTagged(InputStream) - Static method in class org.apache.sedona.common.S2Geography.Geography
- DeepCopiedRenderedImage - Class in org.apache.sedona.common.raster
-
This class is mostly copied from
SerializableRenderedImage. - DeepCopiedRenderedImage() - Constructor for class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- DeepCopiedRenderedImage(RenderedImage) - Constructor for class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- degrees(double) - Static method in class org.apache.sedona.common.Functions
- delaunayTriangle(Geometry) - Static method in class org.apache.sedona.common.Functions
- delaunayTriangle(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- delaunayTriangle(Geometry, double, int) - Static method in class org.apache.sedona.common.Functions
- deserialize(byte[]) - Static method in class org.apache.sedona.common.geometrySerde.GeometrySerializer
- deserialize(byte[]) - Static method in class org.apache.sedona.common.raster.serde.CRSSerializer
- deserialize(byte[]) - Static method in class org.apache.sedona.common.raster.serde.Serde
- deserialize(byte[]) - Static method in class org.apache.sedona.common.S2Geography.GeographySerializer
- deserialize(GeometryBuffer) - Static method in class org.apache.sedona.common.geometrySerde.GeometrySerializer
- deserialize(GeometryBuffer, GeometryFactory) - Static method in class org.apache.sedona.common.geometrySerde.GeometrySerializer
- DiagonalGenerator - Class in org.apache.sedona.common.spider
-
Generates geometries that are distributed according to the Diagonal distribution
- DiagonalGenerator(Random, DiagonalGenerator.DiagonalParameter) - Constructor for class org.apache.sedona.common.spider.DiagonalGenerator
- DiagonalGenerator.DiagonalParameter - Class in org.apache.sedona.common.spider
- DiagonalParameter(PointBasedGenerator.PointBasedParameter, double, double) - Constructor for class org.apache.sedona.common.spider.DiagonalGenerator.DiagonalParameter
- dice(int) - Method in class org.apache.sedona.common.spider.DiagonalGenerator
-
Generate a random integer in the range [1, n]
- dice(int, int) - Method in class org.apache.sedona.common.spider.DiagonalGenerator
-
Generate a random integer in the given range
- difference(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- digits - Variable in class org.apache.sedona.common.spider.BitGenerator.BitParameter
-
Number of digits in the generated data
- dimension() - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- dimension() - Method in class org.apache.sedona.common.S2Geography.Geography
- dimension() - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
- dimension() - Method in class org.apache.sedona.common.S2Geography.MultiPolygonGeography
- dimension() - Method in class org.apache.sedona.common.S2Geography.PointGeography
- dimension() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- dimension() - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- dimension() - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- dimension(Geometry) - Static method in class org.apache.sedona.common.Functions
- disjoint(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- distance(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- distance(Geometry, Geometry) - Static method in class org.apache.sedona.common.sphere.Haversine
- distance(Geometry, Geometry) - Static method in class org.apache.sedona.common.sphere.Spheroid
-
Calculate the distance between two points on the earth using the Spheroid formula.
- distance(Geometry, Geometry, double) - Static method in class org.apache.sedona.common.sphere.Haversine
- Distance - Class in org.apache.sedona.common.S2Geography
- Distance() - Constructor for class org.apache.sedona.common.S2Geography.Distance
- distance3d(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- dither - Variable in class org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
-
The amount of dithering as a ratio of the side length.
- divide(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- dump(Geometry) - Static method in class org.apache.sedona.common.Functions
- dumpPoints(Geometry) - Static method in class org.apache.sedona.common.Functions
- dWithin(Geometry, Geometry, double) - Static method in class org.apache.sedona.common.Predicates
- dWithin(Geometry, Geometry, double, boolean) - Static method in class org.apache.sedona.common.Predicates
E
- encode(Output) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
Write exactly 4 bytes: [kind|flags|coveringSize|reserved].
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.Geography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.MultiPolygonGeography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.PointGeography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- encode(UnsafeOutput, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- ENCODED_SHAPE_INDEX - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- EncodedShapeIndexGeography - Class in org.apache.sedona.common.S2Geography
- EncodedShapeIndexGeography() - Constructor for class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
-
Build an empty ShapeIndexGeography.
- EncodeOptions - Class in org.apache.sedona.common.S2Geography
- EncodeOptions() - Constructor for class org.apache.sedona.common.S2Geography.EncodeOptions
- EncodeOptions(EncodeOptions) - Constructor for class org.apache.sedona.common.S2Geography.EncodeOptions
- EncodeOptions.CodingHint - Enum Class in org.apache.sedona.common.S2Geography
-
FAST writes raw doubles; COMPACT snaps vertices to cell centers.
- EncodeTag - Class in org.apache.sedona.common.S2Geography
-
A 4 byte prefix for encoded geographies.
- EncodeTag() - Constructor for class org.apache.sedona.common.S2Geography.EncodeTag
- EncodeTag(EncodeOptions) - Constructor for class org.apache.sedona.common.S2Geography.EncodeTag
- encodeTagged(OutputStream, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.Geography
-
Serialize this geography to an encoder.
- encodeTagged(OutputStream, EncodeOptions) - Method in class org.apache.sedona.common.S2Geography.PointGeography
- endOffset - Variable in class org.apache.sedona.common.utils.FormatUtils
-
The end offset.
- endPoint(Geometry) - Static method in class org.apache.sedona.common.Functions
- ensureBand(GridCoverage2D, int) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
* Throws an exception if band index is greater than the number of bands in a raster
- ensureSafeBand(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.GeometryFunctions
- envelope(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.GeometryFunctions
- envelope(Geometry) - Static method in class org.apache.sedona.common.Functions
- EPSG_NORTH_LAMBERT - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_NORTH_STEREO - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_NORTH_UTM_END - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_NORTH_UTM_START - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_SOUTH_LAMBERT - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_SOUTH_STEREO - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_SOUTH_UTM_END - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_SOUTH_UTM_START - Static variable in class org.apache.sedona.common.sphere.Spheroid
- EPSG_WORLD_MERCATOR - Static variable in class org.apache.sedona.common.sphere.Spheroid
- equals(Object) - Method in class org.apache.sedona.common.utils.InscribedCircle
- equals(InscribedCircle) - Method in class org.apache.sedona.common.utils.InscribedCircle
- equals(ValidDetail) - Method in class org.apache.sedona.common.utils.ValidDetail
- equals(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- equalsExact(Geometry, double) - Method in class org.apache.sedona.common.geometryObjects.Circle
- equalsExactGeom(Geometry, Object) - Static method in class org.apache.sedona.common.utils.GeomUtils
- equalsExactGeomUnsortedUserData(Geometry, Object) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
This is for verifying the correctness of two geometries loaded from geojson
- equalsTopoGeom(Geometry, Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- equalsUserData(Object, Object) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Use for check if two user data attributes are equal This is mainly used for GeoJSON parser as the column order is uncertain each time
- equalValue(double, double) - Static method in class org.apache.sedona.common.subDivide.GeometrySubDivider
- expand(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- expand(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- expand(Geometry, double, double, double) - Static method in class org.apache.sedona.common.Functions
- expandEnvelope(Envelope, double, double) - Static method in class org.apache.sedona.common.sphere.Haversine
-
Expand the given envelope on sphere by the given distance in meter.
- exteriorRing(Geometry) - Static method in class org.apache.sedona.common.Functions
- extractGeometryCollection(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- extractGeometryCollection(Geometry, Class<T>) - Static method in class org.apache.sedona.common.utils.GeomUtils
- extractNoDataValueMask(GridCoverage2D) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Filters out the noDataValue pixels from each band as a grid coverage
F
- factory - Variable in class org.apache.sedona.common.utils.FormatUtils
-
The factory.
- FAST - Enum constant in enum class org.apache.sedona.common.S2Geography.EncodeOptions.CodingHint
- features - Variable in class org.apache.sedona.common.S2Geography.GeographyCollection
- fetchRegion(double[], int[], int[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- FileDataSplitter - Enum Class in org.apache.sedona.common.enums
-
The Enum FileDataSplitter.
- findPivot(Geometry, boolean, double, int) - Static method in class org.apache.sedona.common.subDivide.PivotFinder
- findTransform(CoordinateReferenceSystem, CoordinateReferenceSystem) - Static method in class org.apache.sedona.common.utils.CachedCRSTransformFinder
- FLAG_COMPACT - Static variable in class org.apache.sedona.common.S2Geography.EncodeTag
-
set if using COMPACT coding; if clear, we’ll treat as FAST
- FLAG_EMPTY - Static variable in class org.apache.sedona.common.S2Geography.EncodeTag
-
set if geography has zero shapes
- flipCoordinates(Geometry) - Static method in class org.apache.sedona.common.Functions
- flipCoordinates(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Swaps the XY coordinates of a geometry.
- force2D(Geometry) - Static method in class org.apache.sedona.common.Functions
- force3D(Geometry) - Static method in class org.apache.sedona.common.Functions
- force3D(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- force3DM(Geometry) - Static method in class org.apache.sedona.common.Functions
- force3DM(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- force4D(Geometry) - Static method in class org.apache.sedona.common.Functions
- force4D(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- forceCollection(Geometry) - Static method in class org.apache.sedona.common.Functions
- forcePolygonCCW(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Forces a Polygon/MultiPolygon to use counter-clockwise orientation for the exterior ring and a clockwise for the interior ring(s).
- forcePolygonCW(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Forces a Polygon/MultiPolygon to use clockwise orientation for the exterior ring and a counter-clockwise for the interior ring(s).
- format(Coordinate) - Static method in class org.apache.sedona.common.S2Geography.WKTWriter
- FormatUtils<T extends org.locationtech.jts.geom.Geometry> - Class in org.apache.sedona.common.utils
-
This format mapper is isolated on purpose for the sake of sharing across Spark and Flink
- FormatUtils(int, int, FileDataSplitter, boolean, GeometryType) - Constructor for class org.apache.sedona.common.utils.FormatUtils
-
Instantiates a new format mapper.
- FormatUtils(FileDataSplitter, boolean) - Constructor for class org.apache.sedona.common.utils.FormatUtils
-
Instantiates a new format mapper.
- FormatUtils(FileDataSplitter, boolean, GeometryType) - Constructor for class org.apache.sedona.common.utils.FormatUtils
-
This format mapper is used in SedonaSQL.
- frechetDistance(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- fromArcInfoAsciiGrid(byte[]) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- fromGeoTiff(byte[]) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- fromKind(int) - Static method in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
-
Look up the enum by its integer tag.
- fromLatLng(S2LatLng) - Method in class org.apache.sedona.common.S2Geography.Projection.OrthographicProjection
- fromNetCDF(byte[], String) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- fromNetCDF(byte[], String, String, String) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- Functions - Class in org.apache.sedona.common
- Functions - Class in org.apache.sedona.common.geography
- Functions() - Constructor for class org.apache.sedona.common.Functions
- Functions() - Constructor for class org.apache.sedona.common.geography.Functions
- FunctionsGeoTools - Class in org.apache.sedona.common
- FunctionsGeoTools() - Constructor for class org.apache.sedona.common.FunctionsGeoTools
G
- GaussianGenerator - Class in org.apache.sedona.common.spider
-
Generates geometries that are distributed according to the Gaussian distribution
- GaussianGenerator(Random, PointBasedGenerator.PointBasedParameter) - Constructor for class org.apache.sedona.common.spider.GaussianGenerator
- generateBox() - Method in class org.apache.sedona.common.spider.ParcelGenerator
-
Generates a box by first generating a point and building a box around it
- generateBox() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- generateCoordinate() - Method in class org.apache.sedona.common.spider.BitGenerator
- generateCoordinate() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- generateCoordinate() - Method in class org.apache.sedona.common.spider.GaussianGenerator
- generateCoordinate() - Method in class org.apache.sedona.common.spider.SierpinskiGenerator
- generateCoordinate() - Method in class org.apache.sedona.common.spider.UniformGenerator
- generatePoint() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- generatePoints(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- generatePoints(Geometry, int, long) - Static method in class org.apache.sedona.common.Functions
- generatePoints(Geometry, int, Random) - Static method in class org.apache.sedona.common.Functions
- generatePolygon() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- generateSTRtree(GridCoverage2D, int) - Static method in class org.apache.sedona.common.utils.RasterInterpolate
- generateTiles(GridCoverage2D, int[], int, int, boolean, double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Generate tiles from a grid coverage
- Generator - Interface in org.apache.sedona.common.spider
-
A generator is an iterator that generates random geometries.
- GeneratorFactory - Class in org.apache.sedona.common.spider
-
A factory class for creating instances of
Generator - geogCollFromText(String, int) - Static method in class org.apache.sedona.common.geography.Constructors
- geogFromEWKT(String) - Static method in class org.apache.sedona.common.geography.Constructors
- geogFromGeoHash(String, Integer) - Static method in class org.apache.sedona.common.geography.Constructors
- geogFromWKB(byte[]) - Static method in class org.apache.sedona.common.geography.Constructors
- geogFromWKB(byte[], int) - Static method in class org.apache.sedona.common.geography.Constructors
- geogFromWKT(String, int) - Static method in class org.apache.sedona.common.geography.Constructors
- Geography - Class in org.apache.sedona.common.S2Geography
-
An abstract class represent S2Geography.
- Geography(Geography.GeographyKind) - Constructor for class org.apache.sedona.common.S2Geography.Geography
- GEOGRAPHY_COLLECTION - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- Geography.GeographyKind - Enum Class in org.apache.sedona.common.S2Geography
- GeographyCollection - Class in org.apache.sedona.common.S2Geography
-
A Geography wrapping zero or more Geography objects, representing a GEOMETRYCOLLECTION.
- GeographyCollection() - Constructor for class org.apache.sedona.common.S2Geography.GeographyCollection
-
Constructs an empty GeographyCollection.
- GeographyCollection(List<Geography>) - Constructor for class org.apache.sedona.common.S2Geography.GeographyCollection
-
Wraps existing Geography features.
- GeographyCollection(Geography.GeographyKind, List<S2Polygon>) - Constructor for class org.apache.sedona.common.S2Geography.GeographyCollection
- GeographyIndex - Class in org.apache.sedona.common.S2Geography
- GeographyIndex() - Constructor for class org.apache.sedona.common.S2Geography.GeographyIndex
- GeographyIndex(S2ShapeIndex.Options) - Constructor for class org.apache.sedona.common.S2Geography.GeographyIndex
- GeographyIndex.Iterator - Class in org.apache.sedona.common.S2Geography
-
Iterator to query indexed shapes by S2CellId coverings.
- GeographySerializer - Class in org.apache.sedona.common.S2Geography
- GeographySerializer() - Constructor for class org.apache.sedona.common.S2Geography.GeographySerializer
- geogToGeometry(Geography) - Static method in class org.apache.sedona.common.geography.Constructors
- geogToGeometry(Geography, GeometryFactory) - Static method in class org.apache.sedona.common.geography.Constructors
- geohash(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- GeoHashDecoder - Class in org.apache.sedona.common.utils
- GeoHashDecoder() - Constructor for class org.apache.sedona.common.utils.GeoHashDecoder
- GeoHashDecoder.InvalidGeoHashException - Exception in org.apache.sedona.common.utils
- GEOJSON - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
-
The geojson.
- geoJSONReader - Variable in class org.apache.sedona.common.utils.FormatUtils
- GeoJSONReader - Class in org.apache.sedona.common.jts2geojson
- GeoJSONReader() - Constructor for class org.apache.sedona.common.jts2geojson.GeoJSONReader
- GeoJSONWriter - Class in org.apache.sedona.common.jts2geojson
- GeoJSONWriter() - Constructor for class org.apache.sedona.common.jts2geojson.GeoJSONWriter
- geom - Variable in class org.apache.sedona.common.raster.PixelRecord
- geomCollFromText(String, int) - Static method in class org.apache.sedona.common.Constructors
- geometricMedian(Geometry) - Static method in class org.apache.sedona.common.Functions
- geometricMedian(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- geometricMedian(Geometry, double, int) - Static method in class org.apache.sedona.common.Functions
- geometricMedian(Geometry, double, int, boolean) - Static method in class org.apache.sedona.common.Functions
- GEOMETRY_FACTORY - Static variable in interface org.apache.sedona.common.spider.Generator
- GeometryBufferFactory - Class in org.apache.sedona.common.geometrySerde
- GeometryBufferFactory() - Constructor for class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- GEOMETRYCOLLECTION - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- GeometryCollectionSimplifier - Class in org.apache.sedona.common.simplify
- GeometryCollectionSimplifier() - Constructor for class org.apache.sedona.common.simplify.GeometryCollectionSimplifier
- GeometryDuplicateCoordinateRemover - Class in org.apache.sedona.common.utils
- GeometryDuplicateCoordinateRemover() - Constructor for class org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover
- GeometryForce2DTransformer - Class in org.apache.sedona.common.utils
- GeometryForce2DTransformer() - Constructor for class org.apache.sedona.common.utils.GeometryForce2DTransformer
- GeometryForce3DMTransformer - Class in org.apache.sedona.common.utils
- GeometryForce3DMTransformer(double) - Constructor for class org.apache.sedona.common.utils.GeometryForce3DMTransformer
- GeometryForce3DTransformer - Class in org.apache.sedona.common.utils
- GeometryForce3DTransformer(double) - Constructor for class org.apache.sedona.common.utils.GeometryForce3DTransformer
- GeometryForce4DTransformer - Class in org.apache.sedona.common.utils
- GeometryForce4DTransformer(double, double) - Constructor for class org.apache.sedona.common.utils.GeometryForce4DTransformer
- GeometryFunctions - Class in org.apache.sedona.common.raster
- GeometryFunctions() - Constructor for class org.apache.sedona.common.raster.GeometryFunctions
- GeometryGeoHashEncoder - Class in org.apache.sedona.common.utils
- GeometryGeoHashEncoder() - Constructor for class org.apache.sedona.common.utils.GeometryGeoHashEncoder
- geometryIsHomogeneous(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Checks if the geometry only contains geometry of the same dimension.
- geometryIsLineal(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Checks if either the geometry is, or contains, only line geometry.
- geometryIsPolygonal(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Checks if either the geometry is, or contains, only polygon geometry.
- geometryIsPuntal(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Checks if either the geometry is, or contains, only point geometry.
- GeometryLocateAlongProcessor - Class in org.apache.sedona.common.utils
- GeometryLocateAlongProcessor() - Constructor for class org.apache.sedona.common.utils.GeometryLocateAlongProcessor
- geometryN(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- GeometrySerde - Class in org.apache.sedona.common.geometrySerde
-
Provides methods to efficiently serialize and deserialize geometry types.
- GeometrySerde() - Constructor for class org.apache.sedona.common.geometrySerde.GeometrySerde
- GeometrySerializer - Class in org.apache.sedona.common.geometrySerde
- GeometrySerializer() - Constructor for class org.apache.sedona.common.geometrySerde.GeometrySerializer
- GeometrySimplifier - Class in org.apache.sedona.common.simplify
- GeometrySimplifier() - Constructor for class org.apache.sedona.common.simplify.GeometrySimplifier
- GeometrySplitter - Class in org.apache.sedona.common.utils
-
Class to split geometry by other geometry.
- GeometrySplitter(GeometryFactory) - Constructor for class org.apache.sedona.common.utils.GeometrySplitter
- GeometrySubDivider - Class in org.apache.sedona.common.subDivide
- GeometrySubDivider() - Constructor for class org.apache.sedona.common.subDivide.GeometrySubDivider
- geometryType - Variable in class org.apache.sedona.common.utils.FormatUtils
- geometryType(Geometry) - Static method in class org.apache.sedona.common.Functions
- GeometryType - Enum Class in org.apache.sedona.common.enums
-
The Enum GeometryType.
- geometryTypeWithMeasured(Geometry) - Static method in class org.apache.sedona.common.Functions
- geomFromEWKT(String) - Static method in class org.apache.sedona.common.Constructors
- geomFromGeoHash(String, Integer) - Static method in class org.apache.sedona.common.Constructors
- geomFromGML(String) - Static method in class org.apache.sedona.common.Constructors
- geomFromKML(String) - Static method in class org.apache.sedona.common.Constructors
- geomFromMySQL(byte[]) - Static method in class org.apache.sedona.common.Constructors
- geomFromText(String, String, GeometryType) - Static method in class org.apache.sedona.common.Constructors
- geomFromText(String, FileDataSplitter) - Static method in class org.apache.sedona.common.Constructors
- geomFromWKB(byte[]) - Static method in class org.apache.sedona.common.Constructors
- geomFromWKB(byte[], int) - Static method in class org.apache.sedona.common.Constructors
- geomFromWKT(String, int) - Static method in class org.apache.sedona.common.Constructors
- geomToGeography(Geometry) - Static method in class org.apache.sedona.common.geography.Constructors
- GeomUtils - Class in org.apache.sedona.common.utils
- GeomUtils() - Constructor for class org.apache.sedona.common.utils.GeomUtils
- get2dGeom(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getAffineTransform(GridCoverage2D, PixelOrientation) - Static method in class org.apache.sedona.common.utils.RasterUtils
- getBand(GridCoverage2D, int[]) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getBandNoDataValue(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getBandNoDataValue(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getBandType(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getBandType(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getBoundary() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getBoundaryDimension() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getCellUnionBound(List<S2CellId>) - Method in class org.apache.sedona.common.S2Geography.Geography
-
Adds an unnormalized set of S2CellIDs to `cell_ids`.
- getCellUnionBound(List<S2CellId>) - Method in class org.apache.sedona.common.S2Geography.PointGeography
- getCellUnionBound(List<S2CellId>) - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- getCellUnionBound(List<S2CellId>) - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- getCenterGeometry() - Method in class org.apache.sedona.common.geometryObjects.Circle
-
Gets the center geometry.
- getCenterPoint() - Method in class org.apache.sedona.common.geometryObjects.Circle
-
Gets the center point.
- getCentroid() - Method in class org.apache.sedona.common.utils.BBox
- getCentroid(Geometry) - Static method in class org.apache.sedona.common.Functions
- getCodingHint() - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
- getColorModel() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getCoordinate() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getCoordinates() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getCoordinateSequence() - Method in class org.apache.sedona.common.S2Geography.PointGeography
- getCoordinateSequence() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- getCoordinateSequence() - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- getCount(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getCount(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getCount(GridCoverage2D, int, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getCoverage() - Method in class org.apache.sedona.common.raster.RasterConstructors.Tile
- getCoveringSize() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- getData() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getData(Rectangle) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getDataTypeCode(String) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Converts data types to data type codes
- getDelimiter() - Method in enum class org.apache.sedona.common.enums.FileDataSplitter
-
Gets the delimiter.
- getDimension() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getDimension(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getDistance() - Method in class org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- getEdgePairClosestPoints(S2Point, S2Point, S2Point, S2Point) - Static method in class org.apache.sedona.common.S2Geography.Distance
-
The Java equivalent of:
- getEnvelope() - Method in class org.apache.sedona.common.utils.HalfOpenRectangle
- getEnvelope(Geography, boolean) - Static method in class org.apache.sedona.common.geography.Functions
- getEWKB(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getEWKT(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getExteriorRing() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- getExteriorRing(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getFeatureCollection(Geometry, CoordinateReferenceSystem) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- getFeatures() - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
-
Returns an immutable copy of the features list.
- getFeatures() - Method in class org.apache.sedona.common.S2Geography.MultiPolygonGeography
- getFileDataSplitter(String) - Static method in enum class org.apache.sedona.common.enums.FileDataSplitter
-
Gets the file data splitter.
- getFlags() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- getFrechetDistance(Geometry, Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getGDALAffineTransform(GridCoverage2D) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Get a GDAL-compliant affine transform from the given raster, where the grid coordinate indicates the upper left corner of the pixel.
- getGeom() - Method in class org.apache.sedona.common.simplify.CoordinateSplitter.SplitInPlace
- getGeometryType() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getGeometryType(String) - Static method in enum class org.apache.sedona.common.enums.GeometryType
-
Gets the GeometryType.
- getGeoReference(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGeoReference(GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGeoTransform(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoord(GridCoverage2D, double, double) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoord(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoordinatesFromWorld(GridCoverage2D, double, double) - Static method in class org.apache.sedona.common.utils.RasterUtils
- getGridCoordX(GridCoverage2D, double, double) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoordX(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoordY(GridCoverage2D, double, double) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getGridCoordY(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getHausdorffDistance(Geometry, Geometry, double) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getHeight() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getHeight(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getHexEWKB(Geometry, int) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getInteriorPoint(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getKind() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- getKind() - Method in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
-
Returns the integer tag for this kind.
- getKind() - Method in class org.apache.sedona.common.S2Geography.Geography
- getLoops() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
-
Returns all interior loops as JTS LineStrings.
- getMinTileX() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getMinTileY() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getMinX() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getMinY() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getNeighboringPixels(int, int, int, Raster, Double) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Retrieves a List
of neighboring pixel values excluding noDataValue neighbors - getNoDataValue(GridSampleDimension) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Get the no data value from the given sample dimension.
- getNthPoint(LineString, int) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Return the nth point from the given geometry (which could be a linestring or a circular linestring) If the value of n is negative, return a point backwards E.g.
- getNumPoints() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getNumXTiles() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getNumYTiles() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getOutputOrdinates() - Method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Gets a bit-pattern defining which ordinates should be
- getOutputOrdinates() - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Gets a bit-pattern defining which ordinates should be
- getPixelAsCentroid(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPixelAsCentroids(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPixelAsPoint(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPixelAsPoints(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPixelAsPolygon(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPixelAsPolygons(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- getPoint() - Method in class org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- getPoints() - Method in class org.apache.sedona.common.S2Geography.PointGeography
-
Returns an immutable view of the points.
- getPolygonNumRings(Polygon) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getPolylines() - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- getProperty(String) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getPropertyNames() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getRadius() - Method in class org.apache.sedona.common.geometryObjects.Circle
-
Gets the radius.
- getRaster(RenderedImage) - Static method in class org.apache.sedona.common.utils.RasterUtils
- getRaster(NetcdfFile, String) - Static method in class org.apache.sedona.common.raster.netcdf.NetCdfReader
-
Return a raster containing the record variable data, assuming the last two dimensions of the variable as Y and X respectively
- getRaster(NetcdfFile, String, String, String) - Static method in class org.apache.sedona.common.raster.netcdf.NetCdfReader
- getRasterMetadata(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.netcdf.NetCdfReader
-
Return the properties map of the raster which contains metadata information about a netCDF file
- getRecordInfo(byte[]) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- getRecordInfo(NetcdfFile) - Static method in class org.apache.sedona.common.raster.netcdf.NetCdfReader
-
Return a string depicting information about record variables in the provided netcdf file along with its dimensions
- getRotation(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getSampleModel() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getScaleX(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getScaleY(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getShapeIndex() - Method in class org.apache.sedona.common.S2Geography.GeographyIndex
-
Provides read-only access to the underlying S2ShapeIndex.
- getSkewX(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getSkewY(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getSources() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getSplit() - Method in class org.apache.sedona.common.simplify.CoordinateSplitter.SplitInPlace
- getSRID() - Method in class org.apache.sedona.common.S2Geography.Geography
- getSRID(Geometry) - Static method in class org.apache.sedona.common.Functions
- getStartEndCoordinates(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getSubBox() - Method in class org.apache.sedona.common.subDivide.SubBoxes
- getSubBox2() - Method in class org.apache.sedona.common.subDivide.SubBoxes
- getSubGeometries(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getSummaryStats(GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getSummaryStats(GridCoverage2D, String, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getSummaryStats(GridCoverage2D, String, int, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getSummaryStatsAll(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getSummaryStatsAll(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getSummaryStatsAll(GridCoverage2D, int, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getTile(int, int) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getTileGridXOffset() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getTileGridYOffset() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getTileHeight() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getTileWidth() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getTileX() - Method in class org.apache.sedona.common.raster.RasterConstructors.Tile
- getTileY() - Method in class org.apache.sedona.common.raster.RasterConstructors.Tile
- getTypeCode() - Method in class org.apache.sedona.common.geometryObjects.Circle
- getUpperLeftX(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getUpperLeftY(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getValue() - Method in class org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- getWidth() - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- getWidth(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getWKB(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getWKT(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- getWorldCoord(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getWorldCoordX(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getWorldCoordY(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- getWorldCornerCoordinates(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.utils.RasterUtils
- getWorldCornerCoordinatesWithRangeCheck(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
* Returns the world coordinates of the given grid coordinate.
- getxMax() - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- getxMin() - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- getyMax() - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- getyMin() - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- getZonalStats(GridCoverage2D, Geometry, int, String) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStats(GridCoverage2D, Geometry, int, String, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStats(GridCoverage2D, Geometry, int, String, boolean, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStats(GridCoverage2D, Geometry, int, String, boolean, boolean, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStats(GridCoverage2D, Geometry, String) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStatsAll(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStatsAll(GridCoverage2D, Geometry, int) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStatsAll(GridCoverage2D, Geometry, int, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStatsAll(GridCoverage2D, Geometry, int, boolean, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- getZonalStatsAll(GridCoverage2D, Geometry, int, boolean, boolean, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandAccessors
- GLOBAL_ATTR_PREFIX - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- greaterThan(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- greaterThanEqual(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- GridEnvelopeSerializer - Class in org.apache.sedona.common.raster.serde
- GridEnvelopeSerializer() - Constructor for class org.apache.sedona.common.raster.serde.GridEnvelopeSerializer
- gridHeight - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- GridSampleDimensionSerializer - Class in org.apache.sedona.common.raster.serde
-
GridSampleDimension and RenderedSampleDimension are not serializable.
- GridSampleDimensionSerializer() - Constructor for class org.apache.sedona.common.raster.serde.GridSampleDimensionSerializer
- gridWidth - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
H
- h3 - Static variable in class org.apache.sedona.common.utils.H3Utils
- h3CellDistance(long, long) - Static method in class org.apache.sedona.common.Functions
-
return the distance between 2 cells, if the native h3 function doesn't work, use our approximation function for shortest path and use the size - 1 as distance
- h3CellIDs(Geometry, int, boolean) - Static method in class org.apache.sedona.common.Functions
-
cover the geometry with H3 cells
- h3KRing(long, int, boolean) - Static method in class org.apache.sedona.common.Functions
-
get the neighbor cells of the input cell by h3.gridDisk function
- h3ToGeom(long[]) - Static method in class org.apache.sedona.common.Functions
-
gets the polygon for each h3 index provided
- H3UtilException(String) - Constructor for exception org.apache.sedona.common.utils.H3Utils.H3UtilException
- H3UtilException(String, Throwable) - Constructor for exception org.apache.sedona.common.utils.H3Utils.H3UtilException
- H3UtilException(Throwable) - Constructor for exception org.apache.sedona.common.utils.H3Utils.H3UtilException
- H3Utils - Class in org.apache.sedona.common.utils
- H3Utils() - Constructor for class org.apache.sedona.common.utils.H3Utils
- H3Utils.H3UtilException - Exception in org.apache.sedona.common.utils
- HalfOpenRectangle - Class in org.apache.sedona.common.utils
- HalfOpenRectangle(Envelope) - Constructor for class org.apache.sedona.common.utils.HalfOpenRectangle
- hashCode(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- hasM(Geometry) - Static method in class org.apache.sedona.common.Functions
- hasNext() - Method in class org.apache.sedona.common.spider.ParcelGenerator
- hasNext() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- hasZ(Geometry) - Static method in class org.apache.sedona.common.Functions
- hausdorffDistance(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- hausdorffDistance(Geometry, Geometry, double) - Static method in class org.apache.sedona.common.Functions
- Haversine - Class in org.apache.sedona.common.sphere
- Haversine() - Constructor for class org.apache.sedona.common.sphere.Haversine
- hexToBytes(String) - Static method in class org.apache.sedona.common.S2Geography.WKBReader
-
Converts a hexadecimal string to a byte array.
I
- ImageUtils - Class in org.apache.sedona.common.utils
-
Utility functions for image processing.
- IndexSerde - Class in org.locationtech.jts.index.quadtree
-
Provides methods to efficiently serialize and deserialize the index.
- IndexSerde - Class in org.locationtech.jts.index.strtree
-
Provides methods to efficiently serialize and deserialize the index.
- IndexSerde() - Constructor for class org.locationtech.jts.index.quadtree.IndexSerde
- IndexSerde() - Constructor for class org.locationtech.jts.index.strtree.IndexSerde
- InscribedCircle - Class in org.apache.sedona.common.utils
- InscribedCircle(Geometry, Geometry, double) - Constructor for class org.apache.sedona.common.utils.InscribedCircle
- INSUFFICIENT_DIMENSIONS_VARIABLE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- interiorRingN(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- interpolate(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolate(GridCoverage2D, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolate(GridCoverage2D, Double, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolate(GridCoverage2D, Double, String, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolate(GridCoverage2D, Double, String, Double, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolate(GridCoverage2D, Double, String, Double, Double, Integer) - Static method in class org.apache.sedona.common.raster.RasterEditors
- interpolateIDW(int, int, STRtree, int, int, double, String, Double, Double) - Static method in class org.apache.sedona.common.utils.RasterInterpolate
- interpolatePoint(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
-
This function returns the m coordinate of the closest point in a LineString to the specified Point.
- intersection(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- intersects(Geometry) - Method in class org.apache.sedona.common.geometryObjects.Circle
- intersects(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- INVALID_LAT_NAME - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- INVALID_LAT_SHAPE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- INVALID_LON_NAME - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- INVALID_LON_SHAPE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- INVALID_RECORD_NAME - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- invalidateCache() - Static method in class org.apache.sedona.common.raster.serde.CRSSerializer
- InvalidGeoHashException(String) - Constructor for exception org.apache.sedona.common.utils.GeoHashDecoder.InvalidGeoHashException
- isAnyGeomEmpty(Geometry...) - Static method in class org.apache.sedona.common.utils.GeomUtils
- isCached() - Method in class org.apache.sedona.common.raster.inputstream.ByteArrayImageInputStream
- isCachedMemory() - Method in class org.apache.sedona.common.raster.inputstream.ByteArrayImageInputStream
- isClosed(Geometry) - Static method in class org.apache.sedona.common.Functions
- isCollection(Geometry) - Static method in class org.apache.sedona.common.Functions
- isCompact() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- isCRSMatchesSRID(CoordinateReferenceSystem, int) - Static method in class org.apache.sedona.common.raster.RasterPredicates
-
Test if crs matches the EPSG code.
- isDataTypeIntegral(int) - Static method in class org.apache.sedona.common.utils.RasterUtils
- isDuplicate(Geometry, Geometry, HalfOpenRectangle) - Static method in class org.apache.sedona.common.utils.GeomUtils
-
Checks if the geometry pair -
leftandright- should be handled be the current partition -extent. - isEmpty() - Method in class org.apache.sedona.common.geometryObjects.Circle
- isEmpty() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- isEmpty(Geometry) - Static method in class org.apache.sedona.common.Functions
- isEnableLazyDecode() - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
- isFast() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- isIncludeCovering() - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
- isMeasuredGeometry(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- isPolygonCCW(Geometry) - Static method in class org.apache.sedona.common.Functions
-
This function accepts Polygon and MultiPolygon, if any other type is provided then it will return false.
- isPolygonCW(Geometry) - Static method in class org.apache.sedona.common.Functions
-
This function accepts Polygon and MultiPolygon, if any other type is provided then it will return false.
- isRasterSameShape(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Check if the two rasters are of the same shape
- isRing(Geometry) - Static method in class org.apache.sedona.common.Functions
- isSimple(Geometry) - Static method in class org.apache.sedona.common.Functions
- isValid(Geometry) - Static method in class org.apache.sedona.common.Functions
- isValid(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- isValidDetail(Geometry) - Static method in class org.apache.sedona.common.Functions
- isValidDetail(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- isValidReason(Geometry) - Static method in class org.apache.sedona.common.Functions
- isValidReason(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- isValidTrajectory(Geometry) - Static method in class org.apache.sedona.common.Functions
- Iterator(GeographyIndex) - Constructor for class org.apache.sedona.common.S2Geography.GeographyIndex.Iterator
K
- kind - Variable in class org.apache.sedona.common.S2Geography.Geography
- knn(Geometry, Geometry, int) - Static method in class org.apache.sedona.common.Predicates
- knn(Geometry, Geometry, int, boolean) - Static method in class org.apache.sedona.common.Predicates
- KryoUtil - Class in org.apache.sedona.common.raster.serde
-
Utility methods for serializing objects with Kryo.
L
- labelPoint(Geometry) - Static method in class org.apache.sedona.common.Functions
- labelPoint(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- labelPoint(Geometry, int, double) - Static method in class org.apache.sedona.common.Functions
- latLngDistance(double, double, double, double) - Static method in class org.apache.sedona.common.utils.H3Utils
- length(Geometry) - Static method in class org.apache.sedona.common.Functions
- length(Geometry) - Static method in class org.apache.sedona.common.sphere.Spheroid
-
Calculates length just for linear geometries or geometry collection containing linear geometries.
- lessThan(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- lessThanEqual(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- lineFromMultiPoint(Geometry) - Static method in class org.apache.sedona.common.Functions
- lineFromText(String) - Static method in class org.apache.sedona.common.Constructors
- lineFromWKB(byte[]) - Static method in class org.apache.sedona.common.Constructors
- lineFromWKB(byte[], int) - Static method in class org.apache.sedona.common.Constructors
- lineInterpolatePoint(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- lineLocatePoint(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- lineMerge(Geometry) - Static method in class org.apache.sedona.common.Functions
- lineSegments(Geometry) - Static method in class org.apache.sedona.common.Functions
- lineSegments(Geometry, boolean) - Static method in class org.apache.sedona.common.Functions
- LINESTRING - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- lineStringFromText(String, String) - Static method in class org.apache.sedona.common.Constructors
- LineStringSimplifier - Class in org.apache.sedona.common.simplify
- LineStringSimplifier() - Constructor for class org.apache.sedona.common.simplify.LineStringSimplifier
- lineStringToCells(LineString, int, boolean) - Static method in class org.apache.sedona.common.utils.H3Utils
- lineSubString(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- lngLat() - Static method in class org.apache.sedona.common.S2Geography.Projection
-
Equirectangular (Plate Carree) projection with world width 360 degrees.
- locateAlong(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- locateAlong(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- location - Variable in class org.apache.sedona.common.utils.ValidDetail
- logicalDifference(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- logicalOver(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- LONG_NAME - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- longestLine(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
M
- m(Geometry) - Static method in class org.apache.sedona.common.Functions
- makeEmptyRaster(int, int, int, double, double, double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Convenience function setting DOUBLE as datatype for the bands Create a new empty raster with the given number of empty bands.
- makeEmptyRaster(int, int, int, double, double, double, double, double, double, int) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Convenience function for creating a raster with data type DOUBLE for all the bands
- makeEmptyRaster(int, String, int, int, double, double, double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Convenience function allowing explicitly setting the datatype for all the bands
- makeEmptyRaster(int, String, int, int, double, double, double, double, double, double, int) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Create a new empty raster with the given number of empty bands
- makeEnvelope(double, double, double, double) - Static method in class org.apache.sedona.common.Constructors
- makeEnvelope(double, double, double, double, int) - Static method in class org.apache.sedona.common.Constructors
- makeLine(Geometry[]) - Static method in class org.apache.sedona.common.Functions
- makeLine(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- makeNonEmptyRaster(int, int, int, double, double, double, double, double, double, int, double[][], Map<String, List<String>>, Double, PixelInCell) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- makeNonEmptyRaster(int, String, int, int, double, double, double, double, double, double, int, double[][]) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- makeNonEmptyRaster(GridCoverage2D, String, double[]) - Static method in class org.apache.sedona.common.raster.RasterConstructors
-
Make a non-empty raster from a reference raster and a set of values.
- makePoint(Double, Double, Double, Double) - Static method in class org.apache.sedona.common.Constructors
- makePointM(double, double, double) - Static method in class org.apache.sedona.common.Constructors
- makePolygon(Geometry, Geometry[]) - Static method in class org.apache.sedona.common.Functions
- makePolygon(Geometry, Geometry[], GeometryFactory) - Static method in class org.apache.sedona.common.Functions
- makepolygonWithSRID(Geometry, Integer) - Static method in class org.apache.sedona.common.Functions
- makeRasterForTesting(int, String, String, int, int, double, double, double, double, double, double, int) - Static method in class org.apache.sedona.common.raster.RasterConstructorsForTesting
- makeValid(Geometry, boolean) - Static method in class org.apache.sedona.common.Functions
- mapAlgebra(GridCoverage2D, String, String) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- mapAlgebra(GridCoverage2D, String, String, Double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
-
Applies a map algebra script to the given raster.
- mapAlgebra(GridCoverage2D, GridCoverage2D, String, String, Double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- MapAlgebra - Class in org.apache.sedona.common.raster
- MapAlgebra() - Constructor for class org.apache.sedona.common.raster.MapAlgebra
- maxDistance(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- maximumInscribedCircle(Geometry) - Static method in class org.apache.sedona.common.Functions
- mean(double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- metadata(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
-
Returns the metadata of a raster as an array of doubles.
- minConvexHull(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.GeometryFunctions
- minConvexHull(GridCoverage2D, Integer) - Static method in class org.apache.sedona.common.raster.GeometryFunctions
- minimumBoundingCircle(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- minimumBoundingRadius(Geometry) - Static method in class org.apache.sedona.common.Functions
- minimumClearance(Geometry) - Static method in class org.apache.sedona.common.Functions
- minimumClearanceLine(Geometry) - Static method in class org.apache.sedona.common.Functions
- minMaxVertices - Static variable in class org.apache.sedona.common.subDivide.GeometrySubDivider
- MISSING_VALUE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- mLineFromText(String, int) - Static method in class org.apache.sedona.common.Constructors
- mMax(Geometry) - Static method in class org.apache.sedona.common.Functions
- mMin(Geometry) - Static method in class org.apache.sedona.common.Functions
- mode(double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- modulo(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- mPointFromText(String, int) - Static method in class org.apache.sedona.common.Constructors
- mPolyFromText(String, int) - Static method in class org.apache.sedona.common.Constructors
- MULTILINESTRING - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- multiply(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- multiplyFactor(double[], double) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- MULTIPOINT - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- MULTIPOLYGON - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- MULTIPOLYGON - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- MultiPolygonGeography - Class in org.apache.sedona.common.S2Geography
- MultiPolygonGeography() - Constructor for class org.apache.sedona.common.S2Geography.MultiPolygonGeography
- MultiPolygonGeography(Geography.GeographyKind, List<S2Polygon>) - Constructor for class org.apache.sedona.common.S2Geography.MultiPolygonGeography
-
Wrap each raw S2Polygon in a PolygonGeography, then hand it off to GeographyCollection to do the rest (including serialization).
N
- nDims(Geometry) - Static method in class org.apache.sedona.common.Functions
- nearest - Variable in class org.apache.sedona.common.utils.InscribedCircle
- NetCdfConstants - Class in org.apache.sedona.common.raster.netcdf
- NetCdfConstants() - Constructor for class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- NetCdfReader - Class in org.apache.sedona.common.raster.netcdf
- NetCdfReader() - Constructor for class org.apache.sedona.common.raster.netcdf.NetCdfReader
- next() - Method in class org.apache.sedona.common.spider.ParcelGenerator
- next() - Method in class org.apache.sedona.common.spider.DiagonalGenerator
- NON_NUMERIC_VALUE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- normal(double, double) - Method in class org.apache.sedona.common.spider.DiagonalGenerator
-
Generate a random number in the range (-inf, +inf) from a normal distribution
- normalize() - Method in class org.apache.sedona.common.geometryObjects.Circle
- normalize(double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- normalize(Geometry) - Static method in class org.apache.sedona.common.Functions
- normalizeAll(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizeAll(GridCoverage2D, double, double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizeAll(GridCoverage2D, double, double, boolean) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizeAll(GridCoverage2D, double, double, boolean, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizeAll(GridCoverage2D, double, double, boolean, Double, Double, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizeAll(GridCoverage2D, double, double, Double, Double, Double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- normalizedDifference(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- normalizeLongitude(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Corrects the longitudes of a geometry to be within the -180 to 180 range.
- nPoints(Geometry) - Static method in class org.apache.sedona.common.Functions
- nRings(Geometry) - Static method in class org.apache.sedona.common.Functions
- numBands - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- numBands(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- numGeometries(Geometry) - Static method in class org.apache.sedona.common.Functions
- numInteriorRings(Geometry) - Static method in class org.apache.sedona.common.Functions
- numPoints(Geometry) - Static method in class org.apache.sedona.common.Functions
- numShapes() - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- numShapes() - Method in class org.apache.sedona.common.S2Geography.Geography
- numShapes() - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
- numShapes() - Method in class org.apache.sedona.common.S2Geography.PointGeography
- numShapes() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- numShapes() - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- numShapes() - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- numShapesList - Variable in class org.apache.sedona.common.S2Geography.GeographyCollection
O
- orderingEquals(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- org.apache.sedona.common - package org.apache.sedona.common
- org.apache.sedona.common.approximate - package org.apache.sedona.common.approximate
- org.apache.sedona.common.enums - package org.apache.sedona.common.enums
- org.apache.sedona.common.geography - package org.apache.sedona.common.geography
- org.apache.sedona.common.geometryObjects - package org.apache.sedona.common.geometryObjects
- org.apache.sedona.common.geometrySerde - package org.apache.sedona.common.geometrySerde
- org.apache.sedona.common.jts2geojson - package org.apache.sedona.common.jts2geojson
- org.apache.sedona.common.raster - package org.apache.sedona.common.raster
- org.apache.sedona.common.raster.inputstream - package org.apache.sedona.common.raster.inputstream
- org.apache.sedona.common.raster.netcdf - package org.apache.sedona.common.raster.netcdf
- org.apache.sedona.common.raster.serde - package org.apache.sedona.common.raster.serde
- org.apache.sedona.common.S2Geography - package org.apache.sedona.common.S2Geography
- org.apache.sedona.common.simplify - package org.apache.sedona.common.simplify
- org.apache.sedona.common.sphere - package org.apache.sedona.common.sphere
- org.apache.sedona.common.spider - package org.apache.sedona.common.spider
- org.apache.sedona.common.subDivide - package org.apache.sedona.common.subDivide
- org.apache.sedona.common.utils - package org.apache.sedona.common.utils
- org.locationtech.jts.index.quadtree - package org.locationtech.jts.index.quadtree
- org.locationtech.jts.index.strtree - package org.locationtech.jts.index.strtree
- orientedEnvelope(Geometry) - Static method in class org.apache.sedona.common.Functions
- otherAttributes - Variable in class org.apache.sedona.common.utils.FormatUtils
-
Non-spatial attributes in each input row will be concatenated to a tab separated string
- overlaps(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
P
- ParcelGenerator - Class in org.apache.sedona.common.spider
-
Generate boxes that are non-overlapping and fill up the unit square.
- ParcelGenerator(Random, ParcelGenerator.ParcelParameter) - Constructor for class org.apache.sedona.common.spider.ParcelGenerator
- ParcelGenerator.ParcelParameter - Class in org.apache.sedona.common.spider
- ParcelParameter(long, double, double) - Constructor for class org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
- PERCENT - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- percentage - Variable in class org.apache.sedona.common.spider.DiagonalGenerator.DiagonalParameter
-
The percentage of records that are perfectly on the diagonal
- perimeter(Geometry) - Static method in class org.apache.sedona.common.Functions
- perimeter(Geometry, boolean) - Static method in class org.apache.sedona.common.Functions
- perimeter(Geometry, boolean, boolean) - Static method in class org.apache.sedona.common.Functions
- PIPE - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- PivotFinder - Class in org.apache.sedona.common.subDivide
- PivotFinder() - Constructor for class org.apache.sedona.common.subDivide.PivotFinder
- PixelFunctionEditors - Class in org.apache.sedona.common.raster
- PixelFunctionEditors() - Constructor for class org.apache.sedona.common.raster.PixelFunctionEditors
- PixelFunctions - Class in org.apache.sedona.common.raster
- PixelFunctions() - Constructor for class org.apache.sedona.common.raster.PixelFunctions
- PixelRecord - Class in org.apache.sedona.common.raster
- PixelRecord(Geometry, double, int, int) - Constructor for class org.apache.sedona.common.raster.PixelRecord
- point(double, double) - Static method in class org.apache.sedona.common.Constructors
-
Creates a point from the given coordinate.
- POINT - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- POINT - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- pointBasedParameter - Variable in class org.apache.sedona.common.spider.BitGenerator.BitParameter
- pointBasedParameter - Variable in class org.apache.sedona.common.spider.DiagonalGenerator.DiagonalParameter
- pointFromGeoHash(String, Integer) - Static method in class org.apache.sedona.common.Constructors
- pointFromText(String, String) - Static method in class org.apache.sedona.common.Constructors
- pointFromWKB(byte[]) - Static method in class org.apache.sedona.common.Constructors
- pointFromWKB(byte[], int) - Static method in class org.apache.sedona.common.Constructors
- PointGeography - Class in org.apache.sedona.common.S2Geography
- PointGeography() - Constructor for class org.apache.sedona.common.S2Geography.PointGeography
-
Constructs an empty PointGeography.
- PointGeography(S2Point) - Constructor for class org.apache.sedona.common.S2Geography.PointGeography
-
Constructs a single-point geography.
- PointGeography(List<S2Point>) - Constructor for class org.apache.sedona.common.S2Geography.PointGeography
-
Constructs from a list of points.
- PointGeoHashEncoder - Class in org.apache.sedona.common.utils
- PointGeoHashEncoder() - Constructor for class org.apache.sedona.common.utils.PointGeoHashEncoder
- pointM(double, double, double, int) - Static method in class org.apache.sedona.common.Constructors
-
Creates a point from the given coordinate.
- pointN(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- pointOnSurface(Geometry) - Static method in class org.apache.sedona.common.Functions
- points - Variable in class org.apache.sedona.common.S2Geography.PointGeography
- points(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Creates a MultiPoint containing all coordinates of the given geometry.
- pointZ(double, double, double, int) - Static method in class org.apache.sedona.common.Constructors
-
Creates a point from the given coordinate.
- pointZM(double, double, double, double, int) - Static method in class org.apache.sedona.common.Constructors
-
Creates a point from the given coordinate.
- polygon - Variable in class org.apache.sedona.common.S2Geography.PolygonGeography
- POLYGON - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- POLYGON - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- polygonFromEnvelope(double, double, double, double) - Static method in class org.apache.sedona.common.Constructors
- polygonFromText(String, String) - Static method in class org.apache.sedona.common.Constructors
- PolygonGeography - Class in org.apache.sedona.common.S2Geography
- PolygonGeography() - Constructor for class org.apache.sedona.common.S2Geography.PolygonGeography
- PolygonGeography(S2Polygon) - Constructor for class org.apache.sedona.common.S2Geography.PolygonGeography
- polygonize(Geometry) - Static method in class org.apache.sedona.common.Functions
-
This method takes a GeometryCollection and returns another GeometryCollection containing the polygons formed by the linework of a set of geometries.
- PolygonSimplifier - Class in org.apache.sedona.common.simplify
- PolygonSimplifier() - Constructor for class org.apache.sedona.common.simplify.PolygonSimplifier
- polygonToCells(Polygon, int, boolean) - Static method in class org.apache.sedona.common.utils.H3Utils
- POLYLINE - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- PolylineGeography - Class in org.apache.sedona.common.S2Geography
-
A Geography representing zero or more polylines using S2Polyline.
- PolylineGeography() - Constructor for class org.apache.sedona.common.S2Geography.PolylineGeography
- PolylineGeography(S2Polyline) - Constructor for class org.apache.sedona.common.S2Geography.PolylineGeography
- PolylineGeography(List<S2Polyline>) - Constructor for class org.apache.sedona.common.S2Geography.PolylineGeography
- PolylineGeography(Geography.GeographyKind, S2Polyline) - Constructor for class org.apache.sedona.common.S2Geography.PolylineGeography
- polylines - Variable in class org.apache.sedona.common.S2Geography.PolylineGeography
- Predicates - Class in org.apache.sedona.common
- Predicates - Class in org.apache.sedona.common.S2Geography
- Predicates() - Constructor for class org.apache.sedona.common.Predicates
- Predicates() - Constructor for class org.apache.sedona.common.S2Geography.Predicates
- printGeom(Object) - Static method in class org.apache.sedona.common.utils.GeomUtils
- printGeom(Geometry) - Static method in class org.apache.sedona.common.utils.GeomUtils
- probability - Variable in class org.apache.sedona.common.spider.BitGenerator.BitParameter
-
The probability of setting a bit
- process(Geometry, double) - Static method in class org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover
- processGeometry(Geometry, double, double) - Static method in class org.apache.sedona.common.utils.GeometryLocateAlongProcessor
- project(S2Point) - Method in class org.apache.sedona.common.S2Geography.Projection.OrthographicProjection
- project(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- project(Geometry, double, double, boolean) - Static method in class org.apache.sedona.common.Functions
- Projection - Class in org.apache.sedona.common.S2Geography
- Projection() - Constructor for class org.apache.sedona.common.S2Geography.Projection
- Projection.OrthographicProjection - Class in org.apache.sedona.common.S2Geography
- pseudoMercator() - Static method in class org.apache.sedona.common.S2Geography.Projection
-
Web Mercator (Pseudo Mercator) projection using WGS84 radius.
Q
- query(S2CellId, Set<Integer>) - Method in class org.apache.sedona.common.S2Geography.GeographyIndex.Iterator
-
Query a single cell ID, adding any intersecting values to result.
- query(Iterable<S2CellId>, Set<Integer>) - Method in class org.apache.sedona.common.S2Geography.GeographyIndex.Iterator
-
Query all cell IDs in the covering list, collecting associated values.
- QUESTIONMARK - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- QUOTE - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
R
- radius - Variable in class org.apache.sedona.common.utils.InscribedCircle
- RandomPointsBuilderSeed - Class in org.apache.sedona.common.utils
- RandomPointsBuilderSeed(GeometryFactory, long) - Constructor for class org.apache.sedona.common.utils.RandomPointsBuilderSeed
- RandomPointsBuilderSeed(GeometryFactory, Random) - Constructor for class org.apache.sedona.common.utils.RandomPointsBuilderSeed
- RasterAccessors - Class in org.apache.sedona.common.raster
- RasterAccessors() - Constructor for class org.apache.sedona.common.raster.RasterAccessors
- RasterAccessors.RasterMetadata - Class in org.apache.sedona.common.raster
- RasterBandAccessors - Class in org.apache.sedona.common.raster
- RasterBandAccessors() - Constructor for class org.apache.sedona.common.raster.RasterBandAccessors
- RasterBandEditors - Class in org.apache.sedona.common.raster
- RasterBandEditors() - Constructor for class org.apache.sedona.common.raster.RasterBandEditors
- RasterConstructors - Class in org.apache.sedona.common.raster
- RasterConstructors() - Constructor for class org.apache.sedona.common.raster.RasterConstructors
- RasterConstructors.Tile - Class in org.apache.sedona.common.raster
- RasterConstructorsForTesting - Class in org.apache.sedona.common.raster
-
Raster constructor for testing the Python implementation of raster deserializer.
- RasterEditors - Class in org.apache.sedona.common.raster
- RasterEditors() - Constructor for class org.apache.sedona.common.raster.RasterEditors
- RasterInterpolate - Class in org.apache.sedona.common.utils
- RasterInterpolate.RasterPoint - Class in org.apache.sedona.common.utils
- Rasterization - Class in org.apache.sedona.common.raster
- Rasterization() - Constructor for class org.apache.sedona.common.raster.Rasterization
- rasterize(Geometry, GridCoverage2D, String, double, boolean, boolean) - Static method in class org.apache.sedona.common.raster.Rasterization
- rasterizePolygon(Geometry, Rasterization.RasterizationParams, ReferencedEnvelope, double, boolean) - Static method in class org.apache.sedona.common.raster.Rasterization
- rasterMetadata(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
-
Returns the metadata of a raster as a
RasterAccessors.RasterMetadataobject. - RasterMetadata(double, double, int, int, double, double, double, double, int, int, int, int) - Constructor for class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- RasterOutputs - Class in org.apache.sedona.common.raster
- RasterOutputs() - Constructor for class org.apache.sedona.common.raster.RasterOutputs
- RasterPoint(Point, double, double) - Constructor for class org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- RasterPredicates - Class in org.apache.sedona.common.raster
- RasterPredicates() - Constructor for class org.apache.sedona.common.raster.RasterPredicates
- rasterUnion(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- rasterUnion(GridCoverage2D, GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- rasterUnion(GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- rasterUnion(GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- rasterUnion(GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- rasterUnion(GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
- RasterUtils - Class in org.apache.sedona.common.utils
-
Utility functions for working with GridCoverage2D objects.
- read() - Method in class org.apache.sedona.common.raster.inputstream.ByteArrayImageInputStream
- read(byte[]) - Method in class org.apache.sedona.common.S2Geography.WKBReader
-
Reads a single
Geographyin WKB format from a byte array. - read(byte[], int, int) - Method in class org.apache.sedona.common.raster.inputstream.ByteArrayImageInputStream
- read(Kryo, Input) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- read(Kryo, Input) - Method in class org.locationtech.jts.index.quadtree.IndexSerde
- read(Kryo, Input) - Method in class org.locationtech.jts.index.strtree.IndexSerde
- read(Kryo, Input, Class) - Method in class org.apache.sedona.common.geometrySerde.GeometrySerde
- read(Kryo, Input, Class) - Method in class org.apache.sedona.common.geometrySerde.SpatialIndexSerde
- read(Kryo, Input, Class) - Method in class org.apache.sedona.common.raster.serde.GridSampleDimensionSerializer
- read(Kryo, Input, Class<DataBuffer>) - Method in class org.apache.sedona.common.raster.serde.DataBufferSerializer
- read(Kryo, Input, Class<Raster>) - Method in class org.apache.sedona.common.raster.serde.AWTRasterSerializer
- read(Kryo, Input, Class<SampleModel>) - Method in class org.apache.sedona.common.raster.serde.SampleModelSerializer
- read(Kryo, Input, Class<GridEnvelope2D>) - Method in class org.apache.sedona.common.raster.serde.GridEnvelopeSerializer
- read(Kryo, Input, Class<AffineTransform2D>) - Method in class org.apache.sedona.common.raster.serde.AffineTransform2DSerializer
- read(Reader) - Method in class org.apache.sedona.common.S2Geography.WKTReader
- read(String) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONReader
- read(String) - Method in class org.apache.sedona.common.S2Geography.WKTReader
-
Reads a Well-Known Text representation of a
Geometryfrom aString. - read(String, GeometryFactory) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONReader
- read(InStream) - Method in class org.apache.sedona.common.S2Geography.WKBReader
-
Reads a
Geographyin binary WKB format from anInStream. - read(GeoJSON) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONReader
- read(GeoJSON, GeometryFactory) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONReader
- readByteArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of bytes
- readCoordinates(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- readDoubleArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of doubles
- readFloatArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of floats
- readGeoJSON(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- readGeoJsonPropertyNames(String) - Static method in class org.apache.sedona.common.utils.FormatUtils
- readGeometry(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- readIntArray(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read an array of integers
- readIntArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of ints
- readLongArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of longs
- readPropertyNames(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- readShortArrays(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a 2-d array of shorts
- readUTF8String(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read UTF-8 byte sequence as string
- readUTF8StringMap(Input) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Read a
Map<String, String>object from the input stream - readWkb(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- readWkt(String) - Method in class org.apache.sedona.common.utils.FormatUtils
- reason - Variable in class org.apache.sedona.common.utils.ValidDetail
- RECTANGLE - Enum constant in enum class org.apache.sedona.common.enums.GeometryType
- reducePrecision(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- region() - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- region() - Method in class org.apache.sedona.common.S2Geography.Geography
-
Returns an S2Region that represents the object.
- region() - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
- region() - Method in class org.apache.sedona.common.S2Geography.PointGeography
- region() - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- region() - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- region() - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- registerKryo(Kryo) - Static method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- relate(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- relate(Geometry, Geometry, String) - Static method in class org.apache.sedona.common.Predicates
- relateMatch(String, String) - Static method in class org.apache.sedona.common.Predicates
- removeDuplicatePointsMultiPoint(Coordinate[], boolean) - Static method in class org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover
- removeDuplicates(Coordinate[], int) - Static method in class org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover
- removeNoDataValue(GridSampleDimension) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Remove no data value from the given sample dimension.
- removePoint(Geometry) - Static method in class org.apache.sedona.common.Functions
- removePoint(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- removeRepeatedPoints(Geometry) - Static method in class org.apache.sedona.common.Functions
- removeRepeatedPoints(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- replaceNoDataValues(GridCoverage2D) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Replaces noDataValue pixels in each band with mean of neighboring pixel values
- reprojectMatch(GridCoverage2D, GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- resample(GridCoverage2D, double, double, boolean, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- resample(GridCoverage2D, double, double, double, double, boolean, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- resample(GridCoverage2D, GridCoverage2D, boolean, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- reverse() - Method in class org.apache.sedona.common.geometryObjects.Circle
- reverse(Geometry) - Static method in class org.apache.sedona.common.Functions
- reverseInternal() - Method in class org.apache.sedona.common.geometryObjects.Circle
- rotate(Geometry, double) - Static method in class org.apache.sedona.common.Functions
-
Rotates a geometry by a given angle in radians.
- rotate(Geometry, double, double, double) - Static method in class org.apache.sedona.common.Functions
-
Rotates a geometry by a given angle in radians around a given origin point (x, y).
- rotate(Geometry, double, Geometry) - Static method in class org.apache.sedona.common.Functions
-
Rotates a geometry by a given angle in radians around a given origin point.
- rotateX(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- rotateY(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- roundCellsToSameLevel(List<S2CellId>, int) - Static method in class org.apache.sedona.common.utils.S2Utils
- rowY - Variable in class org.apache.sedona.common.raster.PixelRecord
- rsContains(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterPredicates
- rsContains(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterPredicates
- rsIntersects(GridCoverage2D, GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterPredicates
- rsIntersects(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterPredicates
-
Test if a raster intersects a query window.
- rsTile(GridCoverage2D, int[], int, int) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- rsTile(GridCoverage2D, int[], int, int, boolean) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- rsTile(GridCoverage2D, int[], int, int, boolean, Double) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- rsTile(GridCoverage2D, int, int) - Static method in class org.apache.sedona.common.raster.RasterConstructors
- rsWithin(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.RasterPredicates
S
- S2_area(GeographyCollection) - Method in class org.apache.sedona.common.S2Geography.Accessors
- S2_closestPoint(ShapeIndexGeography, ShapeIndexGeography) - Method in class org.apache.sedona.common.S2Geography.Distance
- S2_contains(ShapeIndexGeography, ShapeIndexGeography, S2BooleanOperation.Options) - Method in class org.apache.sedona.common.S2Geography.Predicates
- S2_dimension(Geography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
- S2_distance(ShapeIndexGeography, ShapeIndexGeography) - Method in class org.apache.sedona.common.S2Geography.Distance
- S2_equals(ShapeIndexGeography, ShapeIndexGeography, S2BooleanOperation.Options) - Method in class org.apache.sedona.common.S2Geography.Predicates
- S2_intersects(ShapeIndexGeography, ShapeIndexGeography, S2BooleanOperation.Options) - Method in class org.apache.sedona.common.S2Geography.Predicates
- S2_intersectsBox(ShapeIndexGeography, S2LatLngRect, S2BooleanOperation.Options, double) - Method in class org.apache.sedona.common.S2Geography.Predicates
- S2_isCollection(Geography) - Method in class org.apache.sedona.common.S2Geography.Accessors
-
Returns true if `geog` is a “collection” (i.e.
- S2_isCollection(PolygonGeography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
- S2_isEmpty(Geography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
- s2_length(Geography) - Method in class org.apache.sedona.common.S2Geography.Accessors
- S2_maxDistance(ShapeIndexGeography, ShapeIndexGeography) - Method in class org.apache.sedona.common.S2Geography.Distance
- S2_minimumClearanceLineBetween(ShapeIndexGeography, ShapeIndexGeography) - Method in class org.apache.sedona.common.S2Geography.Distance
- S2_numPoints(Geography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
- s2_perimeter(Geography) - Method in class org.apache.sedona.common.S2Geography.Accessors
- s2_X(Geography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
- s2_Y(Geography) - Static method in class org.apache.sedona.common.S2Geography.Accessors
-
Extract the Y coordinate (latitude in degrees) if this is exactly one point; otherwise returns NaN.
- s2CellIDs(Geometry, int) - Static method in class org.apache.sedona.common.Functions
-
get the coordinates of a geometry and transform to Google s2 cell id
- s2FindValidationError(GeographyCollection, S2Error) - Static method in class org.apache.sedona.common.S2Geography.Accessors
-
Runs S2 validation on each member of a GeographyCollection.
- s2FindValidationError(Geography, S2Error) - Static method in class org.apache.sedona.common.S2Geography.Accessors
-
Master dispatch for any Geography type: points, lines, polygons, or collections.
- s2FindValidationError(PolygonGeography, S2Error) - Static method in class org.apache.sedona.common.S2Geography.Accessors
-
Runs S2 validation on a PolygonGeography.
- s2FindValidationError(PolylineGeography, S2Error) - Static method in class org.apache.sedona.common.S2Geography.Accessors
-
Runs S2 validation on a PolylineGeography, writing into the provided S2Error and returning true if an error was found.
- s2RegionToCellIDs(S2Region, int, int, int) - Static method in class org.apache.sedona.common.utils.S2Utils
- s2ToGeom(long[]) - Static method in class org.apache.sedona.common.Functions
- S2Utils - Class in org.apache.sedona.common.utils
- S2Utils() - Constructor for class org.apache.sedona.common.utils.S2Utils
- SampleModelSerializer - Class in org.apache.sedona.common.raster.serde
-
Serializer for SampleModelState using Kryo.
- SampleModelSerializer() - Constructor for class org.apache.sedona.common.raster.serde.SampleModelSerializer
- scale(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- SCALE_FACTOR - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- scaleGeom(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- scaleGeom(Geometry, Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- scaleX - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- scaleY - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- segmentize(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- SEMICOLON - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- send(String, String) - Static method in class org.apache.sedona.common.utils.TelemetryCollector
- Serde - Class in org.apache.sedona.common.raster.serde
- serialize(Geography) - Static method in class org.apache.sedona.common.S2Geography.GeographySerializer
- serialize(CoordinateReferenceSystem) - Static method in class org.apache.sedona.common.raster.serde.CRSSerializer
- serialize(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.serde.Serde
- serialize(Geometry) - Static method in class org.apache.sedona.common.geometrySerde.GeometrySerializer
- setBandNoDataValue(GridCoverage2D, int, Double) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Adds no-data value to the raster.
- setBandNoDataValue(GridCoverage2D, int, Double, boolean) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Adds no-data value to the raster.
- setBandNoDataValue(GridCoverage2D, Double) - Static method in class org.apache.sedona.common.raster.RasterBandEditors
-
Adds no-data value to the raster.
- setCodingHint(EncodeOptions.CodingHint) - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
-
Control FAST vs.
- setCompact(boolean) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
choose COMPACT (true) or FAST (false)
- setCoveringSize(byte) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- setDefaultCRSAndTransform(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
If the raster has a CRS, then it transforms the geom to the raster's CRS.
- setDistance(double) - Method in class org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- setEmpty(boolean) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
mark or unmark the EMPTY flag
- setEnableLazyDecode(boolean) - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
-
Enable or disable lazy‐decode conversions.
- setFixStructure(boolean) - Method in class org.apache.sedona.common.S2Geography.WKTReader
-
Sets a flag indicating that the structure of input geometry should be fixed so that the geometry can be constructed without error.
- setFlags(byte) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- setFormatted(boolean) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Sets whether the output will be formatted.
- setGeoReference(GridCoverage2D, double, double, double, double, double, double) - Static method in class org.apache.sedona.common.raster.RasterEditors
- setGeoReference(GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- setGeoReference(GridCoverage2D, String, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
- setIncludeCovering(boolean) - Method in class org.apache.sedona.common.S2Geography.EncodeOptions
-
Include or omit the cell‐union covering prefix.
- setIsOldJtsCoordinateSyntaxAllowed(boolean) - Method in class org.apache.sedona.common.S2Geography.WKTReader
-
Sets a flag indicating, that coordinates may have 3 ordinate values even though no Z or M ordinate indicator is present.
- setIsOldJtsMultiPointSyntaxAllowed(boolean) - Method in class org.apache.sedona.common.S2Geography.WKTReader
-
Sets a flag indicating, that point coordinates in a MultiPoint geometry must not be enclosed in paren.
- setKind(Geography.GeographyKind) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
- setMaxCoordinatesPerLine(int) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Sets the maximum number of coordinates per line written in formatted output.
- setOutputOrdinates(EnumSet<Ordinate>) - Method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Sets the
Ordinatethat are to be written. - setOutputOrdinates(EnumSet<Ordinate>) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Sets the
Ordinatethat are to be written. - setPixelType(GridCoverage2D, String) - Static method in class org.apache.sedona.common.raster.RasterEditors
-
Changes the band pixel type of a specific band of a raster.
- setPoint(Geometry, int, Geometry) - Static method in class org.apache.sedona.common.Functions
- setPrecisionModel(PrecisionModel) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Sets a
PrecisionModelthat should be used on the ordinates written. - setRadius(Double) - Method in class org.apache.sedona.common.geometryObjects.Circle
-
Sets the radius.
- setSrid(GridCoverage2D, int) - Static method in class org.apache.sedona.common.raster.RasterEditors
- setSRID(int) - Method in class org.apache.sedona.common.S2Geography.Geography
- setSRID(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- setTab(int) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Sets the tab size to use for indenting.
- setValue(GridCoverage2D, int, int, double) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Return a raster by updated the pixel specified by pixel location.
- setValue(GridCoverage2D, int, int, int, double) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Return a raster by updated the pixel specified by pixel location.
- setValues(GridCoverage2D, int, int, int, int, int, double[]) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Returns a raster by replacing the values of pixels in a specified rectangular region.
- setValues(GridCoverage2D, int, int, int, int, int, double[], boolean) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Returns a raster by replacing the values of pixels in a specified rectangular region.
- setValues(GridCoverage2D, int, Geometry, double) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Returns a raster by replacing the values of pixels in a specified geometry region.
- setValues(GridCoverage2D, int, Geometry, double, boolean) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Returns a raster by replacing the values of pixels in a specified geometry region.
- setValues(GridCoverage2D, int, Geometry, double, boolean, boolean) - Static method in class org.apache.sedona.common.raster.PixelFunctionEditors
-
Returns a raster by replacing the values of pixels in a specified geometry region.
- setxMax(double) - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- setxMin(double) - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- setyMax(double) - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- setyMin(double) - Method in class org.apache.sedona.common.subDivide.SubDivideExtent
- shape(int) - Method in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- shape(int) - Method in class org.apache.sedona.common.S2Geography.Geography
-
Returns the given S2Shape (where 0 <= id < num_shapes()).
- shape(int) - Method in class org.apache.sedona.common.S2Geography.GeographyCollection
- shape(int) - Method in class org.apache.sedona.common.S2Geography.PointGeography
- shape(int) - Method in class org.apache.sedona.common.S2Geography.PolygonGeography
- shape(int) - Method in class org.apache.sedona.common.S2Geography.PolylineGeography
- shape(int) - Method in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- SHAPE_INDEX - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- shapeIndex - Variable in class org.apache.sedona.common.S2Geography.EncodedShapeIndexGeography
- shapeIndex - Variable in class org.apache.sedona.common.S2Geography.ShapeIndexGeography
- ShapeIndexGeography - Class in org.apache.sedona.common.S2Geography
- ShapeIndexGeography() - Constructor for class org.apache.sedona.common.S2Geography.ShapeIndexGeography
-
Build an empty ShapeIndexGeography.
- ShapeIndexGeography(int) - Constructor for class org.apache.sedona.common.S2Geography.ShapeIndexGeography
-
Create a ShapeIndexGeography with a custom max-edges-per-cell.
- ShapeIndexGeography(Geography) - Constructor for class org.apache.sedona.common.S2Geography.ShapeIndexGeography
-
Build and immediately add one Geography.
- shiftLongitude(Geometry) - Static method in class org.apache.sedona.common.Functions
- shiftRasterToZeroOrigin(GridCoverage2D, Double) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Shift the rendered image inside the grid coverage to have a zero origin.
- SierpinskiGenerator - Class in org.apache.sedona.common.spider
-
Generates points or boxes that are distributed according to the Sierpinski distribution
- SierpinskiGenerator(Random, PointBasedGenerator.PointBasedParameter) - Constructor for class org.apache.sedona.common.spider.SierpinskiGenerator
- simplify(Circle, boolean, double) - Static method in class org.apache.sedona.common.simplify.CircleSimplifier
- simplify(GeometryCollection, boolean, double) - Static method in class org.apache.sedona.common.simplify.GeometryCollectionSimplifier
- simplify(Geometry, boolean, double) - Static method in class org.apache.sedona.common.simplify.GeometrySimplifier
- simplify(Geometry, boolean, double) - Static method in class org.apache.sedona.common.simplify.LineStringSimplifier
- simplify(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- simplify(Polygon, boolean, double) - Static method in class org.apache.sedona.common.simplify.PolygonSimplifier
- simplifyInPlace(Coordinate[], double, int) - Static method in class org.apache.sedona.common.simplify.CoordinatesSimplifier
- simplifyInPlaceTolerance0(Coordinate[]) - Static method in class org.apache.sedona.common.simplify.ZeroToleranceGeometrySimplifier
- simplifyPolygonHull(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- simplifyPolygonHull(Geometry, double, boolean) - Static method in class org.apache.sedona.common.Functions
- simplifyPreserveTopology(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- simplifyVW(Geometry, double) - Static method in class org.apache.sedona.common.Functions
- SINGLEPOINT - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- SinglePointGeography - Class in org.apache.sedona.common.S2Geography
- SinglePointGeography() - Constructor for class org.apache.sedona.common.S2Geography.SinglePointGeography
- SinglePointGeography(S2Point) - Constructor for class org.apache.sedona.common.S2Geography.SinglePointGeography
- SINGLEPOLYLINE - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- SinglePolylineGeography - Class in org.apache.sedona.common.S2Geography
- SinglePolylineGeography() - Constructor for class org.apache.sedona.common.S2Geography.SinglePolylineGeography
- SinglePolylineGeography(S2Polyline) - Constructor for class org.apache.sedona.common.S2Geography.SinglePolylineGeography
- SINGLEQUOTE - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- skewX - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- skewY - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- skipCovering(UnsafeInput) - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
Skip over coveringSize many cell-ids in the stream.
- skipSyntacticallyInvalidGeometries - Variable in class org.apache.sedona.common.utils.FormatUtils
-
Crash on syntactically invalid geometries or skip them.
- snap(Geometry, Geometry, double) - Static method in class org.apache.sedona.common.Functions
- SpatialIndexSerde - Class in org.apache.sedona.common.geometrySerde
-
Provides methods to efficiently serialize and deserialize spatialIndex types.
- SpatialIndexSerde() - Constructor for class org.apache.sedona.common.geometrySerde.SpatialIndexSerde
- SpatialIndexSerde(GeometrySerde) - Constructor for class org.apache.sedona.common.geometrySerde.SpatialIndexSerde
- Spheroid - Class in org.apache.sedona.common.sphere
- Spheroid() - Constructor for class org.apache.sedona.common.sphere.Spheroid
- split(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- split(Geometry, Geometry) - Method in class org.apache.sedona.common.utils.GeometrySplitter
-
Split input geometry by the blade geometry.
- splitInPlace(Coordinate[], int, int, double) - Static method in class org.apache.sedona.common.simplify.CoordinateSplitter
- SplitInPlace(Coordinate[], int) - Constructor for class org.apache.sedona.common.simplify.CoordinateSplitter.SplitInPlace
- splitLines(Geometry, Geometry) - Method in class org.apache.sedona.common.utils.GeometrySplitter
-
Split linear input geometry by the blade geometry.
- splitPolygons(Geometry, Geometry) - Method in class org.apache.sedona.common.utils.GeometrySplitter
-
Split polygonal input geometry by the blade geometry.
- splitRange - Variable in class org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
-
The allowed range for splitting boxes.
- splitter - Variable in class org.apache.sedona.common.utils.FormatUtils
-
The splitter.
- squareRoot(double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- srid - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- srid(GridCoverage2D) - Static method in class org.apache.sedona.common.raster.RasterAccessors
- sridToCRS(int) - Static method in class org.apache.sedona.common.FunctionsGeoTools
-
Decode SRID to CRS, forcing axis order to be lon/lat
- startOffset - Variable in class org.apache.sedona.common.utils.FormatUtils
-
The start offset.
- startPoint(Geometry) - Static method in class org.apache.sedona.common.Functions
- straightSkeleton(Geometry) - Static method in class org.apache.sedona.common.Functions
-
Computes the straight skeleton of an areal geometry.
- straightSkeleton(Geometry, Integer) - Static method in class org.apache.sedona.common.Functions
-
Computes the straight skeleton of an areal geometry with optional vertex simplification.
- StraightSkeleton - Class in org.apache.sedona.common.approximate
-
Straight skeleton computation for polygons using the campskeleton library.
- StraightSkeleton() - Constructor for class org.apache.sedona.common.approximate.StraightSkeleton
- SubBoxes - Class in org.apache.sedona.common.subDivide
- SubBoxes(SubDivideExtent, SubDivideExtent) - Constructor for class org.apache.sedona.common.subDivide.SubBoxes
- subDivide(Geometry, int) - Static method in class org.apache.sedona.common.Functions
- subDivide(Geometry, int) - Static method in class org.apache.sedona.common.subDivide.GeometrySubDivider
- SubDivideExtent - Class in org.apache.sedona.common.subDivide
- SubDivideExtent(double, double, double, double) - Constructor for class org.apache.sedona.common.subDivide.SubDivideExtent
- SubDivideExtent(Envelope) - Constructor for class org.apache.sedona.common.subDivide.SubDivideExtent
- subDivideRecursive(Geometry, int, int, int, Geometry[]) - Static method in class org.apache.sedona.common.subDivide.GeometrySubDivider
- subtract(double[], double[]) - Static method in class org.apache.sedona.common.raster.MapAlgebra
- symDifference(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
T
- TAB - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- TelemetryCollector - Class in org.apache.sedona.common.utils
- TelemetryCollector() - Constructor for class org.apache.sedona.common.utils.TelemetryCollector
- TILDE - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- Tile(int, int, GridCoverage2D) - Constructor for class org.apache.sedona.common.raster.RasterConstructors.Tile
- tileHeight - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- tileWidth - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- toDegrees(double) - Static method in class org.apache.sedona.common.utils.GeomUtils
- toEWKT() - Method in class org.apache.sedona.common.S2Geography.Geography
- toEWKT(PrecisionModel) - Method in class org.apache.sedona.common.S2Geography.Geography
- toggleUnsafeGeometryBuffer(boolean) - Static method in class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- toHex(byte[]) - Static method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Converts a byte array to a hexadecimal string.
- toJTSPolygon(S2CellId) - Static method in class org.apache.sedona.common.utils.S2Utils
- toLatLng(R2Vector) - Method in class org.apache.sedona.common.S2Geography.Projection.OrthographicProjection
- toPoint(Coordinate) - Static method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Generates the WKT for a POINT specified by a
Coordinate. - toPolygon() - Method in class org.apache.sedona.common.utils.BBox
- toS2Loop(LinearRing) - Static method in class org.apache.sedona.common.utils.S2Utils
- toS2Point(Coordinate) - Static method in class org.apache.sedona.common.utils.S2Utils
- toS2Points(Coordinate[]) - Static method in class org.apache.sedona.common.utils.S2Utils
- toS2Polygon(Polygon) - Static method in class org.apache.sedona.common.utils.S2Utils
- toS2PolyLine(LineString) - Static method in class org.apache.sedona.common.utils.S2Utils
- toS2Region(Geometry) - Static method in class org.apache.sedona.common.utils.S2Utils
- toString() - Method in class org.apache.sedona.common.geometryObjects.Circle
- toString() - Method in class org.apache.sedona.common.S2Geography.Geography
- toString() - Method in class org.apache.sedona.common.utils.InscribedCircle
- toString(PrecisionModel) - Method in class org.apache.sedona.common.S2Geography.Geography
- totalShapes - Variable in class org.apache.sedona.common.S2Geography.GeographyCollection
- toText(PrecisionModel) - Method in class org.apache.sedona.common.S2Geography.Geography
- touches(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- transform(Geometry, double) - Static method in class org.apache.sedona.common.utils.GeometryForce3DMTransformer
- transform(Geometry, double) - Static method in class org.apache.sedona.common.utils.GeometryForce3DTransformer
- transform(Geometry, double, double) - Static method in class org.apache.sedona.common.utils.GeometryForce4DTransformer
- transform(Geometry, String) - Static method in class org.apache.sedona.common.FunctionsGeoTools
- transform(Geometry, String, String) - Static method in class org.apache.sedona.common.FunctionsGeoTools
- transform(Geometry, String, String, boolean) - Static method in class org.apache.sedona.common.FunctionsGeoTools
- transform2D(Geometry) - Static method in class org.apache.sedona.common.utils.GeometryForce2DTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.apache.sedona.common.utils.GeometryForce2DTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.apache.sedona.common.utils.GeometryForce3DMTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.apache.sedona.common.utils.GeometryForce3DTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.apache.sedona.common.utils.GeometryForce4DTransformer
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class org.apache.sedona.common.utils.GeometryForce3DTransformer
- transformToGivenTarget(Geometry, String, CoordinateReferenceSystem, boolean) - Static method in class org.apache.sedona.common.FunctionsGeoTools
-
Transform a geometry from one CRS to another.
- translate(Geometry, double, double) - Static method in class org.apache.sedona.common.Functions
- translate(Geometry, double, double, double) - Static method in class org.apache.sedona.common.Functions
- translateAffineTransform(AffineTransform2D, int, int) - Static method in class org.apache.sedona.common.utils.RasterUtils
-
Translate an affine transformation by a given offset.
- translateGeom(Geometry, double, double, double) - Static method in class org.apache.sedona.common.utils.GeomUtils
- triangulatePolygon(Geometry) - Static method in class org.apache.sedona.common.Functions
- TSV - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
-
The tsv.
U
- unaryUnion(Geometry) - Static method in class org.apache.sedona.common.Functions
- UNDERSCORE - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
- uniform(double, double) - Method in class org.apache.sedona.common.spider.DiagonalGenerator
-
Generate a random value in the range [a, b) from a uniform distribution
- UniformGenerator - Class in org.apache.sedona.common.spider
-
Generates geometries that are distributed uniformly
- UniformGenerator(Random, PointBasedGenerator.PointBasedParameter) - Constructor for class org.apache.sedona.common.spider.UniformGenerator
- UNINITIALIZED - Enum constant in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
- union(Geometry[]) - Static method in class org.apache.sedona.common.Functions
- union(Geometry, Geometry) - Static method in class org.apache.sedona.common.Functions
- UNITS - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- unProject(R2Vector) - Method in class org.apache.sedona.common.S2Geography.Projection.OrthographicProjection
- upperLeftX - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- upperLeftY - Variable in class org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
V
- valid - Variable in class org.apache.sedona.common.utils.ValidDetail
- VALID_MAX - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- VALID_MIN - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- VALID_RANGE - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- validate() - Method in class org.apache.sedona.common.S2Geography.EncodeTag
-
Ensure we didn’t accidentally write a non-zero reserved byte.
- ValidDetail - Class in org.apache.sedona.common.utils
- ValidDetail(boolean, String, Geometry) - Constructor for class org.apache.sedona.common.utils.ValidDetail
- value - Variable in class org.apache.sedona.common.raster.PixelRecord
- value(int) - Method in class org.apache.sedona.common.S2Geography.GeographyIndex
-
Returns the stored value for a given shape ID.
- value(GridCoverage2D, int, int, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- value(GridCoverage2D, Geometry) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- value(GridCoverage2D, Geometry, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- valueOf(String) - Static method in enum class org.apache.sedona.common.enums.FileDataSplitter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sedona.common.enums.GeometryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sedona.common.S2Geography.EncodeOptions.CodingHint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.sedona.common.enums.FileDataSplitter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sedona.common.enums.GeometryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sedona.common.S2Geography.EncodeOptions.CodingHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sedona.common.S2Geography.Geography.GeographyKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(GridCoverage2D, int[], int[], int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- values(GridCoverage2D, List<Geometry>) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- values(GridCoverage2D, List<Geometry>, int) - Static method in class org.apache.sedona.common.raster.PixelFunctions
- VAR_ATTR_PREFIX - Static variable in class org.apache.sedona.common.raster.netcdf.NetCdfConstants
- voronoiPolygons(Geometry, double, Geometry) - Static method in class org.apache.sedona.common.FunctionsGeoTools
W
- within(Geometry, Geometry) - Static method in class org.apache.sedona.common.Predicates
- WKB - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
-
The wkb.
- WKBReader - Class in org.apache.sedona.common.S2Geography
-
This code is a custom modified version of JTS WKBReader
- WKBReader() - Constructor for class org.apache.sedona.common.S2Geography.WKBReader
-
Default constructor uses a JTS Array-based sequence factory.
- WKBReader(GeometryFactory) - Constructor for class org.apache.sedona.common.S2Geography.WKBReader
- WKBWriter - Class in org.apache.sedona.common.S2Geography
- WKBWriter() - Constructor for class org.apache.sedona.common.S2Geography.WKBWriter
-
Creates a writer that writes
Geometrys with output dimension = 2 and BIG_ENDIAN byte order - WKBWriter(int) - Constructor for class org.apache.sedona.common.S2Geography.WKBWriter
-
Creates a writer that writes
Geometrys with the given dimension (2 or 3) for output coordinates andByteOrderValues.BIG_ENDIANbyte order. - WKBWriter(int, boolean) - Constructor for class org.apache.sedona.common.S2Geography.WKBWriter
- WKBWriter(int, int) - Constructor for class org.apache.sedona.common.S2Geography.WKBWriter
- WKBWriter(int, int, boolean) - Constructor for class org.apache.sedona.common.S2Geography.WKBWriter
- WKT - Enum constant in enum class org.apache.sedona.common.enums.FileDataSplitter
-
The wkt.
- wktCRSToSRID(String) - Static method in class org.apache.sedona.common.FunctionsGeoTools
-
Get the SRID of a CRS from a WKT string
- wktReader - Variable in class org.apache.sedona.common.utils.FormatUtils
- WKTReader - Class in org.apache.sedona.common.S2Geography
- WKTReader() - Constructor for class org.apache.sedona.common.S2Geography.WKTReader
- WKTReader(GeometryFactory) - Constructor for class org.apache.sedona.common.S2Geography.WKTReader
- WKTWriter - Class in org.apache.sedona.common.S2Geography
- WKTWriter() - Constructor for class org.apache.sedona.common.S2Geography.WKTWriter
-
Creates a new WKTWriter with default settings
- WKTWriter(boolean) - Constructor for class org.apache.sedona.common.S2Geography.WKTWriter
- WKTWriter(int) - Constructor for class org.apache.sedona.common.S2Geography.WKTWriter
-
Creates a writer that writes
Geographys with the given output dimension (2 to 4). - wrap(byte[]) - Static method in class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- wrap(String, byte[]) - Static method in class org.apache.sedona.common.geometrySerde.GeometryBufferFactory
- wrapDistance() - Method in class org.apache.sedona.common.S2Geography.Projection.OrthographicProjection
- write(Kryo, Output) - Method in class org.apache.sedona.common.raster.DeepCopiedRenderedImage
- write(Kryo, Output, DataBuffer) - Method in class org.apache.sedona.common.raster.serde.DataBufferSerializer
- write(Kryo, Output, Raster) - Method in class org.apache.sedona.common.raster.serde.AWTRasterSerializer
- write(Kryo, Output, SampleModel) - Method in class org.apache.sedona.common.raster.serde.SampleModelSerializer
- write(Kryo, Output, Object) - Method in class org.apache.sedona.common.geometrySerde.GeometrySerde
- write(Kryo, Output, Object) - Method in class org.apache.sedona.common.geometrySerde.SpatialIndexSerde
- write(Kryo, Output, GridEnvelope2D) - Method in class org.apache.sedona.common.raster.serde.GridEnvelopeSerializer
- write(Kryo, Output, GridSampleDimension) - Method in class org.apache.sedona.common.raster.serde.GridSampleDimensionSerializer
- write(Kryo, Output, AffineTransform2D) - Method in class org.apache.sedona.common.raster.serde.AffineTransform2DSerializer
- write(Kryo, Output, Quadtree) - Method in class org.locationtech.jts.index.quadtree.IndexSerde
- write(Kryo, Output, STRtree) - Method in class org.locationtech.jts.index.strtree.IndexSerde
- write(List<Feature>) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONWriter
- write(Geography) - Method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Writes a
Geographyinto a byte array. - write(Geography) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Converts a
Geometryto its Well-known Text representation. - write(Geography, Writer) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Converts a
geographyto its Well-known Text representation. - write(Geography, OutStream) - Method in class org.apache.sedona.common.S2Geography.WKBWriter
-
Writes a
Geographyto anOutStream. - write(Geometry) - Method in class org.apache.sedona.common.jts2geojson.GeoJSONWriter
- writeByteArrays(Output, byte[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of bytes
- writeDoubleArrays(Output, double[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of doubles
- writeFloatArrays(Output, float[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of floats
- writeIntArray(Output, int[]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write an array of integers
- writeIntArrays(Output, int[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of ints
- writeLongArrays(Output, long[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of longs
- writeObjectWithLength(Kryo, Output, Object) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write the length of the next serialized object, followed by the serialized object
- writeShortArrays(Output, short[][]) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a 2-d array of shorts
- writeSRID(Geography, Writer) - Method in class org.apache.sedona.common.S2Geography.WKTWriter
-
Check if need to write SRID
- writeToDiskFile(byte[], String) - Static method in class org.apache.sedona.common.raster.RasterOutputs
-
Creates a GeoTiff file with the provided raster.
- writeUTF8String(Output, String) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write string as UTF-8 byte sequence
- writeUTF8StringMap(Output, Map<String, String>) - Static method in class org.apache.sedona.common.raster.serde.KryoUtil
-
Write a
Map<String, String>object to the output stream
X
- x(Geometry) - Static method in class org.apache.sedona.common.Functions
- xMax(Geometry) - Static method in class org.apache.sedona.common.Functions
- xMin(Geometry) - Static method in class org.apache.sedona.common.Functions
Y
- y(Geometry) - Static method in class org.apache.sedona.common.Functions
- yMax(Geometry) - Static method in class org.apache.sedona.common.Functions
- yMin(Geometry) - Static method in class org.apache.sedona.common.Functions
Z
- z(Geometry) - Static method in class org.apache.sedona.common.Functions
- ZeroToleranceGeometrySimplifier - Class in org.apache.sedona.common.simplify
- ZeroToleranceGeometrySimplifier() - Constructor for class org.apache.sedona.common.simplify.ZeroToleranceGeometrySimplifier
- zMax(Geometry) - Static method in class org.apache.sedona.common.Functions
- zmFlag(Geometry) - Static method in class org.apache.sedona.common.Functions
- zMin(Geometry) - Static method in class org.apache.sedona.common.Functions
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form