Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometryTypeInfo
GetCount
GetType
MgGeometryTypeInfo
SetTypes
void MgGeometryTypeInfo::SetTypes
(
MgIntCollection
*
types
)
Sets the geometry type value list. Elements must be integers as defined by
MgGeometryType
.
.NET Syntax
SetTypes(MgIntCollection* types)
;
Java Syntax
SetTypes(MgIntCollection* types)
;
PHP Syntax
SetTypes(MgIntCollection* types)
;
Parameters:
types
(MgIntCollection*) The collection of types. There must be no more than MG_MAX_GEOMETRY_TYPE_SIZE elements.
Comments or suggestions? Send us
feedback
.