Constructs an MgFileFeatureSourceParams object with the supplied parameters.
.NET Syntax
MgFileFeatureSourceParams(string providerName, string spatialContextName, string srsWkt, MgFeatureSchema featureSchema);
|
Java Syntax
MgFileFeatureSourceParams(String providerName, String spatialContextName, String srsWkt, MgFeatureSchema featureSchema);
|
PHP Syntax
MgFileFeatureSourceParams(string providerName, string spatialContextName, string srsWkt, MgFeatureSchema featureSchema);
|
- Parameters:
-
providerName | (String/string) The FDO provider name of the feature source without version number. For example, OSGeo.SDF. |
spatialContextName | (String/string) The name of the spatial context. This is a user defined spatial context for the feature source. Only one spatial context is supported. |
srsWkt | (String/string) An OGC WKT string representing the coordinate system for the feature source. |
featureSchema | (MgFeatureSchema) The schema definition for the feature source. |
- Returns:
- Returns nothing.