Class MetadataDescriptor
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.MetadataDescriptor
-
public class MetadataDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description MetadataDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCredits(String toAdd)voidaddKeywordSet(KeywordSet toAdd)voidaddResponsibleParty(ResponsibleParty toAdd)voidaddTopicCategory(TopicCategory toAdd)voidsetGeoServerDistributionInfo(String geoServerUrl, String layerName, String workspace, String style, String CRS, BoundingBox toDeclareBB)
-
-
-
Method Detail
-
setGeoServerDistributionInfo
public void setGeoServerDistributionInfo(String geoServerUrl, String layerName, String workspace, String style, String CRS, BoundingBox toDeclareBB) throws org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapException, org.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
- Throws:
org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapExceptionorg.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
-
addCredits
public void addCredits(String toAdd)
-
addResponsibleParty
public void addResponsibleParty(ResponsibleParty toAdd)
-
addKeywordSet
public void addKeywordSet(KeywordSet toAdd)
-
addTopicCategory
public void addTopicCategory(TopicCategory toAdd)
-
-