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?
|
get
public String addPointSet(File pointSetFile, String pointSetId) throws IOException
IOException
public boolean isCached(String pointsetId)
public List<String> getPointSetIds()
getPointSetIds
in class PointSetCache
Copyright © 2018. All rights reserved.