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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theFilter_Capabilitieselement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theFilter_Capabilitieselement.voidSets the value of the property that maps to theFilter_Capabilitieselement.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_Capabilitieselement. 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_Capabilitieselement.- Returns:
- the value of the
FILTER_CAPABILITIES_PROPERTYproperty.
-
setFilterCapabilities
Sets the value of the property that maps to theFilter_Capabilitieselement.- Parameters:
aValue- the value to set for theFILTER_CAPABILITIES_PROPERTYproperty.
-