FDO API Reference Feature Data Objects

virtual FDO_API FdoBoolean FdoXmlFeatureHandler::FeatureStartRasterProperty FdoXmlFeatureContext ,
FdoString ,
FdoIRaster
[virtual]
 

Default feature handler callback that is called when the FdoXmlFeaturePropertyReader encounters the start of a raster property. Logs an error when the current ErrorLevel is High or Normal. An error is also logged when the ErrorLevel is Low and the current property is not nullable. The raster image is sent by subsequent calls to FeatureBinaryData().

Parameters:
featureContext Input caller specified contextual information
name Input property name
raster Input raster image properties. This object always has a NULL stream reader. The image is handled by the FeatureBinaryData() callback.
Returns:
Returning true causes the current parse to stop. Returning false causes the parse to continue. Return value is ignored if the current parse is not an incremental parse ( see FdoXmlFeaturePropertyReader::Parse())

Comments or suggestions? Send us feedback.