public class OgcApiFeaturesClient
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
OgcApiFeaturesClient(java.lang.String landingPageUrl,
java.util.Map<java.lang.String,java.lang.Object> clientConfigProperties) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Collection |
getCollection(java.lang.String collectionId) |
Attribute[] |
getCollectionAttributes(java.lang.String collectionId) |
Collections |
getCollections() |
LandingPage |
getLandingPage() |
public OgcApiFeaturesClient(java.lang.String landingPageUrl, java.util.Map<java.lang.String,java.lang.Object> clientConfigProperties)
public LandingPage getLandingPage() throws ApiException
ApiException
public Collections getCollections() throws java.lang.Exception
java.lang.Exception
public Collection getCollection(java.lang.String collectionId) throws java.lang.Exception
java.lang.Exception
public Attribute[] getCollectionAttributes(java.lang.String collectionId) throws java.lang.Exception
java.lang.Exception
public void close() throws java.lang.Exception
close
in interface java.lang.AutoCloseable
java.lang.Exception