public interface SpatialPartitioningConfiguration
extends java.io.Serializable
DistributedSpatialIndex| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends DistributedSpatialIndex<?>> |
getDistributedSpatialIndexClass()
Gets the type of
DistributedSpatialIndex this configuration is meant for. |
java.lang.Class<? extends SpatialPartitioning<?>> |
getSpatialPartitioningClass()
Gets the type of
SpatialPartitioning algorithm this configuration is meant for. |
double |
getTolerance() |
boolean |
isLocallyIndexed() |
void |
setTolerance(double tolerance) |
java.lang.Class<? extends DistributedSpatialIndex<?>> getDistributedSpatialIndexClass()
DistributedSpatialIndex this configuration is meant for.DistributedSpatialIndexjava.lang.Class<? extends SpatialPartitioning<?>> getSpatialPartitioningClass()
SpatialPartitioning algorithm this configuration is meant for.SpatialPartitioningdouble getTolerance()
boolean isLocallyIndexed()
void setTolerance(double tolerance)
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.