Interface GetFeatureType
-
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Subinterfaces:
GetFeatureWithLockType
- All Known Implementing Classes:
GetFeatureTypeImpl
,GetFeatureWithLockTypeImpl
public interface GetFeatureType extends BaseRequestType
A representation of the model object 'Get Feature Type'.The following features are supported:
- See Also:
Wfs20Package.getGetFeatureType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractQueryExpressionType>
getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' containment reference list.FeatureMap
getAbstractQueryExpressionGroup()
Returns the value of the 'Abstract Query Expression Group' attribute list.BigInteger
getCount()
Returns the value of the 'Count' attribute.Map
getFormatOptions()
The format options to be applied to any response to the GetFeature request.Map
getMetadata()
A generic bag of extra information that implementations can use to carry vendor parametersString
getOutputFormat()
Returns the value of the 'Output Format' attribute.ResolveValueType
getResolve()
Returns the value of the 'Resolve' attribute.Object
getResolveDepth()
Returns the value of the 'Resolve Depth' attribute.BigInteger
getResolveTimeout()
Returns the value of the 'Resolve Timeout' attribute.ResultTypeType
getResultType()
Returns the value of the 'Result Type' attribute.BigInteger
getStartIndex()
Returns the value of the 'Start Index' attribute.EList<Map>
getViewParams()
A list of maps containing "View Parameters" to be plugged into the requestboolean
isSetOutputFormat()
Returns whether the value of the 'Output Format
' attribute is set.boolean
isSetResolve()
Returns whether the value of the 'Resolve
' attribute is set.boolean
isSetResolveDepth()
Returns whether the value of the 'Resolve Depth
' attribute is set.boolean
isSetResolveTimeout()
Returns whether the value of the 'Resolve Timeout
' attribute is set.boolean
isSetResultType()
Returns whether the value of the 'Result Type
' attribute is set.boolean
isSetStartIndex()
Returns whether the value of the 'Start Index
' attribute is set.void
setCount(BigInteger value)
Sets the value of the 'Count
' attribute.void
setFormatOptions(Map value)
Sets the value of the 'Format Options
' attribute.void
setMetadata(Map value)
Sets the value of the 'Metadata
' attribute.void
setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.void
setResolve(ResolveValueType value)
Sets the value of the 'Resolve
' attribute.void
setResolveDepth(Object value)
Sets the value of the 'Resolve Depth
' attribute.void
setResolveTimeout(BigInteger value)
Sets the value of the 'Resolve Timeout
' attribute.void
setResultType(ResultTypeType value)
Sets the value of the 'Result Type
' attribute.void
setStartIndex(BigInteger value)
Sets the value of the 'Start Index
' attribute.void
unsetOutputFormat()
Unsets the value of the 'Output Format
' attribute.void
unsetResolve()
Unsets the value of the 'Resolve
' attribute.void
unsetResolveDepth()
Unsets the value of the 'Resolve Depth
' attribute.void
unsetResolveTimeout()
Unsets the value of the 'Resolve Timeout
' attribute.void
unsetResultType()
Unsets the value of the 'Result Type
' attribute.void
unsetStartIndex()
Unsets the value of the 'Start Index
' attribute.-
Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getAbstractQueryExpressionGroup
FeatureMap getAbstractQueryExpressionGroup()
Returns the value of the 'Abstract Query Expression Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Abstract Query Expression Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Query Expression Group' attribute list.
- See Also:
Wfs20Package.getGetFeatureType_AbstractQueryExpressionGroup()
-
getAbstractQueryExpression
EList<AbstractQueryExpressionType> getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' containment reference list. The list contents are of typeAbstractQueryExpressionType
.If the meaning of the 'Abstract Query Expression' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Query Expression' containment reference list.
- See Also:
Wfs20Package.getGetFeatureType_AbstractQueryExpression()
-
getCount
BigInteger getCount()
Returns the value of the 'Count' attribute.If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Count' attribute.
- See Also:
setCount(BigInteger)
,Wfs20Package.getGetFeatureType_Count()
-
setCount
void setCount(BigInteger value)
Sets the value of the 'Count
' attribute.- Parameters:
value
- the new value of the 'Count' attribute.- See Also:
getCount()
-
getOutputFormat
String getOutputFormat()
Returns the value of the 'Output Format' attribute. The default value is"application/gml+xml; version=3.2"
.If the meaning of the 'Output Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
isSetOutputFormat()
,unsetOutputFormat()
,setOutputFormat(String)
,Wfs20Package.getGetFeatureType_OutputFormat()
-
setOutputFormat
void setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.- Parameters:
value
- the new value of the 'Output Format' attribute.- See Also:
isSetOutputFormat()
,unsetOutputFormat()
,getOutputFormat()
-
unsetOutputFormat
void unsetOutputFormat()
Unsets the value of the 'Output Format
' attribute.
-
isSetOutputFormat
boolean isSetOutputFormat()
Returns whether the value of the 'Output Format
' attribute is set.- Returns:
- whether the value of the 'Output Format' attribute is set.
- See Also:
unsetOutputFormat()
,getOutputFormat()
,setOutputFormat(String)
-
getResolve
ResolveValueType getResolve()
Returns the value of the 'Resolve' attribute. The default value is"none"
. The literals are from the enumerationResolveValueType
.If the meaning of the 'Resolve' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resolve' attribute.
- See Also:
ResolveValueType
,isSetResolve()
,unsetResolve()
,setResolve(ResolveValueType)
,Wfs20Package.getGetFeatureType_Resolve()
-
setResolve
void setResolve(ResolveValueType value)
Sets the value of the 'Resolve
' attribute.- Parameters:
value
- the new value of the 'Resolve' attribute.- See Also:
ResolveValueType
,isSetResolve()
,unsetResolve()
,getResolve()
-
unsetResolve
void unsetResolve()
Unsets the value of the 'Resolve
' attribute.- See Also:
isSetResolve()
,getResolve()
,setResolve(ResolveValueType)
-
isSetResolve
boolean isSetResolve()
Returns whether the value of the 'Resolve
' attribute is set.- Returns:
- whether the value of the 'Resolve' attribute is set.
- See Also:
unsetResolve()
,getResolve()
,setResolve(ResolveValueType)
-
getResolveDepth
Object getResolveDepth()
Returns the value of the 'Resolve Depth' attribute. The default value is"*"
.If the meaning of the 'Resolve Depth' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resolve Depth' attribute.
- See Also:
isSetResolveDepth()
,unsetResolveDepth()
,setResolveDepth(Object)
,Wfs20Package.getGetFeatureType_ResolveDepth()
-
setResolveDepth
void setResolveDepth(Object value)
Sets the value of the 'Resolve Depth
' attribute.- Parameters:
value
- the new value of the 'Resolve Depth' attribute.- See Also:
isSetResolveDepth()
,unsetResolveDepth()
,getResolveDepth()
-
unsetResolveDepth
void unsetResolveDepth()
Unsets the value of the 'Resolve Depth
' attribute.
-
isSetResolveDepth
boolean isSetResolveDepth()
Returns whether the value of the 'Resolve Depth
' attribute is set.- Returns:
- whether the value of the 'Resolve Depth' attribute is set.
- See Also:
unsetResolveDepth()
,getResolveDepth()
,setResolveDepth(Object)
-
getResolveTimeout
BigInteger getResolveTimeout()
Returns the value of the 'Resolve Timeout' attribute. The default value is"300"
.If the meaning of the 'Resolve Timeout' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resolve Timeout' attribute.
- See Also:
isSetResolveTimeout()
,unsetResolveTimeout()
,setResolveTimeout(BigInteger)
,Wfs20Package.getGetFeatureType_ResolveTimeout()
-
setResolveTimeout
void setResolveTimeout(BigInteger value)
Sets the value of the 'Resolve Timeout
' attribute.- Parameters:
value
- the new value of the 'Resolve Timeout' attribute.- See Also:
isSetResolveTimeout()
,unsetResolveTimeout()
,getResolveTimeout()
-
unsetResolveTimeout
void unsetResolveTimeout()
Unsets the value of the 'Resolve Timeout
' attribute.
-
isSetResolveTimeout
boolean isSetResolveTimeout()
Returns whether the value of the 'Resolve Timeout
' attribute is set.- Returns:
- whether the value of the 'Resolve Timeout' attribute is set.
- See Also:
unsetResolveTimeout()
,getResolveTimeout()
,setResolveTimeout(BigInteger)
-
getResultType
ResultTypeType getResultType()
Returns the value of the 'Result Type' attribute. The default value is"results"
. The literals are from the enumerationResultTypeType
.If the meaning of the 'Result Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Type' attribute.
- See Also:
ResultTypeType
,isSetResultType()
,unsetResultType()
,setResultType(ResultTypeType)
,Wfs20Package.getGetFeatureType_ResultType()
-
setResultType
void setResultType(ResultTypeType value)
Sets the value of the 'Result Type
' attribute.- Parameters:
value
- the new value of the 'Result Type' attribute.- See Also:
ResultTypeType
,isSetResultType()
,unsetResultType()
,getResultType()
-
unsetResultType
void unsetResultType()
Unsets the value of the 'Result Type
' attribute.
-
isSetResultType
boolean isSetResultType()
Returns whether the value of the 'Result Type
' attribute is set.- Returns:
- whether the value of the 'Result Type' attribute is set.
- See Also:
unsetResultType()
,getResultType()
,setResultType(ResultTypeType)
-
getStartIndex
BigInteger getStartIndex()
Returns the value of the 'Start Index' attribute. The default value is"0"
.If the meaning of the 'Start Index' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Start Index' attribute.
- See Also:
isSetStartIndex()
,unsetStartIndex()
,setStartIndex(BigInteger)
,Wfs20Package.getGetFeatureType_StartIndex()
-
setStartIndex
void setStartIndex(BigInteger value)
Sets the value of the 'Start Index
' attribute.- Parameters:
value
- the new value of the 'Start Index' attribute.- See Also:
isSetStartIndex()
,unsetStartIndex()
,getStartIndex()
-
unsetStartIndex
void unsetStartIndex()
Unsets the value of the 'Start Index
' attribute.
-
isSetStartIndex
boolean isSetStartIndex()
Returns whether the value of the 'Start Index
' attribute is set.- Returns:
- whether the value of the 'Start Index' attribute is set.
- See Also:
unsetStartIndex()
,getStartIndex()
,setStartIndex(BigInteger)
-
getMetadata
Map getMetadata()
A generic bag of extra information that implementations can use to carry vendor parametersThis property is not part of the standard model but an extension.
-
setMetadata
void setMetadata(Map value)
Sets the value of the 'Metadata
' attribute.- Parameters:
value
- the new value of the 'Metadata' attribute.- See Also:
getMetadata()
-
getFormatOptions
Map getFormatOptions()
The format options to be applied to any response to the GetFeature request.This property is not part of the standard model but an extension.
-
setFormatOptions
void setFormatOptions(Map value)
Sets the value of the 'Format Options
' attribute.- Parameters:
value
- the new value of the 'Format Options' attribute.- See Also:
getFormatOptions()
-
getViewParams
EList<Map> getViewParams()
A list of maps containing "View Parameters" to be plugged into the requestThis property is not part of the standard model but an extension.
-
-