public class GcubeISOMetadata extends Object
| Constructor and Description |
|---|
GcubeISOMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCredits(String toAddCredits)
Adds credits to the metadata
|
void |
addGraphicOverview(String uri)
Adds a graphic overview uri to the metadata
|
void |
addKeyword(String keyword,
Thesaurus thesaurus)
Adds descriptive keywords to the metadata
|
void |
addTopicCategory(org.opengis.metadata.identification.TopicCategory toAdd)
Adds a Topic Category to the metadata
|
protected void |
checkConstraints() |
String |
getAbstractField() |
EnvironmentConfiguration |
getConfig() |
Date |
getCreationDate() |
ArrayList<String> |
getCredits() |
HashMap<Thesaurus,HashSet<String>> |
getDescriptiveKeywords() |
org.geotoolkit.metadata.iso.extent.DefaultExtent |
getExtent() |
org.opengis.metadata.spatial.GeometricObjectType |
getGeometricObjectType() |
int |
getGeometryCount() |
ArrayList<String> |
getGraphicOverviewsURI() |
org.opengis.metadata.Metadata |
getMetadata() |
org.opengis.metadata.citation.PresentationForm |
getPresentationForm() |
String |
getPurpose() |
double |
getResolution() |
String |
getTitle() |
ArrayList<org.opengis.metadata.identification.TopicCategory> |
getTopicCategories() |
org.opengis.metadata.spatial.TopologyLevel |
getTopologyLevel() |
String |
getUser() |
void |
setAbstractField(String abstractField) |
void |
setCreationDate(Date creationDate) |
void |
setExtent(org.geotoolkit.metadata.iso.extent.DefaultExtent extent) |
void |
setGeometricObjectType(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType) |
void |
setGeometryCount(int geometryCount) |
void |
setPresentationForm(org.opengis.metadata.citation.PresentationForm presentationForm) |
void |
setPurpose(String purpose) |
void |
setResolution(double resoulution) |
void |
setTitle(String title) |
void |
setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel topologyLevel) |
void |
setUser(String user) |
String |
toString() |
protected void checkConstraints()
throws MissingInformationException
MissingInformationExceptionpublic org.opengis.metadata.Metadata getMetadata()
throws URISyntaxException,
MissingInformationException
public String getUser()
public void setUser(String user)
user - the user to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - the creationDate to setpublic org.opengis.metadata.citation.PresentationForm getPresentationForm()
public void setPresentationForm(org.opengis.metadata.citation.PresentationForm presentationForm)
presentationForm - the presentationForm to setpublic String getAbstractField()
public void setAbstractField(String abstractField)
abstractField - the abstractField to setpublic org.geotoolkit.metadata.iso.extent.DefaultExtent getExtent()
public void setExtent(org.geotoolkit.metadata.iso.extent.DefaultExtent extent)
extent - the extent to set [Default is WORLD]public org.opengis.metadata.spatial.GeometricObjectType getGeometricObjectType()
public void setGeometricObjectType(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType)
geometricObjectType - the geometricObjectType to set [Default is SURFACE]public int getGeometryCount()
public void setGeometryCount(int geometryCount)
geometryCount - the geometryCount to set [Default is 0]public EnvironmentConfiguration getConfig()
public void addCredits(String toAddCredits)
toAddCredits - public HashMap<Thesaurus,HashSet<String>> getDescriptiveKeywords()
public void addKeyword(String keyword, Thesaurus thesaurus)
keyword - thesaurus - public ArrayList<org.opengis.metadata.identification.TopicCategory> getTopicCategories()
public void addTopicCategory(org.opengis.metadata.identification.TopicCategory toAdd)
toAdd - public ArrayList<String> getGraphicOverviewsURI()
public void addGraphicOverview(String uri)
uri - public String getPurpose()
public void setPurpose(String purpose)
purpose - the purpose to setpublic org.opengis.metadata.spatial.TopologyLevel getTopologyLevel()
public void setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel topologyLevel)
topologyLevel - the Topology level to set [Default is GEOMETRY_ONLY]public double getResolution()
public void setResolution(double resoulution)
resoulution - The resolution to be set [Default is 0.5]Copyright © 2014. All Rights Reserved.