Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.service.geospatial |
Modifier and Type | Method and Description |
---|---|
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getGSLiteralExtension(BigdataValueFactory vf,
GeoSpatialDatatypeConfiguration datatypeConfig)
Get a
GeoSpatialLiteralExtension object processing literals of
the schema specified in the SchemaDescription object. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getLatLonGSLiteralExtension(BigdataValueFactory vf)
Get a
GeoSpatialLiteralExtension object processing lat+lon
schema literals. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getLatLonTimeGSLiteralExtension(BigdataValueFactory vf)
Get a
GeoSpatialLiteralExtension object processing lat+lon+time
schema literals. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getSimpleLatLonGSLiteralExtension(BigdataValueFactory vf)
Get simple lat lon schema description, where lat and lon correspong to
long values (rather than 5 precise doubles).
|
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getSimpleLatLonGSLiteralExtensionWithRange(BigdataValueFactory vf,
Long min)
Get simple lat lon schema description, where lat and lon correspong to
long values (rather than 5 precise doubles).
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.encodeDecodeGeoSpatialLiterals(BigdataValueFactory vf,
BigdataLiteral[] dt,
GeoSpatialLiteralExtension<BigdataValue> ext)
Helper method to test encoding and decoding / roundtrips of GeoSpatial
literals for a given value factory vf, list of literals dt, and
a
GeoSpatialLiteralExtension ext. |
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.zIndexOrderingMixedBase(BigdataValueFactory vf,
GeoSpatialLiteralExtension<BigdataValue> litExt,
org.openrdf.model.URI datatype) |
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.zIndexOrderingPositiveBase(BigdataValueFactory vf,
GeoSpatialLiteralExtension<BigdataValue> litExt,
org.openrdf.model.URI datatype) |
Modifier and Type | Field and Description |
---|---|
protected GeoSpatialLiteralExtension<BigdataValue> |
GeoSpatialServiceFactory.GeoSpatialFilterBase.litExt |
Modifier and Type | Method and Description |
---|---|
GeoSpatialLiteralExtension<BigdataValue> |
GeoSpatialServiceFactory.GeoSpatialFilterBase.getGeoSpatialLiteralExtension()
Return the
GeoSpatialLiteralExtension object associated
with this filter. |
Constructor and Description |
---|
GeoSpatialServiceFactory.AcceptAllSolutionsFilter(GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
GeoSpatialServiceFactory.GeoSpatialFilterBase(GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
GeoSpatialServiceFactory.GeoSpatialInCircleFilter(GeoSpatialUtility.PointLatLon spatialPoint,
Double distance,
ICoordinate.UNITS unit,
Long timeMin,
Long timeMax,
GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
Constructor and Description |
---|
ZOrderIndexBigMinAdvancer(byte[] searchMinZOrder,
byte[] searchMaxZOrder,
GeoSpatialLiteralExtension<BigdataValue> litExt,
int zOrderComponentPos,
GeoSpatialCounters geoSpatialCounters) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.