public static class SpatialIndexMetadata.SpatialIndexEntry
extends java.lang.Object
| Constructor and Description |
|---|
SpatialIndexEntry() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElemCount()
Gets the number of elements contained in the local spatial index
|
java.lang.String |
getIndex()
Gets the path of the local spatial index
|
double[] |
getMbr()
Gets the minimum bounding box of the indexed data
|
java.lang.String |
getSrc()
Gets the path of the source indexed data
|
void |
setElemCount(long elemCount)
Sets the number of elements contained in the local spatial index
|
void |
setIndex(java.lang.String index)
Sets the path of the local spatial index
|
void |
setMbr(double[] mbr)
Sets the minimum bounding box of the indexed data
|
void |
setSrc(java.lang.String src)
Sets the path of the source indexed data
|
java.lang.String |
toString() |
public long getElemCount()
public java.lang.String getIndex()
public double[] getMbr()
public java.lang.String getSrc()
public void setElemCount(long elemCount)
elemCount - the number of indexed recordspublic void setIndex(java.lang.String index)
index - a pathpublic void setMbr(double[] mbr)
mbr - an mbr in the form minX,minY,maxX,maxYpublic void setSrc(java.lang.String src)
src - a pathpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.