Package com.complexible.stardog.spatial
Class GeospatialOptions
java.lang.Object
com.complexible.stardog.spatial.GeospatialOptions
- All Implemented Interfaces:
MetaPropertyProvider
Set of options for configuring Stardog Spatial
- Since:
- 4.0
- Author:
- Michael Grove
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleDefault error rate.static final ConfigProperty<Features> static final InfoProperty<UUID> static final intMax level precision for theGeohashPrefixTree.static final ConfigProperty<Boolean> static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final ConfigProperty<Boolean> static final ConfigProperty<Integer> Deprecated.static final ConfigProperty<Boolean> Option for whether or not spatial indexing is enabled for the databasestatic final ConfigProperty<Double> Deprecated.static final ConfigProperty<Boolean> Deprecated.static final ConfigProperty<GeospatialIndexState> static final ConfigProperty<Integer> Deprecated.static final ConfigProperty<Integer> Deprecated.static final ConfigProperty<Integer> Page size used for iteration over results from the spatial index.static final ConfigProperty<Boolean> Deprecated.static final MetaProperty<Integer> Lucene write buffer size -
Method Summary
-
Field Details
-
OPTION_SPATIAL_ENABLED
- See Also:
-
OPTION_SPATIAL_FEATURES
- See Also:
-
PROPERTY_OPTIMIZE
- See Also:
-
PROPERTY_DISTANCE_PRECISION
- See Also:
-
MAX_LEVELS
public static final int MAX_LEVELSMax level precision for theGeohashPrefixTree. This results in millimeter precision.- See Also:
-
DEFAULT_ERROR_PCT
public static final double DEFAULT_ERROR_PCTDefault error rate.- See Also:
-
USE_JTS
Deprecated.Index option for enabling JTS integration -
WRITE_BUFFER_SIZE
Lucene write buffer size -
SPATIAL_ENABLED
Option for whether or not spatial indexing is enabled for the database -
SPATIAL_PRECISION
Deprecated.The precision used for spatial indexing. Corresponds to the precision of the underylingGeohashPrefixTree. The default value is11which results in sub-millimeter precision; a value of 8 will give a precision +/- 50m. -
FEATURES
-
SPATIAL_DISTANCE_PRECISION
Deprecated.Specifies the precision used for the distance calculations. The value is the number of significant digits distances used to represent distances. Smaller numbers sacrifice precision for performance. The default is 8. A value of -1 can be provided to compute distances to the maximum precision. The default value is8. -
SPATIAL_ERROR_PCT
Deprecated. -
SPATIAL_RESULT_PAGE_SIZE
Page size used for iteration over results from the spatial index. Full name: spatial.result.page_size
Default value:100 -
SPATIAL_RESULT_LIMIT
Deprecated.Default max number of results from the spatial index. -1 returns all results Full name: spatial.result.limit
Default value:10 000 -
OPTIMIZE
-
REMOVE_IN_TX
-
SPATIAL_INDEX_DIRTY
Deprecated. -
SPATIAL_INDEX_STATE
-
LAST_COMMIT_TX
-
VERSION
-