Class TLcdVPFTile

java.lang.Object
com.luciad.format.vpf.TLcdVPFTile
All Implemented Interfaces:
ILcdBounded

public class TLcdVPFTile extends Object implements ILcdBounded
Represents a tile in a VPF tiling schemas.

Tiling schemas can be used in VPF to split up large amounts of geometric data into small files. A tiling schema is defined per library; all coverages within a library share the same tiling schema. The geometric extent of a tile is a rectangular area, defined by an ILcdBounds object. The bounds coordinates are expressed in the same coordinate system as the coordinate system of the library for which the tiling schema is defined.

  • Method Details

    • getBounds

      public ILcdBounds getBounds()
      Description copied from interface: ILcdBounded
      Returns the ILcdBounds by which the geometry of this ILcdBounded object is bounded.

      If the geometry does not allow retrieving valid bounds (for example a polyline with 0 points) the return value is unspecified. It is highly recommended to return an undefined bounds. You can create undefined bounds using the default constructors of TLcdLonLatBounds or TLcdXYBounds.

      Specified by:
      getBounds in interface ILcdBounded
      Returns:
      the ILcdBounds by which the geometry of this ILcdBounded object is bounded.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public int getId()
      Returns the tile id.
      Returns:
      the tile id.