public abstract static class GeoSpatialServiceFactory.GeoSpatialFilterBase extends TupleFilter
TupleFilter.TupleFilterator<E>
Modifier and Type | Field and Description |
---|---|
protected GeoSpatialDatatypeConfiguration |
datatypeConfig |
protected GeoSpatialLiteralExtension<BigdataValue> |
litExt |
protected int |
objectPos |
Constructor and Description |
---|
GeoSpatialServiceFactory.GeoSpatialFilterBase(GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
Modifier and Type | Method and Description |
---|---|
void |
addContextCheck(Integer contextPos,
BigdataURI context) |
GeoSpatialLiteralExtension<BigdataValue> |
getGeoSpatialLiteralExtension()
Return the
GeoSpatialLiteralExtension object associated
with this filter. |
protected boolean |
isValid(ITuple tuple) |
protected abstract boolean |
isValidInternal(ITuple tuple)
Check if the iv array is valid.
|
void |
setObjectPos(int objectPos) |
filterOnce
addFilter, filter, getProperty, getRequiredProperty, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty
protected final GeoSpatialLiteralExtension<BigdataValue> litExt
protected final GeoSpatialDatatypeConfiguration datatypeConfig
protected int objectPos
public GeoSpatialServiceFactory.GeoSpatialFilterBase(GeoSpatialLiteralExtension<BigdataValue> litExt, GeoSpatialCounters geoSpatialCounters)
public void addContextCheck(Integer contextPos, BigdataURI context)
public void setObjectPos(int objectPos)
public GeoSpatialLiteralExtension<BigdataValue> getGeoSpatialLiteralExtension()
GeoSpatialLiteralExtension
object associated
with this filter.protected final boolean isValid(ITuple tuple)
isValid
in class TupleFilter
protected abstract boolean isValidInternal(ITuple tuple)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.