|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.identification.UsageImpl
public class UsageImpl
Brief description of ways in which the resource(s) is/are currently used.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
UsageImpl()
Constructs an initially empty usage. |
|
UsageImpl(org.opengis.util.InternationalString specificUsage,
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> userContactInfo)
Creates an usage initialized to the specified values. |
|
UsageImpl(org.opengis.metadata.identification.Usage source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getSpecificUsage()
Brief description of the resource and/or resource series usage. |
java.util.Date |
getUsageDate()
Date and time of the first use or range of uses of the resource and/or resource series. |
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> |
getUserContactInfo()
Identification of and means of communicating with person(s) and organization(s) using the resource(s). |
org.opengis.util.InternationalString |
getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not suitable. |
void |
setSpecificUsage(org.opengis.util.InternationalString newValue)
Set a brief description of the resource and/or resource series usage. |
void |
setUsageDate(java.util.Date newValue)
Set the date and time of the first use. |
void |
setUserContactInfo(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
Set identification of and means of communicating with person(s) and organization(s) using the resource(s). |
void |
setUserDeterminedLimitations(org.opengis.util.InternationalString newValue)
Set applications, determined by the user for which the resource and/or resource series is not suitable. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UsageImpl()
public UsageImpl(org.opengis.metadata.identification.Usage source)
public UsageImpl(org.opengis.util.InternationalString specificUsage, java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> userContactInfo)
Method Detail |
---|
public org.opengis.util.InternationalString getSpecificUsage()
getSpecificUsage
in interface org.opengis.metadata.identification.Usage
public void setSpecificUsage(org.opengis.util.InternationalString newValue)
public java.util.Date getUsageDate()
getUsageDate
in interface org.opengis.metadata.identification.Usage
public void setUsageDate(java.util.Date newValue)
public org.opengis.util.InternationalString getUserDeterminedLimitations()
getUserDeterminedLimitations
in interface org.opengis.metadata.identification.Usage
public void setUserDeterminedLimitations(org.opengis.util.InternationalString newValue)
public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getUserContactInfo()
getUserContactInfo
in interface org.opengis.metadata.identification.Usage
public void setUserContactInfo(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |