Class TLcdWCSOperationsMetadata
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theConstraint
element.static final String
static final TLcdDataProperty
Data property that maps to theExtendedCapabilities
element.static final String
static final String
static final TLcdDataProperty
Data property that maps to theOperation
element.static final TLcdDataProperty
Data property that maps to theParameter
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theConstraint
element.Gets the exception.Returns the value of the property that maps to theExtendedCapabilities
element.Returns the value of the property that maps to theOperation
element.Returns the value of the property that maps to theParameter
element.Gets the update sequence.Gets the version.void
setException
(TLcdWCSCapabilityException aException) Sets the exception.void
setExtendedCapabilities
(Object aValue) Sets the value of the property that maps to theExtendedCapabilities
element.void
setUpdateSequence
(String aUpdateSequence) Sets the update sequence.void
setVersion
(String aVersion) Sets the version.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSOperationsMetadata
addConstraint, addOperation, addParameter, getConstraint, getConstraintByName, getConstraintCount, getOperation, getOperationByName, getOperationCount, getParameter, getParameterByName, getParameterCount, removeConstraint, removeOperation, removeParameter
-
Field Details
-
GET_COVERAGE
- See Also:
-
GET_CAPABILITIES
- See Also:
-
DESCRIBE_COVERAGE
- See Also:
-
OPERATION_PROPERTY
Data property that maps to theOperation
element. The possible values for this property are instances ofList<TLcdOWSOperation>
. -
PARAMETER_PROPERTY
Data property that maps to theParameter
element. The possible values for this property are instances ofList<TLcdOWSDomain>
. -
CONSTRAINT_PROPERTY
Data property that maps to theConstraint
element. The possible values for this property are instances ofList<TLcdOWSDomain>
. -
EXTENDED_CAPABILITIES_PROPERTY
Data property that maps to theExtendedCapabilities
element. The possible values for this property are instances ofObject
.
-
-
Constructor Details
-
TLcdWCSOperationsMetadata
public TLcdWCSOperationsMetadata()
-
-
Method Details
-
getUpdateSequence
Gets the update sequence.Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.
- Returns:
- the update sequence.
-
setUpdateSequence
Sets the update sequence.Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.
- Parameters:
aUpdateSequence
- the update sequence to be set.
-
getVersion
Gets the version.- Returns:
- the version.
-
setVersion
Sets the version.- Parameters:
aVersion
- the version to be set.
-
getException
Gets the exception.- Returns:
- the exception.
-
setException
Sets the exception.- Parameters:
aException
- the exception to be set.
-
getOperation
Returns the value of the property that maps to theOperation
element.Metadata for one operation that this server implements.
- Returns:
- the value of the
OPERATION_PROPERTY
property.
-
getParameter
Returns the value of the property that maps to theParameter
element.Optional unordered list of parameter valid domains that each apply to one or more operations which this server interface implements. The list of required and optional parameter domain limitations shall be specified in the Implementation Specification for this service.
- Returns:
- the value of the
PARAMETER_PROPERTY
property.
-
getConstraint
Returns the value of the property that maps to theConstraint
element.Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this server. The list of required and optional constraints shall be specified in the Implementation Specification for this service.
- Returns:
- the value of the
CONSTRAINT_PROPERTY
property.
-
getExtendedCapabilities
Returns the value of the property that maps to theExtendedCapabilities
element.Individual software vendors and servers can use this element to provide metadata about any additional server abilities.
- Returns:
- the value of the
EXTENDED_CAPABILITIES_PROPERTY
property.
-
setExtendedCapabilities
Sets the value of the property that maps to theExtendedCapabilities
element.Individual software vendors and servers can use this element to provide metadata about any additional server abilities.
- Parameters:
aValue
- the value to set for theEXTENDED_CAPABILITIES_PROPERTY
property.
-