FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Xml::XmlFeatureHandler::FeatureGeometricProperty ( OSGeo::FDO::Xml::XmlFeatureContext context,
System::String *  name,
System::Byte  buffer[] 
)

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

Parameters:
context Input caller specified contextual information
name Input property name
buffer Input pointer to the byte array defining the geometry value
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 XmlFeaturePropertyReader::Parse())


Comments or suggestions? Send us feedback.