Package | Description |
---|---|
oracle.spatial.hadoop.vector.util |
Contains utility classes used by other components of this API.
|
Modifier and Type | Method and Description |
---|---|
static SpatialIndexMetadata |
SpatialIndexUtils.findSpatialIndexMetadata(java.lang.String indexName, Path metadataDirPath, Configuration conf)
Searches the metadata file for the given index name
|
static SpatialIndexMetadata |
SpatialIndexUtils.getSpatialIndexMetadata(java.lang.String indexName, java.lang.String indexMetadataDir, Configuration conf) |
static SpatialIndexMetadata |
SpatialIndexUtils.readMetadata(java.io.InputStream in)
Reads a spatial index metadata from an input stream
|
static SpatialIndexMetadata |
SpatialIndexUtils.readMetadata(Path simPath, Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static Path |
SpatialIndexUtils.getSpatialIndexPath(SpatialIndexMetadata sim) |
static void |
SpatialIndexUtils.setMissingSpatialConfig(SpatialConfig spatialConfig, SpatialIndexMetadata sim) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.