Interface ILcdGML3RectifiedGrid

All Superinterfaces:
ILcdGML3AbstractGeometry, ILcdGML3AbstractGML, ILcdGML3Grid, ILcdGML3SrsInformationGroup, ILcdGML3SrsReferenceGroup, ILcdGML3StandardObjectProperties

public interface ILcdGML3RectifiedGrid extends ILcdGML3Grid
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 rectified grid type.

A rectified grid has an origin and vectors that define its post locations.

  • Method Details

    • getOrigin

      ILcdGML3Point getOrigin()
      Deprecated.
      Gets the origin.
      Returns:
      the origin.
    • setOrigin

      void setOrigin(ILcdGML3Point aOrigin)
      Deprecated.
      Sets the origin.
      Parameters:
      aOrigin - the origin to be set.
    • setOffsetVector

      void setOffsetVector(ILcdGML3Vector[] aOffsetVectors)
      Deprecated.
      Sets the offset vectors.
      Parameters:
      aOffsetVectors - the offset vectors to be set.
    • getOffsetVectorCount

      int getOffsetVectorCount()
      Deprecated.
      Gets the number of offset vectors.
      Returns:
      the number of offset vectors.
    • removeOffsetVector

      void removeOffsetVector(int aIndex)
      Deprecated.
      Removes the offset vector at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getOffsetVector

      ILcdGML3Vector getOffsetVector(int aIndex)
      Deprecated.
      Gets the offset vector at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the offset vector at the given position.