Package net.opengis.wmts.v_1
Interface GetFeatureInfoType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
GetFeatureInfoTypeImpl
public interface GetFeatureInfoType
extends EObject
A representation of the model object 'Get Feature Info Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Get Tile' containment reference.getI()Returns the value of the 'I' attribute.Returns the value of the 'Info Format' attribute.getJ()Returns the value of the 'J' attribute.Returns the value of the 'Service' attribute.Returns the value of the 'Version' attribute.booleanReturns whether the value of the 'Service' attribute is set.booleanReturns whether the value of the 'Version' attribute is set.voidsetGetTile(GetTileType value) Sets the value of the 'Get Tile' containment reference.voidsetI(BigInteger value) Sets the value of the 'I' attribute.voidsetInfoFormat(String value) Sets the value of the 'Info Format' attribute.voidsetJ(BigInteger value) Sets the value of the 'J' attribute.voidsetService(String value) Sets the value of the 'Service' attribute.voidsetVersion(String value) Sets the value of the 'Version' attribute.voidUnsets the value of the 'Service' attribute.voidUnsets the value of the 'Version' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGetTile
GetTileType getGetTile()Returns the value of the 'Get Tile' containment reference. The corresponding GetTile request parameters- Returns:
- the value of the 'Get Tile' containment reference.
- See Also:
-
setGetTile
Sets the value of the 'Get Tile' containment reference.- Parameters:
value- the new value of the 'Get Tile' containment reference.- See Also:
-
getJ
BigInteger getJ()Returns the value of the 'J' attribute. Row index of a pixel in the tile- Returns:
- the value of the 'J' attribute.
- See Also:
-
setJ
Sets the value of the 'J' attribute.- Parameters:
value- the new value of the 'J' attribute.- See Also:
-
getI
BigInteger getI()Returns the value of the 'I' attribute. Column index of a pixel in the tile- Returns:
- the value of the 'I' attribute.
- See Also:
-
setI
Sets the value of the 'I' attribute.- Parameters:
value- the new value of the 'I' attribute.- See Also:
-
getInfoFormat
String getInfoFormat()Returns the value of the 'Info Format' attribute. Output MIME type format of the retrieved information- Returns:
- the value of the 'Info Format' attribute.
- See Also:
-
setInfoFormat
Sets the value of the 'Info Format' attribute.- Parameters:
value- the new value of the 'Info Format' attribute.- See Also:
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WMTS".If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service' attribute.- Parameters:
value- the new value of the 'Service' attribute.- See Also:
-
unsetService
void unsetService()Unsets the value of the 'Service' attribute.- See Also:
-
isSetService
boolean isSetService()Returns whether the value of the 'Service' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"1.0.0".If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
-
unsetVersion
void unsetVersion()Unsets the value of the 'Version' attribute.- See Also:
-
isSetVersion
boolean isSetVersion()Returns whether the value of the 'Version' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
-