Package net.opengis.wmts.v_1
Interface LegendURLType
- 
- All Superinterfaces:
- EObject,- Notifier,- OnlineResourceType
 - All Known Implementing Classes:
- LegendURLTypeImpl
 
 public interface LegendURLType extends OnlineResourceType A representation of the model object 'Legend URL Type'. The URL from which the legend image can be retrievedThe following features are supported: - See Also:
- wmtsv_1Package.getLegendURLType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Returns the value of the 'Format' attribute.BigIntegergetHeight()Returns the value of the 'Height' attribute.doublegetMaxScaleDenominator()Returns the value of the 'Max Scale Denominator' attribute.doublegetMinScaleDenominator()Returns the value of the 'Min Scale Denominator' attribute.BigIntegergetWidth()Returns the value of the 'Width' attribute.booleanisSetMaxScaleDenominator()Returns whether the value of the 'Max Scale Denominator' attribute is set.booleanisSetMinScaleDenominator()Returns whether the value of the 'Min Scale Denominator' attribute is set.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetHeight(BigInteger value)Sets the value of the 'Height' attribute.voidsetMaxScaleDenominator(double value)Sets the value of the 'Max Scale Denominator' attribute.voidsetMinScaleDenominator(double value)Sets the value of the 'Min Scale Denominator' attribute.voidsetWidth(BigInteger value)Sets the value of the 'Width' attribute.voidunsetMaxScaleDenominator()Unsets the value of the 'Max Scale Denominator' attribute.voidunsetMinScaleDenominator()Unsets the value of the 'Min Scale Denominator' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface OnlineResourceTypegetHref, setHref
 
- 
 
- 
- 
- 
Method Detail- 
getFormatString getFormat() Returns the value of the 'Format' attribute. A supported output format for the legend image- Returns:
- the value of the 'Format' attribute.
- See Also:
- setFormat(String),- wmtsv_1Package.getLegendURLType_Format()
 
 - 
setFormatvoid setFormat(String value) Sets the value of the 'Format' attribute.- Parameters:
- value- the new value of the 'Format' attribute.
- See Also:
- getFormat()
 
 - 
getHeightBigInteger getHeight() Returns the value of the 'Height' attribute. Height (in pixels) of the legend image- Returns:
- the value of the 'Height' attribute.
- See Also:
- setHeight(BigInteger),- wmtsv_1Package.getLegendURLType_Height()
 
 - 
setHeightvoid setHeight(BigInteger value) Sets the value of the 'Height' attribute.- Parameters:
- value- the new value of the 'Height' attribute.
- See Also:
- getHeight()
 
 - 
getMaxScaleDenominatordouble getMaxScaleDenominator() Returns the value of the 'Max Scale Denominator' attribute. Denominator of the maximum scale (exclusive) for which this legend image is valid- Returns:
- the value of the 'Max Scale Denominator' attribute.
- See Also:
- isSetMaxScaleDenominator(),- unsetMaxScaleDenominator(),- setMaxScaleDenominator(double),- wmtsv_1Package.getLegendURLType_MaxScaleDenominator()
 
 - 
setMaxScaleDenominatorvoid setMaxScaleDenominator(double value) Sets the value of the 'Max Scale Denominator' attribute.- Parameters:
- value- the new value of the 'Max Scale Denominator' attribute.
- See Also:
- isSetMaxScaleDenominator(),- unsetMaxScaleDenominator(),- getMaxScaleDenominator()
 
 - 
unsetMaxScaleDenominatorvoid unsetMaxScaleDenominator() Unsets the value of the 'Max Scale Denominator' attribute.
 - 
isSetMaxScaleDenominatorboolean isSetMaxScaleDenominator() Returns whether the value of the 'Max Scale Denominator' attribute is set.- Returns:
- whether the value of the 'Max Scale Denominator' attribute is set.
- See Also:
- unsetMaxScaleDenominator(),- getMaxScaleDenominator(),- setMaxScaleDenominator(double)
 
 - 
getMinScaleDenominatordouble getMinScaleDenominator() Returns the value of the 'Min Scale Denominator' attribute. Denominator of the minimum scale (inclusive) for which this legend image is valid- Returns:
- the value of the 'Min Scale Denominator' attribute.
- See Also:
- isSetMinScaleDenominator(),- unsetMinScaleDenominator(),- setMinScaleDenominator(double),- wmtsv_1Package.getLegendURLType_MinScaleDenominator()
 
 - 
setMinScaleDenominatorvoid setMinScaleDenominator(double value) Sets the value of the 'Min Scale Denominator' attribute.- Parameters:
- value- the new value of the 'Min Scale Denominator' attribute.
- See Also:
- isSetMinScaleDenominator(),- unsetMinScaleDenominator(),- getMinScaleDenominator()
 
 - 
unsetMinScaleDenominatorvoid unsetMinScaleDenominator() Unsets the value of the 'Min Scale Denominator' attribute.
 - 
isSetMinScaleDenominatorboolean isSetMinScaleDenominator() Returns whether the value of the 'Min Scale Denominator' attribute is set.- Returns:
- whether the value of the 'Min Scale Denominator' attribute is set.
- See Also:
- unsetMinScaleDenominator(),- getMinScaleDenominator(),- setMinScaleDenominator(double)
 
 - 
getWidthBigInteger getWidth() Returns the value of the 'Width' attribute. Width (in pixels) of the legend image- Returns:
- the value of the 'Width' attribute.
- See Also:
- setWidth(BigInteger),- wmtsv_1Package.getLegendURLType_Width()
 
 - 
setWidthvoid setWidth(BigInteger value) Sets the value of the 'Width' attribute.- Parameters:
- value- the new value of the 'Width' attribute.
- See Also:
- getWidth()
 
 
- 
 
-