Class TLcdAxisInformation

java.lang.Object
com.luciad.reference.TLcdAxisInformation
All Implemented Interfaces:
Serializable, Cloneable

public class TLcdAxisInformation extends Object implements Serializable, Cloneable
Container class that provides information about the axes of a reference system.
See Also:
  • Constructor Details

    • TLcdAxisInformation

      public TLcdAxisInformation(String aPrefix, Properties properties)
      Creates a new TLcdAxisInformation using the given Properties.
      Parameters:
      aPrefix - the prefix to use for the axis properties
      properties - the Properties containing the name and orientation of the axes. If the properties do not contain the orientation, Orientation.OTHER will be chosen.
      Throws:
      IllegalArgumentException - if an error occurs during the property retrieval.
      See Also:
    • TLcdAxisInformation

      public TLcdAxisInformation(String aAxisName, TLcdAxisInformation.Orientation aOrientation)
      Creates a new TLcdAxisInformation.
      Parameters:
      aAxisName - the name of the axis.
      aOrientation - the orientation of the axis.
  • Method Details