Package net.opengis.wmts.v_1
Interface GetFeatureInfoType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GetFeatureInfoTypeImpl
 
 public interface GetFeatureInfoType extends EObjectA representation of the model object 'Get Feature Info Type'.The following features are supported: - See Also:
- wmtsv_1Package.getGetFeatureInfoType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTileTypegetGetTile()Returns the value of the 'Get Tile' containment reference.BigIntegergetI()Returns the value of the 'I' attribute.StringgetInfoFormat()Returns the value of the 'Info Format' attribute.BigIntegergetJ()Returns the value of the 'J' attribute.StringgetService()Returns the value of the 'Service' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns 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.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getGetTileGetTileType 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()
 
 - 
setGetTilevoid 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()
 
 - 
getJBigInteger 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()
 
 - 
setJvoid setJ(BigInteger value) Sets the value of the 'J' attribute.- Parameters:
- value- the new value of the 'J' attribute.
- See Also:
- getJ()
 
 - 
getIBigInteger 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()
 
 - 
setIvoid setI(BigInteger value) Sets the value of the 'I' attribute.- Parameters:
- value- the new value of the 'I' attribute.
- See Also:
- getI()
 
 - 
getInfoFormatString 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()
 
 - 
setInfoFormatvoid setInfoFormat(String value) Sets the value of the 'Info Format' attribute.- Parameters:
- value- the new value of the 'Info Format' attribute.
- See Also:
- getInfoFormat()
 
 - 
getServiceString 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()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean 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)
 
 - 
getVersionString 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()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean 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)
 
 
- 
 
-