create Feature
Creates a new feature based on the provided feature subtype and geometry.
Return
An ArcGISFeature.
Since
200.1.0
Parameters
feature Subtype
The feature subtype.
geometry
The geometry.
Throws
if the ArcGIS feature table is not loaded
Creates a new feature based on the provided feature template and geometry.
Return
An ArcGISFeature.
Since
200.1.0
Parameters
feature Template
The feature template.
geometry
The geometry.
Throws
if the ArcGIS feature table is not loaded
Creates a new feature based on the provided feature type and geometry.
Return
An ArcGISFeature.
Since
200.1.0
Parameters
feature Type
Type of the feature.
geometry
The geometry.
Throws
if the ArcGIS feature table is not loaded