FDO API Reference Feature Data Objects
virtual FDO_API FdoBoolean FdoXmlFeatureHandler::FeatureGeometricProperty ( FdoXmlFeatureContext featureContext,
FdoString name,
FdoByte geometryByteArray,
FdoInt32  byteCount 
) [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
geometryByteArray Input pointer to the byte array defining the geometry value
byteCount 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.