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:
wmtsv_1Package.getGetFeatureInfoType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTileType
getGetTile()
Returns the value of the 'Get Tile' containment reference.BigInteger
getI()
Returns the value of the 'I' attribute.String
getInfoFormat()
Returns the value of the 'Info Format' attribute.BigInteger
getJ()
Returns the value of the 'J' attribute.String
getService()
Returns the value of the 'Service' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setGetTile(GetTileType value)
Sets the value of the 'Get Tile
' containment reference.void
setI(BigInteger value)
Sets the value of the 'I
' attribute.void
setInfoFormat(String value)
Sets the value of the 'Info Format
' attribute.void
setJ(BigInteger value)
Sets the value of the 'J
' attribute.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
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(GetTileType)
,wmtsv_1Package.getGetFeatureInfoType_GetTile()
-
setGetTile
void setGetTile(GetTileType value)
Sets the value of the 'Get Tile
' containment reference.- Parameters:
value
- the new value of the 'Get Tile' containment reference.- See Also:
getGetTile()
-
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(BigInteger)
,wmtsv_1Package.getGetFeatureInfoType_J()
-
setJ
void setJ(BigInteger value)
Sets the value of the 'J
' attribute.- Parameters:
value
- the new value of the 'J' attribute.- See Also:
getJ()
-
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(BigInteger)
,wmtsv_1Package.getGetFeatureInfoType_I()
-
setI
void setI(BigInteger value)
Sets the value of the 'I
' attribute.- Parameters:
value
- the new value of the 'I' attribute.- See Also:
getI()
-
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(String)
,wmtsv_1Package.getGetFeatureInfoType_InfoFormat()
-
setInfoFormat
void setInfoFormat(String value)
Sets the value of the 'Info Format
' attribute.- Parameters:
value
- the new value of the 'Info Format' attribute.- See Also:
getInfoFormat()
-
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:
isSetService()
,unsetService()
,setService(String)
,wmtsv_1Package.getGetFeatureInfoType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
isSetService()
,unsetService()
,getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service
' attribute.- See Also:
isSetService()
,getService()
,setService(String)
-
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:
unsetService()
,getService()
,setService(String)
-
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:
isSetVersion()
,unsetVersion()
,setVersion(String)
,wmtsv_1Package.getGetFeatureInfoType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
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:
unsetVersion()
,getVersion()
,setVersion(String)
-
-