Serialized Form
-
Package org.apache.sedona.common.geometryObjects
-
Class org.apache.sedona.common.geometryObjects.Circle
class Circle extends org.locationtech.jts.geom.Geometry implements Serializable-
Serialized Fields
-
centerGeometry
org.locationtech.jts.geom.Geometry centerGeometry
The center. -
centerPoint
org.locationtech.jts.geom.Coordinate centerPoint
The center point. -
MBR
org.locationtech.jts.geom.Envelope MBR
The mbr. -
radius
Double radius
The radius.
-
-
-
-
Package org.apache.sedona.common.geometrySerde
-
Class org.apache.sedona.common.geometrySerde.GeometrySerde
class GeometrySerde extends com.esotericsoftware.kryo.Serializer implements Serializable -
Class org.apache.sedona.common.geometrySerde.SpatialIndexSerde
class SpatialIndexSerde extends com.esotericsoftware.kryo.Serializer implements Serializable-
Serialized Fields
-
geometrySerde
GeometrySerde geometrySerde
-
-
-
-
Package org.apache.sedona.common.raster
-
Class org.apache.sedona.common.raster.DeepCopiedRenderedImage
class DeepCopiedRenderedImage extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
height
int height
-
imageBounds
Rectangle imageBounds
-
minTileX
int minTileX
-
minTileY
int minTileY
-
minX
int minX
-
minY
int minY
-
numXTiles
int numXTiles
-
numYTiles
int numYTiles
-
tileGridXOffset
int tileGridXOffset
-
tileGridYOffset
int tileGridYOffset
-
tileHeight
int tileHeight
-
tileWidth
int tileWidth
-
width
int width
-
-
-
-
Package org.apache.sedona.common.utils
-
Class org.apache.sedona.common.utils.FormatUtils
class FormatUtils extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
allowTopologicallyInvalidGeometries
boolean allowTopologicallyInvalidGeometries
Allow mapping of invalid geometries. -
carryInputData
boolean carryInputData
The carry input data. -
endOffset
int endOffset
The end offset. -
geometryType
GeometryType geometryType
-
otherAttributes
String otherAttributes
Non-spatial attributes in each input row will be concatenated to a tab separated string -
skipSyntacticallyInvalidGeometries
boolean skipSyntacticallyInvalidGeometries
Crash on syntactically invalid geometries or skip them. -
splitter
FileDataSplitter splitter
The splitter. -
startOffset
int startOffset
The start offset.
-
-
-
Exception org.apache.sedona.common.utils.GeoHashDecoder.InvalidGeoHashException
class InvalidGeoHashException extends Exception implements Serializable -
Exception org.apache.sedona.common.utils.H3Utils.H3UtilException
class H3UtilException extends RuntimeException implements Serializable
-
-
Package org.locationtech.jts.index.quadtree
-
Class org.locationtech.jts.index.quadtree.Node
class Node extends org.locationtech.jts.index.quadtree.NodeBase implements Serializable-
Serialized Fields
-
centrex
double centrex
-
centrey
double centrey
-
env
org.locationtech.jts.geom.Envelope env
-
level
int level
-
-
-
Class org.locationtech.jts.index.quadtree.NodeBase
class NodeBase extends Object implements Serializable-
Serialized Fields
-
items
List items
-
subnode
org.locationtech.jts.index.quadtree.Node[] subnode
-
-
-
Class org.locationtech.jts.index.quadtree.Quadtree
class Quadtree extends Object implements Serializable- serialVersionUID:
- -7461163625812743604L
-
Serialized Fields
-
minExtent
double minExtent
-
root
org.locationtech.jts.index.quadtree.Root root
-
-
Class org.locationtech.jts.index.quadtree.Root
class Root extends org.locationtech.jts.index.quadtree.NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode
class AbstractNode extends Object implements Serializable- serialVersionUID:
- 6493722185909573708L
-
Class org.locationtech.jts.index.strtree.AbstractSTRtree
class AbstractSTRtree extends Object implements Serializable- serialVersionUID:
- -3886435814360241337L
-
Serialized Fields
-
built
boolean built
-
itemBoundables
ArrayList itemBoundables
-
nodeCapacity
int nodeCapacity
-
root
org.locationtech.jts.index.strtree.AbstractNode root
-
-
Class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator
class BoundablePairDistanceComparator extends Object implements Serializable-
Serialized Fields
-
normalOrder
boolean normalOrder
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable
class ItemBoundable extends Object implements Serializable -
Class org.locationtech.jts.index.strtree.SIRtree
class SIRtree extends org.locationtech.jts.index.strtree.AbstractSTRtree implements Serializable-
Serialized Fields
-
comparator
Comparator comparator
-
intersectsOp
org.locationtech.jts.index.strtree.AbstractSTRtree.IntersectsOp intersectsOp
-
-
-
Class org.locationtech.jts.index.strtree.STRtree
class STRtree extends org.locationtech.jts.index.strtree.AbstractSTRtree implements Serializable- serialVersionUID:
- 259274702368956900L
-