public static class RPFFileIndex.IndexProperties extends Object
Modifier and Type | Field and Description |
---|---|
String |
dataSeriesIdentifier |
String |
description |
Angle |
maxLatitude |
Angle |
maxLongitude |
Angle |
minLatitude |
Angle |
minLongitude |
String |
rootPath |
Constructor and Description |
---|
IndexProperties() |
Modifier and Type | Method and Description |
---|---|
Sector |
getBoundingSector() |
String |
getDataSeriesIdentifier() |
String |
getDescription() |
String |
getRootPath() |
void |
setBoundingSector(Sector sector) |
void |
setDataSeriesIdentifier(String dataSeriesIdentifier) |
void |
setDescription(String description) |
void |
setRootPath(String rootPath) |
public String dataSeriesIdentifier
public String description
public Angle maxLatitude
public Angle maxLongitude
public Angle minLatitude
public Angle minLongitude
public String rootPath
public Sector getBoundingSector()
public String getDataSeriesIdentifier()
public String getDescription()
public String getRootPath()
public void setBoundingSector(Sector sector)
public void setDataSeriesIdentifier(String dataSeriesIdentifier)
public void setDescription(String description)
public void setRootPath(String rootPath)