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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCoverageOfferingBrief
(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.int
Returns 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.void
removeCoverageOfferingBrief
(int aIndex) Removes the coverage offering brief at a given position.void
setActuate
(String aActuate) Sets the actuate.void
setArcrole
(String aArcrole) Sets the arc role.void
Sets the href.void
setRemoteSchema
(String aRemoteSchema) Sets the remote schema.void
Sets the role.void
Sets the show.void
Sets the title.void
Sets the type.void
setUpdateSequence
(String aUpdateSequence) Sets the update sequence.void
setVersion
(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:
getActuate
in interfaceILcdXMLSimpleLink
- Returns:
- the actuate.
-
setActuate
Sets the actuate.- Specified by:
setActuate
in interfaceILcdXMLSimpleLink
- Parameters:
aActuate
- the actuate to be set.
-
getArcrole
Returns the arc role.- Specified by:
getArcrole
in interfaceILcdXMLSimpleLink
- Returns:
- the arc role.
-
setArcrole
Sets the arc role.- Specified by:
setArcrole
in interfaceILcdXMLSimpleLink
- Parameters:
aArcrole
- the arc role to be set.
-
getHref
Returns the href.- Specified by:
getHref
in interfaceILcdXMLSimpleLink
- Returns:
- the href.
-
setHref
Sets the href.- Specified by:
setHref
in interfaceILcdXMLSimpleLink
- Parameters:
aHref
- the href to be set.
-
getRole
Returns the role.- Specified by:
getRole
in interfaceILcdXMLSimpleLink
- Returns:
- the role.
-
setRole
Sets the role.- Specified by:
setRole
in interfaceILcdXMLSimpleLink
- Parameters:
aRole
- the role to be set.
-
getShow
Returns the show.- Specified by:
getShow
in interfaceILcdXMLSimpleLink
- Returns:
- the show.
-
setShow
Sets the show.- Specified by:
setShow
in interfaceILcdXMLSimpleLink
- Parameters:
aShow
- the show to be set.
-
getTitle
Returns the title.- Specified by:
getTitle
in interfaceILcdXMLSimpleLink
- Returns:
- the title.
-
setTitle
Sets the title.- Specified by:
setTitle
in interfaceILcdXMLSimpleLink
- Parameters:
aTitle
- the title to be set.
-
getType
Returns the type.- Specified by:
getType
in 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.
-