Uses of Class
org.javaseis.properties.SeisProperties

Packages that use SeisProperties
org.javaseis.io   
org.javaseis.properties   
 

Uses of SeisProperties in org.javaseis.io
 

Fields in org.javaseis.io declared as SeisProperties
protected  SeisProperties ExtentManager.extentProperties
           
protected  SeisProperties SortRead.sprops
           
 

Methods in org.javaseis.io with parameters of type SeisProperties
 void ExtentListEntry.toProperties(SeisProperties virtualProperties)
          Convert this list entry to a set of properties
 

Constructors in org.javaseis.io with parameters of type SeisProperties
ExtentListEntry(java.lang.String extName, SeisProperties virtualProperties)
          Construct an extent based on values in a VirtualFile Properties object
 

Uses of SeisProperties in org.javaseis.properties
 

Methods in org.javaseis.properties that return SeisProperties
static SeisProperties SeisProperties.argsToProperties(java.lang.String[] args)
          Convert a set of program arguments to Properties object Convention used is "-arg1 value1 -arg2 value2" translates to "arg1" = "value1", "arg2 = "value2", etc.