public class SpatialIndexInputDataSet extends FileInputDataSet
Constructor and Description |
---|
SpatialIndexInputDataSet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIndexMetadataDir()
Gets the directory where the spatial index metadata can be found for this data set
|
java.lang.String |
getIndexName()
Gets the data set spatial index name
|
boolean |
isInputIndex()
Used for backward compatibility.
|
void |
setIndexMetadataDir(java.lang.String indexMetadataDir)
Sets the directory where the spatial index metadata can be found for this data set
|
void |
setIndexName(java.lang.String indexName)
Sets the data set spatial index name
|
void |
setInputIndex(boolean inputIndex)
Used for backward compatibility.
|
getInputString, getPaths, load, setInputString, setPaths, store
getInputFormatClass, getLength, getRecordInfoProviderClass, getSpatialConfig, setInputFormatClass, setLength, setRecordInfoProviderClass, setSpatialConfig
public java.lang.String getIndexMetadataDir()
public java.lang.String getIndexName()
public boolean isInputIndex()
public void setIndexMetadataDir(java.lang.String indexMetadataDir)
indexMetadataDir
- a path to the spatial index metadata directorypublic void setIndexName(java.lang.String indexName)
indexName
- a spatial index namepublic void setInputIndex(boolean inputIndex)
inputIndex
- true if the input data set is a spatial indexCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.