MapGuide API Reference
|
Defines a feature property which contains a raster image. More...
Public Member Functions | |
INT32 | GetDefaultImageXSize () |
INT32 | GetDefaultImageYSize () |
bool | GetNullable () |
bool | GetReadOnly () |
Returns a Boolean value that indicates whether this property is read-only. | |
STRING | GetSpatialContextAssociation () |
MgRasterPropertyDefinition (CREFSTRING name) | |
Constructs a MgRasterPropertyDefinition object. | |
void | SetDefaultImageXSize (INT32 size) |
Sets the default size of the image file in the horizontal direction, in pixels (number of columns). | |
void | SetDefaultImageYSize (INT32 size) |
Sets the default size of the image file in the vertical direction, in pixels (number of rows). | |
void | SetNullable (bool value) |
Sets a Boolean value that indicates whether this property's value can be null. | |
void | SetReadOnly (bool value) |
void | SetSpatialContextAssociation (CREFSTRING spatialContextName) |
Sets a Spatial Context association for this raster property. |
Defines a feature property which contains a raster image.