NASA World Wind

gov.nasa.worldwind.layers.rpf
Class RPFFileIndex.IndexProperties

java.lang.Object
  extended by gov.nasa.worldwind.layers.rpf.RPFFileIndex.IndexProperties
Enclosing class:
RPFFileIndex

public static class RPFFileIndex.IndexProperties
extends Object


Field Summary
 String dataSeriesIdentifier
           
 String description
           
 Angle maxLatitude
           
 Angle maxLongitude
           
 Angle minLatitude
           
 Angle minLongitude
           
 String rootPath
           
 
Constructor Summary
RPFFileIndex.IndexProperties()
           
 
Method Summary
 Sector getBoundingSector()
           
 String getDataSeriesIdentifier()
           
 String getDescription()
           
 String getRootPath()
           
 void setBoundingSector(Sector sector)
           
 void setDataSeriesIdentifier(String dataSeriesIdentifier)
           
 void setDescription(String description)
           
 void setRootPath(String rootPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RPFFileIndex.IndexProperties

public RPFFileIndex.IndexProperties()
Method Detail

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)

NASA World Wind