public class PointSetDatastore extends PointSetCache
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PointSetDatastore.S3PointSetLoader
Load pointsets from S3.
|
pointSets| Constructor and Description |
|---|
PointSetDatastore(Integer maxCacheSize,
String s3CredentialsFilename,
Boolean workOffline,
String pointsetBucket) |
| Modifier and Type | Method and Description |
|---|---|
String |
addPointSet(File pointSetFile,
String pointSetId) |
List<String> |
getPointSetIds() |
boolean |
isCached(String pointsetId)
does this pointset exist in local cache?
|
getpublic String addPointSet(File pointSetFile, String pointSetId) throws IOException
IOExceptionpublic boolean isCached(String pointsetId)
public List<String> getPointSetIds()
getPointSetIds in class PointSetCacheCopyright © 2018. All rights reserved.