#include <FdoStd.h>
#include <Fdo/Schema/PropertyDefinition.h>
#include <Common/GeometryType.h>
#include <Fdo/Schema/PropertyType.h>
Go to the source code of this file.
Classes | |
class | FdoGeometricPropertyDefinition |
FdoGeometricPropertyDefinition derives from FdoPropertyDefinition and represents a geometric value. Geometric properties can take on any of the geometric types listed in the FdoGeometricType enumeration. More... | |
Defines | |
#define | MAX_GEOMETRIC_TYPE_SIZE 4 |
#define | MAX_GEOMETRY_TYPE_SIZE 12 |
Typedefs | |
typedef FdoPtr < FdoGeometricPropertyDefinition > | FdoGeometricPropertyP |
FdoGeometricPropertyP is a FdoPtr on FdoGeometricPropertyDefinition, provided for convenience. |