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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theFeatureTypeList
element.Returns the value of the property that maps to theFilter_Capabilities
element.Returns the value of the property that maps to theServesGMLObjectTypeList
element.Returns the value of the property that maps to theSupportsGMLObjectTypeList
element.getWSDL()
Returns the value of the property that maps to theWSDL
element.void
Sets the value of the property that maps to theFeatureTypeList
element.void
Sets the value of the property that maps to theFilter_Capabilities
element.void
Sets the value of the property that maps to theServesGMLObjectTypeList
element.void
Sets the value of the property that maps to theSupportsGMLObjectTypeList
element.void
setWSDL
(ILcdDataObject aValue) Sets the value of the property that maps to theWSDL
element.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 theWSDL
element.- Returns:
- the value of the
WSDL_PROPERTY
property.
-
setWSDL
Sets the value of the property that maps to theWSDL
element.- Parameters:
aValue
- the value to set for theWSDL_PROPERTY
property.
-
getFeatureTypeList
Returns the value of the property that maps to theFeatureTypeList
element.- Returns:
- the value of the
FEATURE_TYPE_LIST_PROPERTY
property.
-
setFeatureTypeList
Sets the value of the property that maps to theFeatureTypeList
element.- Parameters:
aValue
- the value to set for theFEATURE_TYPE_LIST_PROPERTY
property.
-
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.
-
getServesGMLObjectTypeList
Returns the value of the property that maps to theServesGMLObjectTypeList
element.List of GML Object types available for GetGmlObject requests
- Returns:
- the value of the
SERVES_GML_OBJECT_TYPE_LIST_PROPERTY
property.
-
setServesGMLObjectTypeList
Sets the value of the property that maps to theServesGMLObjectTypeList
element.List of GML Object types available for GetGmlObject requests
- Parameters:
aValue
- the value to set for theSERVES_GML_OBJECT_TYPE_LIST_PROPERTY
property.
-
getSupportsGMLObjectTypeList
Returns the value of the property that maps to theSupportsGMLObjectTypeList
element.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_PROPERTY
property.
-
setSupportsGMLObjectTypeList
Sets the value of the property that maps to theSupportsGMLObjectTypeList
element.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_PROPERTY
property.
-