Package com.luciad.ogc.wfs.common.model
Class TLcdWFSCapabilities
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
com.luciad.ogc.wfs.common.model.TLcdWFSCapabilities
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This class represents the Web Feature Service metadata about a specific service instance.
The supported WFS versions are 1.0.0, 1.1.0 and 2.0.0.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
TLcdOWSCapabilitiesBase.Languages -
Field Summary
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 theFeatureTypeListelement.Returns the value of the property that maps to theFilter_Capabilitieselement.Returns the value of the property that maps to theServesGMLObjectTypeListelement.Returns the value of the property that maps to theSupportsGMLObjectTypeListelement.getWSDL()Returns the value of the property that maps to theWSDLelement.voidSets the value of the property that maps to theFeatureTypeListelement.voidSets the value of the property that maps to theFilter_Capabilitieselement.voidSets the value of the property that maps to theServesGMLObjectTypeListelement.voidSets the value of the property that maps to theSupportsGMLObjectTypeListelement.voidsetWSDL(ILcdDataObject aValue) Sets the value of the property that maps to theWSDLelement.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSCapabilitiesBase
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
Constructor Details
-
TLcdWFSCapabilities
public TLcdWFSCapabilities()
-
-
Method Details
-
getWSDL
Returns the value of the property that maps to theWSDLelement.- Returns:
- the value of the
WSDL_PROPERTYproperty.
-
setWSDL
Sets the value of the property that maps to theWSDLelement.- Parameters:
aValue- the value to set for theWSDL_PROPERTYproperty.
-
getFeatureTypeList
Returns the value of the property that maps to theFeatureTypeListelement.- Returns:
- the value of the
FEATURE_TYPE_LIST_PROPERTYproperty.
-
setFeatureTypeList
Sets the value of the property that maps to theFeatureTypeListelement.- Parameters:
aValue- the value to set for theFEATURE_TYPE_LIST_PROPERTYproperty.
-
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.
-
getServesGMLObjectTypeList
Returns the value of the property that maps to theServesGMLObjectTypeListelement.List of GML Object types available for GetGmlObject requests
- Returns:
- the value of the
SERVES_GML_OBJECT_TYPE_LIST_PROPERTYproperty.
-
setServesGMLObjectTypeList
Sets the value of the property that maps to theServesGMLObjectTypeListelement.List of GML Object types available for GetGmlObject requests
- Parameters:
aValue- the value to set for theSERVES_GML_OBJECT_TYPE_LIST_PROPERTYproperty.
-
getSupportsGMLObjectTypeList
Returns the value of the property that maps to theSupportsGMLObjectTypeListelement.List of GML Object types that WFS is capable of serving, either directly, or as validly derived types defined in a GML application schema.
- Returns:
- the value of the
SUPPORTS_GML_OBJECT_TYPE_LIST_PROPERTYproperty.
-
setSupportsGMLObjectTypeList
Sets the value of the property that maps to theSupportsGMLObjectTypeListelement.List of GML Object types that WFS is capable of serving, either directly, or as validly derived types defined in a GML application schema.
- Parameters:
aValue- the value to set for theSUPPORTS_GML_OBJECT_TYPE_LIST_PROPERTYproperty.
-