Package com.luciad.ogc.csw.model
Class TLcdCSWCapabilities
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
com.luciad.ogc.csw.model.TLcdCSWCapabilities
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
This type extends ows:CapabilitiesBaseType defined in OGC 06-121r9
to include information about supported OGC filter components. A
profile may extend this type to describe additional capabilities.
- Since:
- 2017.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
TLcdOWSCapabilitiesBase.Languages
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theFilter_Capabilities
element.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
LANGUAGES_PROPERTY, OPERATIONS_METADATA_PROPERTY, SERVICE_IDENTIFICATION_PROPERTY, SERVICE_PROVIDER_PROPERTY, UPDATE_SEQUENCE_PROPERTY, VERSION_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theFilter_Capabilities
element.void
Sets the value of the property that maps to theFilter_Capabilities
element.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
Field Details
-
FILTER_CAPABILITIES_PROPERTY
Data property that maps to theFilter_Capabilities
element. The possible values for this property are instances ofTLcdOGCFilterCapabilities
.
-
-
Constructor Details
-
TLcdCSWCapabilities
public TLcdCSWCapabilities() -
TLcdCSWCapabilities
-
-
Method Details
-
getFilterCapabilities
Returns the value of the property that maps to theFilter_Capabilities
element.- Returns:
- the value of the
FILTER_CAPABILITIES_PROPERTY
property.
-
setFilterCapabilities
Sets the value of the property that maps to theFilter_Capabilities
element.- Parameters:
aValue
- the value to set for theFILTER_CAPABILITIES_PROPERTY
property.
-