MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgPropertyType Class Reference

Defines the names for the various property types. More...

List of all members.

Static Public Attributes

static const int Blob = 10
 Type name for a Binary Large OBject property (MgBlobProperty).
static const int Boolean = 1
 Type name for a boolean property (MgBooleanProperty).
static const int Byte = 2
 Type name for a byte (unsigned 8 bit value) property (MgByteProperty).
static const int Clob = 11
 Type name for a Character Large OBject property (MgClobProperty).
static const int DateTime = 3
 Type name for an MgDateTime property (MgDateTimeProperty).
static const int Decimal = 15
 Type name for a decimal property.
static const int Double = 5
 Type name for a double precision floating point value property (MgDoubleProperty).
static const int Feature = 12
 Type name for a feature property (MgFeatureProperty).
static const int Geometry = 13
 Type name for a geometry property (MgGeometryProperty).
static const int Int16 = 6
 Type name for a 16 bit signed integer value property (MgInt16Property).
static const int Int32 = 7
 Type name for a 32 bit signed integer value property (MgInt32Property).
static const int Int64 = 8
 Type name for a 64 bit signed integer value property (MgInt64Property).
static const int Null = 0
 Type name for a null property.
static const int Raster = 14
 Type name for a raster property (MgRasterProperty).
static const int Single = 4
 Type name for a single precision floating point value property (MgSingleProperty).
static const int String = 9
 Type name for a string property (MgStringProperty).

Detailed Description

Defines the names for the various property types.

Remarks:
All of the property types are data property types except Feature, Geometry, Null, and Raster.