Interface ILcdGML3Grid

All Superinterfaces:
ILcdGML3AbstractGeometry, ILcdGML3AbstractGML, ILcdGML3SrsInformationGroup, ILcdGML3SrsReferenceGroup, ILcdGML3StandardObjectProperties
All Known Subinterfaces:
ILcdGML3RectifiedGrid

public interface ILcdGML3Grid extends ILcdGML3AbstractGeometry
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
This interface represents the GML grid type.

An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.

A valid GML grid must have a not null dimension.

  • Method Details

    • getLimits

      ILcdGML3GridLimits getLimits()
      Deprecated.
      Gets the limits.
      Returns:
      the limits.
    • setLimits

      void setLimits(ILcdGML3GridLimits aLimits)
      Deprecated.
      Sets the limits.
      Parameters:
      aLimits - the limits to be set.
    • getAxisNameCount

      int getAxisNameCount()
      Deprecated.
      Gets the number of axis names.
      Returns:
      the number of axis names.
    • setAxisNames

      void setAxisNames(String[] aAxisNames)
      Deprecated.
      Sets the axis names.
      Parameters:
      aAxisNames - the axis names to be set.
    • getAxisName

      String getAxisName(int aIndex)
      Deprecated.
      Gets the axis name at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the axis name at the given position.