Zum Hauptinhalt gehen

Create a feature set collection from Esri feature set

Kommentare

2 Kommentare

  • Permanently deleted user

    Any luck ?

    0
  • Permanently deleted user

    GVH - gcx FeatureSet class's construnctor takes an optional parameter called 'FeatureSetOptions' which is the interface like

    interface FeatureSetOptions {

     

            esriFeatureSet?: esri.tasks.FeatureSet;

     

            layer?: geocortex.essentials.Layer;

     

            allowUnsafeContent?: boolean;

     

        }

    Therefore, I think you can create gcx FeatureSet from esriFeatureset with this line of code:

    var gcxFeatureSet = new FeatureSet(esriFeatureSet);

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.