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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormat()
Returns the value of the 'Format' attribute.BigInteger
getHeight()
Returns the value of the 'Height' attribute.double
getMaxScaleDenominator()
Returns the value of the 'Max Scale Denominator' attribute.double
getMinScaleDenominator()
Returns the value of the 'Min Scale Denominator' attribute.BigInteger
getWidth()
Returns the value of the 'Width' attribute.boolean
isSetMaxScaleDenominator()
Returns whether the value of the 'Max Scale Denominator
' attribute is set.boolean
isSetMinScaleDenominator()
Returns whether the value of the 'Min Scale Denominator
' attribute is set.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setHeight(BigInteger value)
Sets the value of the 'Height
' attribute.void
setMaxScaleDenominator(double value)
Sets the value of the 'Max Scale Denominator
' attribute.void
setMinScaleDenominator(double value)
Sets the value of the 'Min Scale Denominator
' attribute.void
setWidth(BigInteger value)
Sets the value of the 'Width
' attribute.void
unsetMaxScaleDenominator()
Unsets the value of the 'Max Scale Denominator
' attribute.void
unsetMinScaleDenominator()
Unsets the value of the 'Min Scale Denominator
' attribute.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface OnlineResourceType
getHref, setHref
-
-
-
-
Method Detail
-
getFormat
String 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()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
getHeight
BigInteger 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()
-
setHeight
void setHeight(BigInteger value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
getMaxScaleDenominator
double 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()
-
setMaxScaleDenominator
void 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()
-
unsetMaxScaleDenominator
void unsetMaxScaleDenominator()
Unsets the value of the 'Max Scale Denominator
' attribute.
-
isSetMaxScaleDenominator
boolean 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)
-
getMinScaleDenominator
double 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()
-
setMinScaleDenominator
void 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()
-
unsetMinScaleDenominator
void unsetMinScaleDenominator()
Unsets the value of the 'Min Scale Denominator
' attribute.
-
isSetMinScaleDenominator
boolean 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)
-
getWidth
BigInteger 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()
-
setWidth
void setWidth(BigInteger value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
-