public abstract class JoinStrategy extends Object implements SpatialJoin
Modifier and Type | Field and Description |
---|---|
protected JoinOptions |
joinOpts |
protected GeoWaveRDD |
leftJoined |
protected GeoWaveRDD |
rightJoined |
Constructor and Description |
---|
JoinStrategy() |
Modifier and Type | Method and Description |
---|---|
JoinOptions |
getJoinOptions() |
GeoWaveRDD |
getLeftResults() |
GeoWaveRDD |
getRightResults() |
void |
setJoinOptions(JoinOptions joinOpts) |
void |
setLeftResults(GeoWaveRDD leftJoined) |
void |
setRightResults(GeoWaveRDD rightJoined) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDefaultStrategy, join, supportsJoin
protected GeoWaveRDD leftJoined
protected GeoWaveRDD rightJoined
protected JoinOptions joinOpts
public GeoWaveRDD getLeftResults()
public void setLeftResults(GeoWaveRDD leftJoined)
public GeoWaveRDD getRightResults()
public void setRightResults(GeoWaveRDD rightJoined)
public JoinOptions getJoinOptions()
public void setJoinOptions(JoinOptions joinOpts)
Copyright © 2013–2022. All rights reserved.