Uses of Class
org.javaseis.properties.PropertyDescription

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

Uses of PropertyDescription in org.javaseis.io
 

Fields in org.javaseis.io declared as PropertyDescription
protected  PropertyDescription SortRead.sort3
           
protected  PropertyDescription SortRead.sort4
           
 

Uses of PropertyDescription in org.javaseis.properties
 

Fields in org.javaseis.properties with type parameters of type PropertyDescription
protected  java.util.Map<java.lang.String,PropertyDescription> TraceProperties._map
           
 

Methods in org.javaseis.properties that return PropertyDescription
 PropertyDescription PropertyDescription.clone()
          Clones the property.
 PropertyDescription[] TraceProperties.getTraceProperties()
          Gets the trace properties currently stored.
 PropertyDescription TraceProperties.getTraceProperty(java.lang.String key)
          Gets specified trace property from storage.
 

Methods in org.javaseis.properties with parameters of type PropertyDescription
 void TraceProperties.addTraceProperty(PropertyDescription property)
          Adds specified trace property to storage.
protected  void TraceProperties.setBufferPosition(PropertyDescription property)
          Sets the buffer position, based on the current trace index and specified property.
 

Constructors in org.javaseis.properties with parameters of type PropertyDescription
TraceProperties(int numProps, PropertyDescription[] traceProps)
          Constructs an instance of TraceProperites.