Documentation of 'visad.data.netcdf.in.Context' Java class
Context
visad.data.netcdf.in

Class Context



  • public class Context
    extends java.lang.Object
    Provides support for the context in which data values are retrieved. Instances are mutable.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Context()
      Constructs from nothing.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object clone()
      Returns a clone of this instance.
      int[] getContext()
      Returns the current context.
      Context newSubContext()
      Gets a new (sub) context based on this context.
      void setSubContext(int index)
      Sets the current (sub) context.
      java.lang.String toString()
      Returns a string representation of this context.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Context

        public Context()
        Constructs from nothing.
    • Method Detail

      • newSubContext

        public Context newSubContext()
        Gets a new (sub) context based on this context.
        Returns:
        A (sub) context.
      • setSubContext

        public void setSubContext(int index)
        Sets the current (sub) context.
        Parameters:
        index - The current (sub) context.
      • getContext

        public int[] getContext()
        Returns the current context.
        Returns:
        The current context.
      • toString

        public java.lang.String toString()
        Returns a string representation of this context.
        Overrides:
        toString in class java.lang.Object
      • clone

        public java.lang.Object clone()
        Returns a clone of this instance.
        Overrides:
        clone in class java.lang.Object
        Returns:
        A clone of this instance.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.