FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Xml::XmlFeatureHandler::FeatureStartRasterProperty ( OSGeo::FDO::Xml::XmlFeatureContext context,
System::String *  name,
OSGeo::FDO::Raster::IRaster value 
)

Default feature handler callback that is called when the XmlFeaturePropertyReader 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:
context Input caller specified contextual information
name Input property name
value 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 XmlFeaturePropertyReader::Parse())


Comments or suggestions? Send us feedback.