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