Package com.luciad.format.vpf
Class TLcdVPFTile
java.lang.Object
com.luciad.format.vpf.TLcdVPFTile
- All Implemented Interfaces:
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
Description copied from interface:ILcdBoundedReturns theILcdBoundsby which the geometry of thisILcdBoundedobject 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
undefinedbounds. You can create undefined bounds using the default constructors ofTLcdLonLatBoundsorTLcdXYBounds.- Specified by:
getBoundsin interfaceILcdBounded- Returns:
- the
ILcdBoundsby which the geometry of thisILcdBoundedobject is bounded.
-
toString
-
getId
public int getId()Returns the tile id.- Returns:
- the tile id.
-