Hoppa till huvudinnehållet

Workflows - Relating a Featureset of a non-ssptial database to a Spatial Layer

Kommentarer

1 kommentar

  • Berend Veldkamp
    The Relationship Query Task can only be used if both source and destination tables are served through an ArcGIS MapService (or FeatureService). The underlying SDE database should have relationshipclasses defined for those tables. If that is what you have, you should use a QueryTask to get records from the source table, and pass the featureset's ObjectIDs to the RelationshipQueryTask.

     

    If you do not have a relationshipclass, or one of the tables is not served in an ArcGIS Service, you can still use a QueryTask or SQL Query to 'manually' query the destination table, e.g. use 'OBJECTID IN (1,2,3)' in the QueryTask's Where clause.
    0

Du måste logga in om du vill lämna en kommentar.