gov.nasa.worldwind.layers.rpf
Class RPFFileIndex.IndexProperties
java.lang.Object
gov.nasa.worldwind.layers.rpf.RPFFileIndex.IndexProperties
- Enclosing class:
- RPFFileIndex
public static class RPFFileIndex.IndexProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataSeriesIdentifier
public String dataSeriesIdentifier
description
public String description
maxLatitude
public Angle maxLatitude
maxLongitude
public Angle maxLongitude
minLatitude
public Angle minLatitude
minLongitude
public Angle minLongitude
rootPath
public String rootPath
RPFFileIndex.IndexProperties
public RPFFileIndex.IndexProperties()
getBoundingSector
public Sector getBoundingSector()
getDataSeriesIdentifier
public String getDataSeriesIdentifier()
getDescription
public String getDescription()
getRootPath
public String getRootPath()
setBoundingSector
public void setBoundingSector(Sector sector)
setDataSeriesIdentifier
public void setDataSeriesIdentifier(String dataSeriesIdentifier)
setDescription
public void setDescription(String description)
setRootPath
public void setRootPath(String rootPath)