Package io.trino.operator
Class PagesRTreeIndex.GeometryWithPosition
java.lang.Object
io.trino.operator.PagesRTreeIndex.GeometryWithPosition
- Enclosing class:
PagesRTreeIndex
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryWithPosition(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry, int partition, int position) -
Method Summary
Modifier and TypeMethodDescriptionlongcom.esri.core.geometry.ogc.OGCGeometryintint
-
Constructor Details
-
GeometryWithPosition
public GeometryWithPosition(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry, int partition, int position)
-
-
Method Details
-
getGeometry
public com.esri.core.geometry.ogc.OGCGeometry getGeometry() -
getPartition
public int getPartition() -
getPosition
public int getPosition() -
getEstimatedMemorySizeInBytes
public long getEstimatedMemorySizeInBytes()
-