#include <FdoStd.h>
#include <Fdo/Connections/IConnection.h>
#include <Fdo/Expression/GeometryValue.h>
#include <Fdo/Schema/PropertyDefinition.h>
#include <Fdo/Commands/ICommand.h>
Go to the source code of this file.
Classes | |
class | FdoICreateSpatialContext |
The FdoICreateSpatialContext interface defines the CreateSpatialContext command, which creates a new spatial context. Input to the command includes the name, description, coordinate system, extent type, and extent for the new context. Command execution will fail if the context already exists, or if the coordinate system or extent type is not supported by the provider. More... |