Class GeoportalDataViewerConfigProfileReader
- java.lang.Object
-
- org.gcube.datatransfer.resolver.geoportal.GeoportalDataViewerConfigProfileReader
-
public class GeoportalDataViewerConfigProfileReader extends Object
The Class GeoportalDataViewerConfigProfileReader.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 23, 2023
-
-
Field Summary
Fields Modifier and Type Field Description static StringGENERIC_RESOURCE_NAMEstatic StringSECONDARY_TYPE
-
Constructor Summary
Constructors Constructor Description GeoportalDataViewerConfigProfileReader(String appID)Instantiates a new geoportal data viewer config profile reader.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetGcubeGenericQueryString(String secondaryType, String appId)Gets the gcube generic query string.GeoportalDataViewerConfigProfilegetGeoportalDataViewerConfigProfile()StringgetScope()Gets the scope.StringgetSecondaryType()Gets the secondary type.StringtoString()
-
-
-
Field Detail
-
SECONDARY_TYPE
public static final String SECONDARY_TYPE
- See Also:
- Constant Field Values
-
GENERIC_RESOURCE_NAME
public static final String GENERIC_RESOURCE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeoportalDataViewerConfigProfile
public GeoportalDataViewerConfigProfile getGeoportalDataViewerConfigProfile()
-
getGcubeGenericQueryString
public static String getGcubeGenericQueryString(String secondaryType, String appId)
Gets the gcube generic query string.- Parameters:
secondaryType- the secondary typeappId- the app id- Returns:
- the gcube generic query string
-
getSecondaryType
public String getSecondaryType()
Gets the secondary type.- Returns:
- the secondary type
-
getScope
public String getScope()
Gets the scope.- Returns:
- the scope
-
-