Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgClassDefinition
GetBaseClassDefinition
GetDefaultGeometryPropertyName
GetDescription
GetIdentityProperties
GetName
GetProperties
IsAbstract
IsComputed
MgClassDefinition
SetDefaultGeometryPropertyName
SetDescription
SetName
bool MgClassDefinition::IsComputed
(
)
Tests whether a class definition is computed.
Remarks:
A computed class is transient and does not persist in the datastore. The class definition for a computed property return by an
MgFeatureService::SelectFeatures
or an
MgFeatureService
SelectAggregate operation is computed.
.NET Syntax
bool
IsComputed()
;
Java Syntax
boolean
IsComputed()
;
PHP Syntax
bool
IsComputed()
;
Returns:
Returns true if the class definition is computed; otherwise returns false.
Comments or suggestions? Send us
feedback
.