Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing | |
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.spatial |
Modifier and Type | Method and Description |
---|---|
SpatialOptions.SpatialRelation |
SpatialIndexQuery.getSpatialRelation()
Spatial relation (Within, Contains, Disjoint, Intersects, Nearby)
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialIndexQuery.setSpatialRelation(SpatialOptions.SpatialRelation spatialRelation)
Spatial relation (Within, Contains, Disjoint, Intersects, Nearby)
|
Modifier and Type | Method and Description |
---|---|
static SpatialOptions.SpatialRelation |
SpatialOptions.SpatialRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialOptions.SpatialRelation[] |
SpatialOptions.SpatialRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IDocumentQueryCustomization |
IDocumentQueryCustomization.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel)
Filter matches based on a given shape - only documents with the shape defined in fieldName that
have a relation rel with the given shapeWKT will be returned
|
TSelf |
IDocumentQueryBase.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel)
Filter matches based on a given shape - only documents with the shape defined in fieldName that
have a relation rel with the given shapeWKT will be returned
|
TSelf |
IDocumentQueryBase.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel,
double distanceErrorPct)
Filter matches based on a given shape - only documents with the shape defined in fieldName that
have a relation rel with the given shapeWKT will be returned
|
Modifier and Type | Field and Description |
---|---|
protected SpatialOptions.SpatialRelation |
AbstractDocumentQuery.spatialRelation |
Modifier and Type | Method and Description |
---|---|
protected TSelf |
AbstractDocumentQuery.generateSpatialQueryData(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation relation) |
protected TSelf |
AbstractDocumentQuery.generateSpatialQueryData(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation relation,
double distanceErrorPct) |
protected TSelf |
AbstractDocumentQuery.generateSpatialQueryData(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation relation,
double distanceErrorPct,
SpatialOptions.SpatialUnits radiusUnits) |
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel)
Filter matches based on a given shape - only documents with the shape defined in fieldName that
have a relation rel with the given shapeWKT will be returned
|
IDocumentQuery<T> |
DocumentQuery.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel) |
IDocumentQueryCustomization |
DocumentQueryCustomization.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel) |
IDocumentQuery<T> |
DocumentQuery.relatesToShape(String fieldName,
String shapeWKT,
SpatialOptions.SpatialRelation rel,
double distanceErroPct) |
Modifier and Type | Method and Description |
---|---|
SpatialOptions.SpatialRelation |
SpatialCriteria.getRelation() |
Modifier and Type | Method and Description |
---|---|
SpatialCriteria |
SpatialCriteriaFactory.relatesToShape(Object shape,
SpatialOptions.SpatialRelation relation) |
void |
SpatialCriteria.setRelation(SpatialOptions.SpatialRelation relation) |
Copyright © 2016. All Rights Reserved.