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
ApiExceptionpublic Collections getCollections() throws java.lang.Exception
java.lang.Exceptionpublic Collection getCollection(java.lang.String collectionId) throws java.lang.Exception
java.lang.Exceptionpublic Attribute[] getCollectionAttributes(java.lang.String collectionId) throws java.lang.Exception
java.lang.Exceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception