#include <FdoStd.h>
Go to the source code of this file.
Classes | |
class | FdoSpatialContextMismatchException |
The FdoSpatialContextMismatchException class is the exception type thrown from classes editing the datastore. It derives from a language level exception class that is environment-specific. This exception is thrown whenever a command operates on a geometry whose spatial context does not match the active spatial context. The message should always mention which spatial contexts were mismatched. More... | |
Typedefs | |
typedef FdoPtr < FdoSpatialContextMismatchException > | FdoSpatialContextMismatchExceptionP |
FdoSpatialContextMismatchExceptionP is a FdoPtr on FdoSpatialContextMismatchException, provided for convenience. |