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:ILcdBounded
Returns theILcdBounds
by which the geometry of thisILcdBounded
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 ofTLcdLonLatBounds
orTLcdXYBounds
.- Specified by:
getBounds
in interfaceILcdBounded
- Returns:
- the
ILcdBounds
by which the geometry of thisILcdBounded
object is bounded.
-
toString
-
getId
public int getId()Returns the tile id.- Returns:
- the tile id.
-