FDO API Reference Feature Data Objects

virtual FDO_API FdoBoolean FdoXmlFeatureHandler::FeatureGeometricProperty FdoXmlFeatureContext ,
FdoString ,
FdoByte ,
FdoInt32 
[virtual]
 

Default feature handler callback that is called when the FdoXmlFeaturePropertyReader encounters a geometric property. Logs an error when the current ErrorLevel is High or Normal.

Parameters:
featureContext Input caller specified contextual information
name Input property name
bytes Input pointer to the byte array defining the geometry value
count Input number of bytes in the byte array
Returns:
Returning true causes the current parse to stop. Returning false causes the parse continue. Return value is ignored if the current parse is not an incremental parse ( see FdoXmlFeaturePropertyReader::Parse())

Comments or suggestions? Send us feedback.