public class SpatialIndexUtils extends Object
| Constructor and Description |
|---|
SpatialIndexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasSpatialDimensions(Index index)
Determine if the given index has a latitude and longitude dimension.
|
static boolean |
isLatitudeDimension(NumericDimensionDefinition dimension)
Determine if the given dimension represents latitude.
|
static boolean |
isLongitudeDimension(NumericDimensionDefinition dimension)
Determine if the given dimension represents longitude.
|
public static boolean isLongitudeDimension(NumericDimensionDefinition dimension)
dimension - the dimension to checktrue if the dimension represents longitude.public static boolean isLatitudeDimension(NumericDimensionDefinition dimension)
dimension - the dimension to checktrue if the dimension represents latitude.public static boolean hasSpatialDimensions(Index index)
index - the index to checktrue if the index has spatial dimensions.Copyright © 2013–2021. All rights reserved.