net.opengis.wfsv
Interface DifferenceQueryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DifferenceQueryTypeImpl

public interface DifferenceQueryType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Difference Query Type'.

The following features are supported:

See Also:
WfsvPackage.getDifferenceQueryType()

Method Summary
 java.lang.Object getFilter()
          Returns the value of the 'Filter' attribute.
 java.lang.String getFromFeatureVersion()
          Returns the value of the 'From Feature Version' attribute.
 java.lang.String getSrsName()
          Returns the value of the 'Srs Name' attribute.
 java.lang.String getToFeatureVersion()
          Returns the value of the 'To Feature Version' attribute.
 javax.xml.namespace.QName getTypeName()
          Returns the value of the 'Type Name' attribute.
 boolean isSetFromFeatureVersion()
          Returns whether the value of the 'From Feature Version' attribute is set.
 boolean isSetToFeatureVersion()
          Returns whether the value of the 'To Feature Version' attribute is set.
 void setFilter(java.lang.Object value)
          Sets the value of the 'Filter' attribute.
 void setFromFeatureVersion(java.lang.String value)
          Sets the value of the 'From Feature Version' attribute.
 void setSrsName(java.lang.String value)
          Sets the value of the 'Srs Name' attribute.
 void setToFeatureVersion(java.lang.String value)
          Sets the value of the 'To Feature Version' attribute.
 void setTypeName(javax.xml.namespace.QName value)
          Sets the value of the 'Type Name' attribute.
 void unsetFromFeatureVersion()
          Unsets the value of the 'From Feature Version' attribute.
 void unsetToFeatureVersion()
          Unsets the value of the 'To Feature Version' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFilter

java.lang.Object getFilter()
Returns the value of the 'Filter' attribute. The Filter element is used to define spatial and/or non-spatial constraints on query. Spatial constrains use GML3 to specify the constraining geometry. A full description of the Filter element can be found in the Filter Encoding Implementation Specification.

Returns:
the value of the 'Filter' attribute.
See Also:
setFilter(Object), WfsvPackage.getDifferenceQueryType_Filter()

setFilter

void setFilter(java.lang.Object value)
Sets the value of the 'Filter' attribute.

Parameters:
value - the new value of the 'Filter' attribute.
See Also:
getFilter()

getFromFeatureVersion

java.lang.String getFromFeatureVersion()
Returns the value of the 'From Feature Version' attribute. The default value is "FIRST". Same as featureVersion in QueryType, but this indicates a starting feature version for a difference and log operations.

Returns:
the value of the 'From Feature Version' attribute.
See Also:
isSetFromFeatureVersion(), unsetFromFeatureVersion(), setFromFeatureVersion(String), WfsvPackage.getDifferenceQueryType_FromFeatureVersion()

setFromFeatureVersion

void setFromFeatureVersion(java.lang.String value)
Sets the value of the 'From Feature Version' attribute.

Parameters:
value - the new value of the 'From Feature Version' attribute.
See Also:
isSetFromFeatureVersion(), unsetFromFeatureVersion(), getFromFeatureVersion()

unsetFromFeatureVersion

void unsetFromFeatureVersion()
Unsets the value of the 'From Feature Version' attribute.

See Also:
isSetFromFeatureVersion(), getFromFeatureVersion(), setFromFeatureVersion(String)

isSetFromFeatureVersion

boolean isSetFromFeatureVersion()
Returns whether the value of the 'From Feature Version' attribute is set.

Returns:
whether the value of the 'From Feature Version' attribute is set.
See Also:
unsetFromFeatureVersion(), getFromFeatureVersion(), setFromFeatureVersion(String)

getSrsName

java.lang.String getSrsName()
Returns the value of the 'Srs Name' attribute. This attribute is used to specify a specific WFS-supported SRS that should be used for returned feature geometries. The value may be the WFS StorageSRS value, DefaultRetrievalSRS value, or one of AdditionalSRS values. If no srsName value is supplied, then the features will be returned using either the DefaultRetrievalSRS, if specified, and StorageSRS otherwise. For feature types with no spatial properties, this attribute must not be specified or ignored if it is specified.

Returns:
the value of the 'Srs Name' attribute.
See Also:
setSrsName(String), WfsvPackage.getDifferenceQueryType_SrsName()

setSrsName

void setSrsName(java.lang.String value)
Sets the value of the 'Srs Name' attribute.

Parameters:
value - the new value of the 'Srs Name' attribute.
See Also:
getSrsName()

getToFeatureVersion

java.lang.String getToFeatureVersion()
Returns the value of the 'To Feature Version' attribute. The default value is "LAST". Same as featureVersion in QueryType, indicates the second version to be used for performing a difference of log operation.

Returns:
the value of the 'To Feature Version' attribute.
See Also:
isSetToFeatureVersion(), unsetToFeatureVersion(), setToFeatureVersion(String), WfsvPackage.getDifferenceQueryType_ToFeatureVersion()

setToFeatureVersion

void setToFeatureVersion(java.lang.String value)
Sets the value of the 'To Feature Version' attribute.

Parameters:
value - the new value of the 'To Feature Version' attribute.
See Also:
isSetToFeatureVersion(), unsetToFeatureVersion(), getToFeatureVersion()

unsetToFeatureVersion

void unsetToFeatureVersion()
Unsets the value of the 'To Feature Version' attribute.

See Also:
isSetToFeatureVersion(), getToFeatureVersion(), setToFeatureVersion(String)

isSetToFeatureVersion

boolean isSetToFeatureVersion()
Returns whether the value of the 'To Feature Version' attribute is set.

Returns:
whether the value of the 'To Feature Version' attribute is set.
See Also:
unsetToFeatureVersion(), getToFeatureVersion(), setToFeatureVersion(String)

getTypeName

javax.xml.namespace.QName getTypeName()
Returns the value of the 'Type Name' attribute. The typeName attribute is a single feature type name that indicates which type of feature instances should be included in the reponse set. The names must be a valid type that belong to this query's feature content as defined by the GML Application Schema.

Returns:
the value of the 'Type Name' attribute.
See Also:
setTypeName(QName), WfsvPackage.getDifferenceQueryType_TypeName()

setTypeName

void setTypeName(javax.xml.namespace.QName value)
Sets the value of the 'Type Name' attribute.

Parameters:
value - the new value of the 'Type Name' attribute.
See Also:
getTypeName()


Copyright © 1996-2010 Geotools. All Rights Reserved.