FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Xml::XmlSpatialContextFlags::XmlSpatialContextFlags ( System::String *  location,
OSGeo::FDO::Xml::XmlFlags::ErrorLevel  errorLevel,
System::Boolean  nameAdjust,
OSGeo::FDO::Xml::XmlSpatialContextFlags::ConflictOption  conflictOption,
System::Boolean  includeDefault 
)

Constructs an XmlSpatialContextFlags object.

Parameters:
location Base URL for generating well-known references to GML coordinate systems and transformations
errorLevel Input The error level for reading spatial contexts. Controls how strict the error reporting is.
nameAdjust Input true: apply name adjustment to all elements. false: apply name adjustment only to elements with fdo:nameAdjust="true"
conflictOption Input option for Deserializing Spatial Contexts. Specified how Spatial Contexts, already in connection, are handled.
includeDefault Input true: When Serializing Spatial Contexts, serialize all contexts including the default. false: skip the default Spatial Context.


Comments or suggestions? Send us feedback.