Creates a feature source in the repository identified by the specified resource identifier, using the given feature source parameters.
.NET Syntax
virtual void CreateFeatureSource(MgResourceIdentifier resource, MgFeatureSourceParams sourceParams);
|
Java Syntax
virtual void CreateFeatureSource(MgResourceIdentifier resource, MgFeatureSourceParams sourceParams);
|
PHP Syntax
virtual void CreateFeatureSource(MgResourceIdentifier resource, MgFeatureSourceParams sourceParams);
|
- Parameters:
-
resource | (MgResourceIdentifier) The resource identifier defining the location of the new feature source in the repository. |
sourceParams | (MgFeatureSourceParams) The feature source parameters (feature schema and spatial context definitions). |
- Returns:
- Returns nothing.