AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgCreateSdfParams::MgCreateSdfParams ( CREFSTRING  spatialContextName,
CREFSTRING  srsWkt,
MgFeatureSchema featureSchema 
)

Constructs an MgCreateSdfParams object with the supplied parameters.

.NET Syntax
MgCreateSdfParams(string spatialContextName, string srsWkt, MgFeatureSchema featureSchema);
Java Syntax
MgCreateSdfParams(String spatialContextName, String srsWkt, MgFeatureSchema featureSchema);
PHP Syntax
MgCreateSdfParams(string spatialContextName, string srsWkt, MgFeatureSchema featureSchema);

Parameters:
spatialContextName (String/string) The name of the spatial context. This is a user defined spatial context for the SDF file. Only one spatial context is supported.
srsWkt (String/string) An OGC WKT string representing the coordinate system for the SDF file.
featureSchema (MgFeatureSchema) The schema definition for the SDF file.
Returns:
Returns nothing.