Class OgcFeatureCollectionTable

    • Constructor Detail

      • OgcFeatureCollectionTable

        public OgcFeatureCollectionTable​(String url,
                                         String collectionId)
        Constructs an OGCFeatureCollectionTable from the URL of the "OGC API - Features" service and the unique identifier for the collection.
        Parameters:
        url - the URL of the "OGC API - Features" service landing page that contains the feature collection
        collectionId - the unique identifier for the collection from the service
        Throws:
        IllegalArgumentException - if url is null or empty
        IllegalArgumentException - if collectionId is null or empty
        Since:
        100.9.0