@Immutable public class DataRoot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataRoot.Type |
| Constructor and Description |
|---|
DataRoot(CatalogScan catScan) |
DataRoot(DatasetScan scan) |
DataRoot(FeatureCollectionRef featCollection) |
DataRoot(String path,
String dirLocation,
String restrict) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Instances which have same path are equal.
|
CatalogScan |
getCatalogScan() |
DatasetScan |
getDatasetScan() |
String |
getDirLocation() |
FeatureCollectionRef |
getFeatureCollection() |
String |
getFileLocationFromRequestPath(String reqPath) |
String |
getName() |
String |
getPath() |
String |
getRestrict() |
DataRoot.Type |
getType() |
int |
hashCode() |
String |
toString() |
public DataRoot(FeatureCollectionRef featCollection)
public DataRoot(DatasetScan scan)
public DataRoot(CatalogScan catScan)
public String getPath()
public String getDirLocation()
public DataRoot.Type getType()
public DatasetScan getDatasetScan()
public CatalogScan getCatalogScan()
public FeatureCollectionRef getFeatureCollection()
public String getName()
public String getRestrict()
public boolean equals(Object o)