Package com.luciad.ogc.wcs.common.model
Class TLcdWCSContentMetadata
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSContentMetadata
- All Implemented Interfaces:
ILcdXMLSimpleLink
This class contains metadata about the data served by the WCS instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCoverageOfferingBrief(TLcdWCSCoverageOfferingBrief aCoverageOfferingBrief) Adds a coverage offering brief.Returns the actuate.Returns the arc role.getCoverageOfferingBrief(int aIndex) Returns the coverage offering brief at a given position.intReturns the number of coverage offerings briefs.getHref()Returns the href.Returns the remote schema.getRole()Returns the role.getShow()Returns the show.getTitle()Returns the title.getType()Returns the type.Returns the update sequence.Returns the version.voidremoveCoverageOfferingBrief(int aIndex) Removes the coverage offering brief at a given position.voidsetActuate(String aActuate) Sets the actuate.voidsetArcrole(String aArcrole) Sets the arc role.voidSets the href.voidsetRemoteSchema(String aRemoteSchema) Sets the remote schema.voidSets the role.voidSets the show.voidSets the title.voidSets the type.voidsetUpdateSequence(String aUpdateSequence) Sets the update sequence.voidsetVersion(String aVersion) Sets the version.
-
Constructor Details
-
TLcdWCSContentMetadata
public TLcdWCSContentMetadata()
-
-
Method Details
-
getUpdateSequence
Returns the update sequence.- Returns:
- the update sequence.
-
setUpdateSequence
Sets the update sequence.- Parameters:
aUpdateSequence- the update sequence to be set.
-
getVersion
Returns the version.- Returns:
- the version.
-
setVersion
Sets the version.- Parameters:
aVersion- the version to be set.
-
getRemoteSchema
Returns the remote schema. Reference to an XML Schema fragment that specifies the content model of the property´s value.- Returns:
- the remote schema.
-
setRemoteSchema
Sets the remote schema. Reference to an XML Schema fragment that specifies the content model of the property´s value.- Parameters:
aRemoteSchema- the remote schema to be set.
-
getActuate
Returns the actuate.- Specified by:
getActuatein interfaceILcdXMLSimpleLink- Returns:
- the actuate.
-
setActuate
Sets the actuate.- Specified by:
setActuatein interfaceILcdXMLSimpleLink- Parameters:
aActuate- the actuate to be set.
-
getArcrole
Returns the arc role.- Specified by:
getArcrolein interfaceILcdXMLSimpleLink- Returns:
- the arc role.
-
setArcrole
Sets the arc role.- Specified by:
setArcrolein interfaceILcdXMLSimpleLink- Parameters:
aArcrole- the arc role to be set.
-
getHref
Returns the href.- Specified by:
getHrefin interfaceILcdXMLSimpleLink- Returns:
- the href.
-
setHref
Sets the href.- Specified by:
setHrefin interfaceILcdXMLSimpleLink- Parameters:
aHref- the href to be set.
-
getRole
Returns the role.- Specified by:
getRolein interfaceILcdXMLSimpleLink- Returns:
- the role.
-
setRole
Sets the role.- Specified by:
setRolein interfaceILcdXMLSimpleLink- Parameters:
aRole- the role to be set.
-
getShow
Returns the show.- Specified by:
getShowin interfaceILcdXMLSimpleLink- Returns:
- the show.
-
setShow
Sets the show.- Specified by:
setShowin interfaceILcdXMLSimpleLink- Parameters:
aShow- the show to be set.
-
getTitle
Returns the title.- Specified by:
getTitlein interfaceILcdXMLSimpleLink- Returns:
- the title.
-
setTitle
Sets the title.- Specified by:
setTitlein interfaceILcdXMLSimpleLink- Parameters:
aTitle- the title to be set.
-
getType
Returns the type.- Specified by:
getTypein interfaceILcdXMLSimpleLink- Returns:
- the type.
-
setType
Sets the type.- Parameters:
aType- the type to be set.
-
addCoverageOfferingBrief
Adds a coverage offering brief.- Parameters:
aCoverageOfferingBrief- the coverage offering brief to be added.
-
getCoverageOfferingBriefCount
public int getCoverageOfferingBriefCount()Returns the number of coverage offerings briefs.- Returns:
- the number of coverage offering briefs.
-
removeCoverageOfferingBrief
public void removeCoverageOfferingBrief(int aIndex) Removes the coverage offering brief at a given position.- Parameters:
aIndex- the index of the given position.
-
getCoverageOfferingBrief
Returns the coverage offering brief at a given position.- Parameters:
aIndex- the index of the given position.- Returns:
- the coverage offering brief at the given position.
-