14 #ifndef ossimTiling_HEADER 15 #define ossimTiling_HEADER 31 ossimTilingDeltaType_PER_PIXEL
54 void setTilingDistance(
const ossimDpt& tilingDistance,
74 ossimTilingDeltaType deltaType);
104 void setPaddingSizeInPixels(
const ossimIpt& pizelOverlap);
108 const char* prefix=0)
const;
110 const char* prefix=0);
119 void getConvertedTilingDistance(
ossimDpt& pt)
const;
188 bool validate()
const;
ossimTilingDeltaType theDeltaType
ossimUnitType theTilingDistanceUnitType
The unit type for "theDelta", and "theTilingDistance".
Represents serializable keyword/value map.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
ossimRefPtr< ossimMapProjection > theMapProjection
ossim_int64 theTotalVerticalTiles
ossimDpt theDelta
If (theDeltaType == ossimTilingDeltaType_TOTAL_PIXELS) then this is the size of the tile in pixels li...
virtual std::ostream & print(std::ostream &out) const
Generic print method.
unsigned int ossim_uint32
ossim_int64 theTotalTiles
ossim_uint32 theNumberOfBytesPerPixelPerBand
Output number of bytes per pixel.
ossim_int64 theOutputSizeInBytes
If set tiling size is controlled by the desired output size in bytes.
ossim_int64 theTotalHorizontalTiles
ossim_uint32 theNumberOfBands
Output number of bands.
ossimString theTileNameMask
ossimDpt theTilingDistance
The size of a tile in theTilingDistanceUnitType.
ossimDpt thePaddingSizeInPixels
bool theEdgeToEdgeFlag
This flags the code to shift the tie point so that the edge of the pixel falls on the tile boundary...
std::basic_ostream< char > ostream
Base class for char output streams.